get https://api.sportradar.com/basketball//v2//seasons//probabilities.
Global Basketball Season Probabilities Provides 2-way win probabilities (home team win, away team win) for all games for a given season.
Update Frequency
60s Time To Live / Cache
Pagination Note
Pagination will often be required to pull all data within this feed. By default, the feed will return 200 sport events.
Data Points
Match Probabilities:
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | market | String | Probability market 2way |
name | market - outcome | String | Probability market outcomehome_team_winner , away_team_winner |
probability | market - outcome | Float | Probability of the market outcome (home win, away win) in percentage ex. 36.1 |
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | sport_event_context - category | String | Country code for a competition category ex. FRA (France) |
id | sport_event_context - category | String | Unique category ID for a competition ex. sr:category:110 |
name | sport_event_context - category | String | Name for a competition category ex. France |
id | sport_event_context - sport | String | Unique sport ID for a competitor ex. sr:sport:2 |
name | sport_event_context - sport | String | Name for a competitor's sport ex. Basketball |
Competition:
Attribute | Parent Element | Type | Description |
---|---|---|---|
gender | sport_event_context - competition | String | Gender for a competitionmen , women |
id | sport_event_context - competition | String | Unique ID for a competition ex. sr:competition:264 (Liga ACB) |
name | sport_event_context - competition | String | Name of a competition ex. Pro A , NBA |
parent_id | sport_event_context - competition | String | Unique parent ID for a competition. Typically present for group competitions ex. sr:competition:30190 used to group NCAA postseason tournaments. |
Groups:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | sport_event_context - groups - group | String | Unique ID for a sport event's group ex. sr:league:76103 (Euroleague 23/24) |
name | sport_event_context - groups - group | String | Name of a sport event's group ex. Euroleague 23/24 |
group_name | sport_event_context - groups - group | String | Abbreviated name of a sport event's group ex. D |
Rounds:
Attribute | Parent Element | Type | Description |
---|---|---|---|
number | sport_event_context - round | Integer | Number of a sport event's round |
Seasons:
Attribute | Parent Element | Type | Description |
---|---|---|---|
competition_id | sport_event_context - season | String | Unique ID for the competition a sport event belongs to ex. sr:competition:264 (Liga ACB) |
disabled | sport_event_context - season | Boolean | Signifies a season has been disabled when true |
end_date | sport_event_context - season | Date | End date of a sport event's season ex. 2024-06-17 |
id | sport_event_context - season | String | Unique ID for a sport event's season ex. sr:season:108577 (Liga ACB 23/24) |
name | sport_event_context - season | String | Name of a sport event's season ex. Liga ACB 23/24 |
start_date | sport_event_context - season | Date | Start date of a sport event's season ex. 2023-09-23 |
year | sport_event_context - season | String | Year of a sport event's season ex. 23/24 |
Stages:
Attribute | Parent Element | Type | Description |
---|---|---|---|
end_date | sport_event_context - stage | Date | End date of a sport event's stage ex. 2024-05-19 |
order | sport_event_context - stage | Integer | Order of a stage within a season |
phase | sport_event_context - stage | String | Name of a sport event's stage ex. regular season , conference , playoffs See the enum_phase entry in our Global Basketball OpenAPI spec for a complete list of valid phase enum values |
start_date | sport_event_context - stage | Date | Start date of a sport event's stage ex. 2023-08-11 |
type | sport_event_context - stage | String | Type of a sport event's stagecup , league |
year | sport_event_context - stage | String | Year of a sport event's stage ex. 23/24 |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbreviation | competitors - competitor | String | Abbreviation for a competitor name ex. RMA (Real Madrid) |
age_group | competitors - competitor | String | Age group of a competitor, when applicable ex. U23 |
country | competitors - competitor | String | Country of a competitor ex. Spain |
country_code | competitors - competitor | String | Country code of a competitor ex. ESP (Spain) |
division | competitors - competitor | Integer | Division number for a competitor |
gender | competitors - competitor | String | Gender for a competitormale , female |
id | competitors - competitor | String | Unique ID for a competitor ex. sr:competitor:3540 (Real Madrid) |
name | competitors - competitor | String | Name for a competitor ex. Real Madrid |
qualifier | competitors - competitor | String | Designation of a competitor for a sport eventhome , away |
state | competitors - competitor | String | State of a competitor ex. TX (Texas) |
Sport Event:
Attribute | Parent Element | Type | Description |
---|---|---|---|
neutral | sport_event_conditions - ground | Boolean | Signifies a neutral ground sport event when true |
id | sport_event | String | Unique ID of a sport event ex. sr:sport_event:49796317 |
replaced_by | sport_event | String | An alternative sport event ID if the match is postponed and played at a later date ex. sr:sport_event:47395897 |
resume_time | sport_event | Date | An updated timestamp if there is a delay at the start or interruption during a match ex. 2024-03-26T20:00:00+00:00 |
start_time | sport_event | Date | Start time of a sport event ex. 2024-03-26T20:00:00+00:00 |
start_time_confirmed | sport_event | Boolean | Signifies the start time of a sport event is confirmed when true |
Sport Event - Coverage Properties:
Attribute | Parent Element | Type | Description |
---|---|---|---|
live | sport_event - coverage | Boolean | Signifies a sport event is covered live when true |
type | sport_event - coverage - property | String | Type of coverage for a sport event ex. boxscore or lineups See our FAQ for a complete list of coverage types and their descriptions |
value | sport_event - coverage - property | Boolean | Signifies a coverage types is available when true For example, type="lineups" value="true" signifies lineups are available for this sport event |
Venue:
Attribute | Parent Element | Type | Description |
---|---|---|---|
capacity | venue | Integer | Capacity of a competitor's home venue ex. 15000 |
changed | venue | Boolean | Signifies a venue has been changed when true |
city_name | venue | String | City name of a competitor's home venue ex. Madrid |
country_code | venue | String | Country code of a competitor's home venue ex. ESP (Spain) |
country_name | venue | String | Country name of a competitor's home venue ex. Spain |
id | venue | String | Unique ID of a competitor's home venue ex. sr:venue:7000 |
map_coordinates | venue | String | Coordinates of a competitor's home venue ex. 40.423889,-3.671667 |
name | venue | String | Name of a competitor's home venue ex. WiZink Center |
reduced_capacity | venue | Boolean | Optional attribute signifying a venue has a restricted capacity when true |
reduced_capacity_max | venue | Integer | Value of a venue's restrictued capacity |
timezone | venue | String | Timezone of a competitor's home venue ex. Europe/Madrid |