Probabilities API - Competitor Info Added to Outrights
March 17th, 2026
We’ve added full competitor identification info to relevant markets in our Outright Probabilities endpoint.
A competitor object is now nested within each outcome to identify the participant the probability refers to. Competitor info includes:
id,name,country,country_code,abbreviation,gender
"name": "NBA 2025/26 - To Reach the Playoffs - Toronto Raptors",
"outcomes": [
{
"name": "YES",
"probability": 90.2,
"competitor": {
"id": "sr:competitor:489748",
"name": "Yes",
"country": "USA",
"country_code": "USA",
"abbreviation": "YES",
"gender": "male"
},
"active": true
},
{
"name": "NO",
"probability": 9.8,
"competitor": {
"id": "sr:competitor:489750",
"name": "No",
"country": "USA",
"country_code": "USA",
"abbreviation": "NO",
"gender": "male"
},
"active": true
}
],
"last_updated": "2026-03-17T05:53:19+00:00",
"competitor": {
"id": "sr:competitor:3433",
"name": "Toronto Raptors",
"country": "USA",
"country_code": "USA",
"abbreviation": "TOR",
"gender": "male"
}
},<market name="World Cup 2026 - Eliminated by Penalty Shootout - England" last_updated="2026-03-11T12:39:19+00:00">
<outcomes>
<outcome name="NO" probability="80.3" active="true">
<competitor id="sr:competitor:258299" name="No" abbreviation="NO" gender="male"/>
</outcome>
<outcome name="YES" probability="19.7" active="true">
<competitor id="sr:competitor:258297" name="Yes" abbreviation="YES" gender="male"/>
</outcome>
</outcomes>
<competitor id="sr:competitor:4713" name="England" country="England" country_code="ENG" abbreviation="ENG" gender="male"/>
</market>⭐ Benefit
Use this competitor info to identify the competitor for each outright outcome in one request, without needing to map any data across feeds or APIs.
☑️ Sample Requests:
- Seasonal Outright Probabilities (World Cup) -
https://api.sportradar.com/probabilities/trial/v1/en/seasons/sr:season:101177/outright_probabilities.json
🔢 Versions
🔁 Endpoints Affected
⚙️ Return Samples
<market name="World Cup 2026 - To Qualify from Group I - Norway" last_updated="2026-03-11T12:39:19+00:00">
<outcomes>
<outcome name="YES" probability="80.3" active="true">
<competitor id="sr:competitor:258297" name="Yes" abbreviation="YES" gender="male"/>
</outcome>
<outcome name="NO" probability="19.7" active="true">
<competitor id="sr:competitor:258299" name="No" abbreviation="NO" gender="male"/>
</outcome>
</outcomes>
<competitor id="sr:competitor:4475" name="Norway" country="Norway" country_code="NOR" abbreviation="NOR" gender="male"/>
</market>
<market name="World Cup 2026 - Eliminated by Penalty Shootout - England" last_updated="2026-03-11T12:39:19+00:00">
<outcomes>
<outcome name="NO" probability="80.3" active="true">
<competitor id="sr:competitor:258299" name="No" abbreviation="NO" gender="male"/>
</outcome>
<outcome name="YES" probability="19.7" active="true">
<competitor id="sr:competitor:258297" name="Yes" abbreviation="YES" gender="male"/>
</outcome>
</outcomes>
<competitor id="sr:competitor:4713" name="England" country="England" country_code="ENG" abbreviation="ENG" gender="male"/>
</market>"name": "NBA 2025/26 - To Reach the Playoffs - Toronto Raptors",
"outcomes": [
{
"name": "YES",
"probability": 90.2,
"competitor": {
"id": "sr:competitor:489748",
"name": "Yes",
"country": "USA",
"country_code": "USA",
"abbreviation": "YES",
"gender": "male"
},
"active": true
},
{
"name": "NO",
"probability": 9.8,
"competitor": {
"id": "sr:competitor:489750",
"name": "No",
"country": "USA",
"country_code": "USA",
"abbreviation": "NO",
"gender": "male"
},
"active": true
}
],
"last_updated": "2026-03-17T05:53:19+00:00",
"competitor": {
"id": "sr:competitor:3433",
"name": "Toronto Raptors",
"country": "USA",
"country_code": "USA",
"abbreviation": "TOR",
"gender": "male"
}
},