get https://api.sportradar.com/motogp//v2//sport_events//probabilities.
MotoGP Stage Probabilities provides the outrights for each driver for a given race.
Update Frequency
300s Time To Live / Cache
Data Points
Category & Sport:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | stage - category | String | Unique category ID for a season ex. sr:category:498 (MotoGP) |
name | stage - category | String | Name for a season's category ex. MotoGP |
id | stage - sport | String | Unique sport ID for a season ex. sr:sport:190 |
name | stage - sport | String | Name for a season's sport ex. Motorcycle Racing |
Competitor:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | outcome - competitor | String | Country code of a competitor ex. ESP (Spain) |
gender | outcome - competitor | String | Gender for a competitormale , female |
id | outcome - competitor | String | Unique ID for a competitor ex. sr:competitor:21999 |
name | outcome - competitor | String | Name for a competitor ex. Marquez, Marc |
nationality | outcome - competitor | String | Nationality of a competitor ex. Spain |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
country_code | outcome - team | String | Country code of a team ex. ITA (Italy) |
gender | outcome - team | String | Gender for a teammale , female |
id | outcome - team | String | Unique ID for a team ex. sr:competitor:91680 |
name | outcome - team | String | Name for a team ex. Gresini Racing MotoGP |
nationality | outcome - team | String | Nationality of a team ex. Italy |
Stage:
Stage may be a
sport
,season
,event
,practice
,qualifying
,qualifying_part
,race
,lap
, orsprint_race
Parent stages appear within the
parents
element; child stages appear within thestages
element
Attribute | Parent Element | Type | Description |
---|---|---|---|
description | stage | String | Name of a stage ex. Gran Premio de la Republica Argentina 2021 |
disabled | stage | Boolean | Signifies a stage has been disabled when true |
id | stage | String | Unique ID of a stage ex. sr:stage:552079 |
scheduled | stage | date-time | Scheduled start time of a stage ex. 2020-09-25T08:00:00+00:00 |
scheduled_end | stage | date-time | Scheduled end time of a stage ex. 2020-09-27T13:10:00+00:00 |
single_event | stage | Boolean | Signifies a stage is a single event when true |
type | stage | String | Stage typesport , season , event , practice , qualifying , qualifying_part , race , lap , sprint_race |
unique_stage_id | stage | String | Unique ID of a parent stage for an event. Can be used to synch the same event across seasons. For example, sr:stage_unique:100 will be the unique ID for all Moto2 French Grand Prix yearly events.ex. sr:stage_unique:100 |
Stage Probabilities:
Attribute | Parent Element | Type | Description |
---|---|---|---|
description | markets - market | String | Name of a probability market ex. MotoGP World Championship 2024 - Winner |
name | markets - market | String | Type of a probability marketoutright |
type | markets - market | String | Competitor type of a probability marketteam , competitor |
id | markets - outcomes - outcome | String | Unique competitor or team ID of a market outcome ex. sr:competitor:6606630 |
name | markets - outcomes - outcome | String | Name of a competitor or team for a market outcome ex. Bagnaia, Francesco |
probability | markets - outcomes - outcome | Float | Probability of the market outcome (outright) in percentage ex. 55.79 |