Skip to content

mart.inplay

Per-event, per-minute view that joins the in-play odds and score data with the derived score_winner.

flowchart LR
i1[/calculations.inplay_1_by_minute/] --> me[/mart.inplay/]
i2[/calculations.inplay_2_score/] --> me
me -.-> none((terminal — consumed by dashboards / backtests))
click i1 "/calculations/inplay_1_by_minute/" "Open"
click i2 "/calculations/inplay_2_score/" "Open"
ColumnDescriptionFormula
event_idBet365 event identifier.i1.event_id
event_dateEvent date.i1.event_date
event_partition_keyClickHouse partition key.i1.event_partition_key
minute_idMatch minute.i1.minute_id
short_scoreScore at this minute.i1.short_score
home_oddIn-play home odd at this minute.i1.home_odd
draw_oddIn-play draw odd at this minute.i1.draw_odd
away_oddIn-play away odd at this minute.i1.away_odd
score_winnerSide leading at this minute ('home' / 'draw' / 'away' / NULL).i2.score_winner