Totals¶
griddy / nfl / models / entities / totals**
totals
¶
Classes¶
TotalsTypedDict
¶
Bases: TypedDict
flowchart TD
griddy.nfl.models.entities.totals.TotalsTypedDict[TotalsTypedDict]
click griddy.nfl.models.entities.totals.TotalsTypedDict href "" "griddy.nfl.models.entities.totals.TotalsTypedDict"
Over/Under (totals) betting odds
Attributes¶
Totals
¶
Bases: BaseModel
flowchart TD
griddy.nfl.models.entities.totals.Totals[Totals]
griddy.nfl.types.basemodel.BaseModel[BaseModel]
griddy.nfl.types.basemodel.BaseModel --> griddy.nfl.models.entities.totals.Totals
click griddy.nfl.models.entities.totals.Totals href "" "griddy.nfl.models.entities.totals.Totals"
click griddy.nfl.types.basemodel.BaseModel href "" "griddy.nfl.types.basemodel.BaseModel"
Over/Under (totals) betting odds
Attributes¶
over_handicap
class-attribute
instance-attribute
¶
Total points line for over
over_price
class-attribute
instance-attribute
¶
Over odds (American format)
under_handicap
class-attribute
instance-attribute
¶
Total points line for under
under_price
class-attribute
instance-attribute
¶
Under odds (American format)