statshawk
ReferenceData modelAnalysis cards

PropGameLogEntry

One chart-ready entry of a [`PlayerPropCard`]'s `game_log_detail` — the projected per-game `value` plus the contest it was recorded in. `contest_id` always comes from the [`BoxscoreLine`]; kickoff / opponent / home are derived from the batched [`MatchSummary`] lookup and are `None` when that lookup missed (or, for `opponent`/`home`, when the side couldn't be determined).

object
contest_idContestIdrequired

The contest the value was recorded in — always present (rides on the [`BoxscoreLine`]; no second appearance-spine lookup).

homebooleannulloptional

Whether the person's team was the home side (`false` = away). `None` when indeterminable — same derivation as the `averages` home/away split.

kickoffstring,null<date-time>optional

The contest's kickoff instant. `None` when the contest lookup missed.

opponentone ofoptional
one of
null
valuenumber<double>required

The projected per-game stat value.