Game Odds¶
griddy / nfl / models / entities / game_odds**
game_odds
¶
Classes¶
GameOddsTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.game_odds.GameOddsTypedDict[GameOddsTypedDict]
click griddy.nfl.models.entities.game_odds.GameOddsTypedDict href "" "griddy.nfl.models.entities.game_odds.GameOddsTypedDict"
GameOdds
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.game_odds.GameOdds[GameOdds]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.game_odds.GameOdds
click griddy.nfl.models.entities.game_odds.GameOdds href "" "griddy.nfl.models.entities.game_odds.GameOdds"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Attributes¶
game_id
class-attribute
instance-attribute
¶
Game identifier (10-digit format YYYYMMDDNN)
game_key
class-attribute
instance-attribute
¶
Unique game key identifier
home_team_abbr
class-attribute
instance-attribute
¶
Home team abbreviation
home_team_id
class-attribute
instance-attribute
¶
Home team identifier
moneyline
class-attribute
instance-attribute
¶
moneyline: Optional[MoneyLine] = None
Money line betting odds
spread
class-attribute
instance-attribute
¶
spread: Optional[PointSpread] = None
Point spread betting odds
totals
class-attribute
instance-attribute
¶
totals: Optional[Totals] = None
Over/Under (totals) betting odds
updated_at
class-attribute
instance-attribute
¶
Timestamp of last odds update
visitor_team_abbr
class-attribute
instance-attribute
¶
Visitor team abbreviation
visitor_team_id
class-attribute
instance-attribute
¶
Visitor team identifier