OddsPeriod
Properties
Name | Type | Required | Description |
---|---|---|---|
line_id | int | ❌ | Line Id. |
number | int | ❌ | This represents the period of the match. |
cutoff | str | ❌ | Period’s wagering cut-off date in UTC. |
status | int | ❌ | 1 - online, period is open for betting 2 - offline, period is not open for betting |
max_spread | float | ❌ | Maximum spread bet volume. See How to calculate max risk from the max volume |
max_moneyline | float | ❌ | Maximum moneyline bet volume. See How to calculate max risk from the max volume |
max_total | float | ❌ | Maximum total points bet volume. See How to calculate max risk from the max volume |
max_team_total | float | ❌ | Maximum team total points bet volume. See How to calculate max risk from the max volume |
moneyline_updated_at | str | ❌ | Date time of the last moneyline update. |
spread_updated_at | str | ❌ | Date time of the last spread update. |
total_updated_at | str | ❌ | Date time of the last total update. |
team_total_updated_at | str | ❌ | Date time of the last team total update. |
spreads | List[OddsSpread] | ❌ | Container for spread odds. |
moneyline | OddsMoneyline | ❌ | |
totals | List[OddsTotal] | ❌ | Container for team total points. |
team_total | OddsTeamTotals | ❌ | |
away_score | float | ❌ | Period away team score. Only for live soccer events. Supported only for Match (number=0) and Extra Time (number=3). |
home_score | float | ❌ | Period home team score. Only for live soccer events. Supported only for Match (number=0) and Extra Time (number=3). |
away_red_cards | int | ❌ | Period away team red cards. Only for live soccer events. Supported only for Match (number=0) and Extra Time (number=3). |
home_red_cards | int | ❌ | Period home team red cards. Only for live soccer events. Supported only for Match (number=0) and Extra Time number=3). |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs