Find all updates to Probabilities v1
Competitor Info Added to Outrights
🗓️ Release Date 03/17/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"
}
},Live Match Clock
🗓️ Release Date 02/10/2026
| Release Date | Feeds Affected | Benefit |
|---|---|---|
| 2/10/2026 | Sport Event Probabilities Timeline | We've included a This update allows you to consume a reliable live match clock independent of market updates. Previously, match clock updates were only available alongside a market update, meaning a match needed market churn to provide clock updates. Now, you may easily display a live match clock to support a game's probability info. |
<sport_event_status status="ended" match_status="ended" away_score="128" home_score="126" live="true">
<clock match_time="47:26" remaining_time="0:34" remaining_time_in_period="0:34"/>
</sport_event_status>
<timeline>
<market name="2way" live="true" last_updated="2026-02-05T00:34:30+00:00">
<outcomes>
<outcome name="home_team_winner" probability="43.7"/>
<outcome name="away_team_winner" probability="56.3"/>
</outcomes>
</market>
<market name="2way" live="true" last_updated="2026-02-05T00:42:31+00:00" home_score="0" away_score="2" match_time="0:17" remaining_time="47:43" remaining_time_in_period="11:43">
<outcomes>
<outcome name="home_team_winner" probability="42.2"/>
<outcome name="away_team_winner" probability="57.8"/>
</outcomes>
</market> "sport_event_status":
{
"status": "ended",
"match_status": "ended",
"away_score": 128,
"home_score": 126,
"live": true,
"clock":
{
"match_time": "47:26",
"remaining_time": "0:34",
"remaining_time_in_period": "0:34"
}
},
"timeline":
[
{
"name": "2way",
"outcomes":
[
{
"name": "home_team_winner",
"probability": 43.7
},
{
"name": "away_team_winner",
"probability": 56.3
}
],
"live": true,
"last_updated": "2026-02-05T00:34:30+00:00"
},
{
"name": "2way",
"outcomes":
[
{
"name": "home_team_winner",
"probability": 42.2
},
{
"name": "away_team_winner",
"probability": 57.8
}
],
"live": true,
"last_updated": "2026-02-05T00:42:31+00:00",
"home_score": 0,
"away_score": 2,
"match_time": "0:17",
"remaining_time": "47:43",
"remaining_time_in_period": "11:43"
},Active Outcome Flag
🗓️ Release Date 02/05/2026
| Release Date | Feeds Affected | Benefit |
|---|---|---|
| 2/05/2026 | Seasonal Outright Probabilities | We've included an This update indicates which teams/outcomes have been eliminated from a tournament/market, offering detail as to why an outcome has 0% probability. Use this new value to—for example—distinguish a team's elimination from a tournament from its lack of probability to win, or to provide a complete list of eliminated market outcomes. |
<market name="FA Cup 2025/26 - Winner" last_updated="2026-02-02T07:50:56+00:00">
<outcomes>
<outcome name="MANCHESTER CITY" probability="18.9" active="true">
<competitor id="sr:competitor:17" name="Manchester City" country="England" country_code="ENG" abbreviation="MCI" gender="male"/>
</outcome>
<outcome name="ARSENAL FC" probability="15.3" active="true">
<competitor id="sr:competitor:42" name="Arsenal FC" country="England" country_code="ENG" abbreviation="ARS" gender="male"/>
</outcome>
<outcome name="LIVERPOOL FC" probability="12" active="true">
<competitor id="sr:competitor:44" name="Liverpool FC" country="England" country_code="ENG" abbreviation="LFC" gender="male"/>
</outcome>
<outcome name="CHELSEA FC" probability="10.4" active="true">
<competitor id="sr:competitor:38" name="Chelsea FC" country="England" country_code="ENG" abbreviation="CFC" gender="male"/>
</outcome>
<outcome name="ASTON VILLA" probability="7.5" active="true">
<competitor id="sr:competitor:40" name="Aston Villa" country="England" country_code="ENG" abbreviation="AVL" gender="male"/>
</outcome>
<outcome name="NEWCASTLE UNITED" probability="6.4" active="true">
<competitor id="sr:competitor:39" name="Newcastle United" country="England" country_code="ENG" abbreviation="NEW" gender="male"/>
</outcome>
<outcome name="BRIGHTON AND HOVE ALBION" probability="4.8" active="true">
<competitor id="sr:competitor:30" name="Brighton & Hove Albion" country="England" country_code="ENG" abbreviation="BRI" gender="male"/>
</outcome>
<outcome name="BRENTFORD FC" probability="3.2" active="true">
<competitor id="sr:competitor:50" name="Brentford FC" country="England" country_code="ENG" abbreviation="BRE" gender="male"/>
</outcome>
<outcome name="FULHAM FC" probability="3.2" active="true">
<competitor id="sr:competitor:43" name="Fulham FC" country="England" country_code="ENG" abbreviation="FUL" gender="male"/>
</outcome>
<outcome name="LEEDS UNITED" probability="3.2" active="true">
<competitor id="sr:competitor:34" name="Leeds United" country="England" country_code="ENG" abbreviation="LEE" gender="male"/>
</outcome>
<outcome name="SUNDERLAND AFC" probability="2.8" active="true">
<competitor id="sr:competitor:41" name="Sunderland AFC" country="England" country_code="ENG" abbreviation="SUN" gender="male"/>
</outcome>
<outcome name="WOLVERHAMPTON WANDERERS" probability="2" active="true">
<competitor id="sr:competitor:3" name="Wolverhampton Wanderers" country="England" country_code="ENG" abbreviation="WOL" gender="male"/>
</outcome>
<outcome name="WEST HAM UNITED" probability="2" active="true">
<competitor id="sr:competitor:37" name="West Ham United" country="England" country_code="ENG" abbreviation="WHU" gender="male"/>
</outcome>
<outcome name="BURNLEY FC" probability="1.6" active="true">
<competitor id="sr:competitor:6" name="Burnley FC" country="England" country_code="ENG" abbreviation="BUR" gender="male"/>
</outcome>
<outcome name="IPSWICH TOWN" probability="1" active="true">
<competitor id="sr:competitor:32" name="Ipswich Town" country="England" country_code="ENG" abbreviation="IPS" gender="male"/>
</outcome>
<outcome name="SOUTHAMPTON FC" probability="0.8" active="true">
<competitor id="sr:competitor:45" name="Southampton FC" country="England" country_code="ENG" abbreviation="SOU" gender="male"/>
</outcome>
<outcome name="WREXHAM AFC" probability="0.6" active="true">
<competitor id="sr:competitor:64" name="Wrexham AFC" country="Wales" country_code="WAL" abbreviation="WRE" gender="male"/>
</outcome>
<outcome name="LEICESTER CITY" probability="0.5" active="true">
<competitor id="sr:competitor:31" name="Leicester City" country="England" country_code="ENG" abbreviation="LEI" gender="male"/>
</outcome>
<outcome name="BIRMINGHAM CITY" probability="0.5" active="true">
<competitor id="sr:competitor:9" name="Birmingham City" country="England" country_code="ENG" abbreviation="BC" gender="male"/>
</outcome>
<outcome name="STOKE CITY" probability="0.5" active="true">
<competitor id="sr:competitor:29" name="Stoke City" country="England" country_code="ENG" abbreviation="STK" gender="male"/>
</outcome>
<outcome name="BRISTOL CITY" probability="0.5" active="true">
<competitor id="sr:competitor:58" name="Bristol City" country="England" country_code="ENG" abbreviation="BRC" gender="male"/>
</outcome>
<outcome name="WEST BROMWICH ALBION" probability="0.4" active="true">
<competitor id="sr:competitor:8" name="West Bromwich Albion" country="England" country_code="ENG" abbreviation="WBA" gender="male"/>
</outcome>
<outcome name="NORWICH CITY" probability="0.4" active="true">
<competitor id="sr:competitor:263" name="Norwich City" country="England" country_code="ENG" abbreviation="NOR" gender="male"/>
</outcome>
<outcome name="HULL CITY" probability="0.3" active="true">
<competitor id="sr:competitor:96" name="Hull City" country="England" country_code="ENG" abbreviation="HUL" gender="male"/>
</outcome>
<outcome name="OXFORD UNITED" probability="0.3" active="true">
<competitor id="sr:competitor:95" name="Oxford United" country="England" country_code="ENG" abbreviation="OXU" gender="male"/>
</outcome>
<outcome name="WIGAN ATHLETIC" probability="0.2" active="true">
<competitor id="sr:competitor:49" name="Wigan Athletic" country="England" country_code="ENG" abbreviation="WIG" gender="male"/>
</outcome>
<outcome name="BURTON ALBION" probability="0.1" active="true">
<competitor id="sr:competitor:134" name="Burton Albion" country="England" country_code="ENG" abbreviation="BUR" gender="male"/>
</outcome>
<outcome name="MANSFIELD TOWN" probability="0.1" active="true">
<competitor id="sr:competitor:70" name="Mansfield Town" country="England" country_code="ENG" abbreviation="MAT" gender="male"/>
</outcome>
<outcome name="PORT VALE" probability="0.1" active="true">
<competitor id="sr:competitor:55" name="Port Vale" country="England" country_code="ENG" abbreviation="PVA" gender="male"/>
</outcome>
<outcome name="SALFORD CITY" probability="0.1" active="true">
<competitor id="sr:competitor:37998" name="Salford City" country="England" country_code="ENG" abbreviation="SAL" gender="male"/>
</outcome>
<outcome name="GRIMSBY TOWN" probability="0.1" active="true">
<competitor id="sr:competitor:18" name="Grimsby Town" country="England" country_code="ENG" abbreviation="GRI" gender="male"/>
</outcome>
<outcome name="BLACKPOOL FC" probability="0" active="false">
<competitor id="sr:competitor:67" name="Blackpool FC" country="England" country_code="ENG" abbreviation="BLP" gender="male"/>
</outcome>
<outcome name="SHEFFIELD UNITED" probability="0" active="false">
<competitor id="sr:competitor:15" name="Sheffield United" country="England" country_code="ENG" abbreviation="SHU" gender="male"/>
</outcome>
<outcome name="DERBY COUNTY" probability="0" active="false">
<competitor id="sr:competitor:27" name="Derby County" country="England" country_code="ENG" abbreviation="DER" gender="male"/>
</outcome>
<outcome name="QUEENS PARK RANGERS" probability="0" active="false">
<competitor id="sr:competitor:1" name="Queens Park Rangers" country="England" country_code="ENG" abbreviation="QPR" gender="male"/>
</outcome>
<outcome name="MIDDLESBROUGH FC" probability="0" active="false">
<competitor id="sr:competitor:36" name="Middlesbrough FC" country="England" country_code="ENG" abbreviation="MID" gender="male"/>
</outcome>
<outcome name="NOTTINGHAM FOREST" probability="0" active="false">
<competitor id="sr:competitor:14" name="Nottingham Forest" country="England" country_code="ENG" abbreviation="NFO" gender="male"/>
</outcome>
<outcome name="MANCHESTER UNITED" probability="0" active="false">
<competitor id="sr:competitor:35" name="Manchester United" country="England" country_code="ENG" abbreviation="MUN" gender="male"/>
</outcome>
<outcome name="MILTON KEYNES DONS" probability="0" active="false">
<competitor id="sr:competitor:4" name="Milton Keynes Dons" country="England" country_code="ENG" abbreviation="MKD" gender="male"/>
</outcome>
<outcome name="EVERTON FC" probability="0" active="false">
<competitor id="sr:competitor:48" name="Everton FC" country="England" country_code="ENG" abbreviation="EVE" gender="male"/>
</outcome>
<outcome name="WATFORD FC" probability="0" active="false">
<competitor id="sr:competitor:24" name="Watford FC" country="England" country_code="ENG" abbreviation="WAT" gender="male"/>
</outcome>
<outcome name="COVENTRY CITY" probability="0" active="false">
<competitor id="sr:competitor:11" name="Coventry City" country="England" country_code="ENG" abbreviation="COV" gender="male"/>
</outcome>
<outcome name="CRYSTAL PALACE" probability="0" active="false">
<competitor id="sr:competitor:7" name="Crystal Palace" country="England" country_code="ENG" abbreviation="CRY" gender="male"/>
</outcome>
<outcome name="DONCASTER ROVERS" probability="0" active="false">
<competitor id="sr:competitor:84" name="Doncaster Rovers" country="England" country_code="ENG" abbreviation="DR" gender="male"/>
</outcome>
<outcome name="MILLWALL FC" probability="0" active="false">
<competitor id="sr:competitor:25" name="Millwall FC" country="England" country_code="ENG" abbreviation="MIL" gender="male"/>
</outcome>
<outcome name="BOREHAM WOOD FC" probability="0" active="false">
<competitor id="sr:competitor:36467" name="Boreham Wood FC" country="England" country_code="ENG" abbreviation="BOR" gender="male"/>
</outcome>
<outcome name="STEVENAGE FC" probability="0" active="false">
<competitor id="sr:competitor:133" name="Stevenage FC" country="England" country_code="ENG" abbreviation="STE" gender="male"/>
</outcome>
<outcome name="BRAINTREE TOWN FC" probability="0" active="false">
<competitor id="sr:competitor:182" name="Braintree Town FC" country="England" country_code="ENG" abbreviation="BRA" gender="male"/>
</outcome>
<outcome name="CHELMSFORD CITY" probability="0" active="false">
<competitor id="sr:competitor:23958" name="Chelmsford City" country="England" country_code="ENG" abbreviation="CHE" gender="male"/>
</outcome>
<outcome name="ALFRETON TOWN FC" probability="0" active="false">
<competitor id="sr:competitor:222" name="Alfreton Town FC" country="England" country_code="ENG" abbreviation="ALF" gender="male"/>
</outcome>
<outcome name="SUTTON UNITED" probability="0" active="false">
<competitor id="sr:competitor:6339" name="Sutton United" country="England" country_code="ENG" abbreviation="SUT" gender="male"/>
</outcome>
<outcome name="WEALDSTONE FC" probability="0" active="false">
<competitor id="sr:competitor:238" name="Wealdstone FC" country="England" country_code="ENG" abbreviation="WEA" gender="male"/>
</outcome>
<outcome name="AFC WIMBLEDON" probability="0" active="false">
<competitor id="sr:competitor:23957" name="AFC Wimbledon" country="England" country_code="ENG" abbreviation="WIM" gender="male"/>
</outcome>
<outcome name="MALDON AND TIPTREE FC" probability="0" active="false">
<competitor id="sr:competitor:47105" name="Maldon and Tiptree FC" country="England" country_code="ENG" abbreviation="MT" gender="male"/>
</outcome>
<outcome name="HEMEL HEMPSTEAD TOWN" probability="0" active="false">
<competitor id="sr:competitor:47045" name="Hemel Hempstead Town" country="England" country_code="ENG" abbreviation="HHT" gender="male"/>
</outcome>
<outcome name="SOUTH SHIELDS" probability="0" active="false">
<competitor id="sr:competitor:47207" name="South Shields" country="England" country_code="ENG" abbreviation="SOS" gender="male"/>
</outcome>
<outcome name="SWINDON TOWN" probability="0" active="false">
<competitor id="sr:competitor:53" name="Swindon Town" country="England" country_code="ENG" abbreviation="SWI" gender="male"/>
</outcome>
<outcome name="MACCLESFIELD FC" probability="0" active="true">
<competitor id="sr:competitor:935861" name="Macclesfield FC" country="England" country_code="ENG" abbreviation="MAC" gender="male"/>
</outcome>
<outcome name="LUTON TOWN" probability="0" active="false">
<competitor id="sr:competitor:72" name="Luton Town" country="England" country_code="ENG" abbreviation="LUT" gender="male"/>
</outcome>
<outcome name="SWANSEA CITY" probability="0" active="false">
<competitor id="sr:competitor:74" name="Swansea City" country="Wales" country_code="WAL" abbreviation="SWA" gender="male"/>
</outcome>
<outcome name="CARLISLE UNITED" probability="0" active="false">
<competitor id="sr:competitor:78" name="Carlisle United" country="England" country_code="ENG" abbreviation="CAR" gender="male"/>
</outcome>
<outcome name="CHELTENHAM TOWN" probability="0" active="false">
<competitor id="sr:competitor:69" name="Cheltenham Town" country="England" country_code="ENG" abbreviation="CHT" gender="male"/>
</outcome>
<outcome name="SHREWSBURY TOWN" probability="0" active="false">
<competitor id="sr:competitor:82" name="Shrewsbury Town" country="England" country_code="ENG" abbreviation="SHR" gender="male"/>
</outcome>
<outcome name="PLYMOUTH ARGYLE" probability="0" active="false">
<competitor id="sr:competitor:71" name="Plymouth Argyle" country="England" country_code="ENG" abbreviation="PA" gender="male"/>
</outcome>
<outcome name="SCUNTHORPE UNITED" probability="0" active="false">
<competitor id="sr:competitor:85" name="Scunthorpe United" country="England" country_code="ENG" abbreviation="SCU" gender="male"/>
</outcome>
<outcome name="HARTLEPOOL UNITED" probability="0" active="false">
<competitor id="sr:competitor:101" name="Hartlepool United" country="England" country_code="ENG" abbreviation="HAR" gender="male"/>
</outcome>
<outcome name="SOUTHEND UNITED" probability="0" active="false">
<competitor id="sr:competitor:99" name="Southend United" country="England" country_code="ENG" abbreviation="SOU" gender="male"/>
</outcome>
<outcome name="CARDIFF CITY" probability="0" active="false">
<competitor id="sr:competitor:61" name="Cardiff City" country="Wales" country_code="WAL" abbreviation="CAR" gender="male"/>
</outcome>
<outcome name="DARLINGTON FC" probability="0" active="false">
<competitor id="sr:competitor:91" name="Darlington FC" country="England" country_code="ENG" abbreviation="DAR" gender="male"/>
</outcome>
<outcome name="SHEFFIELD WEDNESDAY" probability="0" active="false">
<competitor id="sr:competitor:12" name="Sheffield Wednesday" country="England" country_code="ENG" abbreviation="SHW" gender="male"/>
</outcome>
<outcome name="AFC BOURNEMOUTH" probability="0" active="false">
<competitor id="sr:competitor:60" name="AFC Bournemouth" country="England" country_code="ENG" abbreviation="BOU" gender="male"/>
</outcome>
<outcome name="BLACKBURN ROVERS" probability="0" active="false">
<competitor id="sr:competitor:46" name="Blackburn Rovers" country="England" country_code="ENG" abbreviation="BLA" gender="male"/>
</outcome>
<outcome name="BOLTON WANDERERS" probability="0" active="false">
<competitor id="sr:competitor:5" name="Bolton Wanderers" country="England" country_code="ENG" abbreviation="BOL" gender="male"/>
</outcome>
<outcome name="CREWE ALEXANDRA" probability="0" active="false">
<competitor id="sr:competitor:19" name="Crewe Alexandra" country="England" country_code="ENG" abbreviation="CRE" gender="male"/>
</outcome>
<outcome name="CHARLTON ATHLETIC" probability="0" active="false">
<competitor id="sr:competitor:47" name="Charlton Athletic" country="England" country_code="ENG" abbreviation="CHA" gender="male"/>
</outcome>
<outcome name="HUDDERSFIELD TOWN" probability="0" active="false">
<competitor id="sr:competitor:59" name="Huddersfield Town" country="England" country_code="ENG" abbreviation="HUD" gender="male"/>
</outcome>
<outcome name="BARNSLEY FC" probability="0" active="false">
<competitor id="sr:competitor:23" name="Barnsley FC" country="England" country_code="ENG" abbreviation="BAR" gender="male"/>
</outcome>
<outcome name="TOTTENHAM HOTSPUR" probability="0" active="false">
<competitor id="sr:competitor:33" name="Tottenham Hotspur" country="England" country_code="ENG" abbreviation="TOT" gender="male"/>
</outcome>
<outcome name="PORTSMOUTH FC" probability="0" active="false">
<competitor id="sr:competitor:2" name="Portsmouth FC" country="England" country_code="ENG" abbreviation="POR" gender="male"/>
</outcome>
<outcome name="PRESTON NORTH END" probability="0" active="false">
<competitor id="sr:competitor:21" name="Preston North End" country="England" country_code="ENG" abbreviation="PNE" gender="male"/>
</outcome>
<outcome name="STOCKPORT COUNTY FC" probability="0" active="false">
<competitor id="sr:competitor:10" name="Stockport County FC" country="England" country_code="ENG" abbreviation="STO" gender="male"/>
</outcome>
</outcomes>
</market> {
"name": "NBA 2025/26 - Awards - Rookie Of The Year (reg. season)",
"outcomes": [
{
"name": "FLAGG, COOPER",
"probability": 83.8,
"competitor": {
"id": "sr:competitor:1204073",
"name": "Flagg, Cooper",
"country": "USA",
"country_code": "USA",
"abbreviation": "FLA",
"gender": "male"
},
"active": true
},
{
"name": "KNUEPPEL, KON",
"probability": 13.7,
"competitor": {
"id": "sr:competitor:1206357",
"name": "Knueppel, Kon",
"country": "USA",
"country_code": "USA",
"abbreviation": "KNU",
"gender": "male"
},
"active": true
},
{
"name": "EDGECOMBE, VJ",
"probability": 1.8,
"competitor": {
"id": "sr:competitor:1159163",
"name": "Edgecombe, Vj",
"country": "USA",
"country_code": "USA",
"abbreviation": "EDG",
"gender": "male"
},
"active": true
},
{
"name": "QUEEN, DERIK",
"probability": 0.2,
"competitor": {
"id": "sr:competitor:1159199",
"name": "Queen, Derik",
"country": "USA",
"country_code": "USA",
"abbreviation": "QUE",
"gender": "male"
},
"active": true
},
{
"name": "COWARD, CEDRIC",
"probability": 0.2,
"competitor": {
"id": "sr:competitor:1262209",
"name": "Coward, Cedric",
"country": "USA",
"country_code": "USA",
"abbreviation": "COW",
"gender": "male"
},
"active": true
},
{
"name": "BAILEY, ACE",
"probability": 0.1,
"competitor": {
"id": "sr:competitor:1224073",
"name": "Bailey, Ace",
"country": "USA",
"country_code": "USA",
"abbreviation": "BAI",
"gender": "male"
},
"active": true
},
{
"name": "HARPER, DYLAN",
"probability": 0.1,
"competitor": {
"id": "sr:competitor:1224075",
"name": "Harper, Dylan",
"country": "USA",
"country_code": "USA",
"abbreviation": "HAR",
"gender": "male"
},
"active": true
},
{
"name": "FEARS, JEREMIAH",
"probability": 0.1,
"competitor": {
"id": "sr:competitor:1224079",
"name": "Fears, Jeremiah",
"country": "USA",
"country_code": "USA",
"abbreviation": "FEA",
"gender": "male"
},
"active": true
},
{
"name": "HOLMES II, DARON",
"probability": 0,
"competitor": {
"id": "sr:competitor:986601",
"name": "Holmes II, Daron",
"country": "USA",
"country_code": "USA",
"abbreviation": "HOL",
"gender": "male"
},
"active": false
},
{
"name": "KALKBRENNER, RYAN",
"probability": 0,
"competitor": {
"id": "sr:competitor:998313",
"name": "Kalkbrenner, Ryan",
"country": "USA",
"country_code": "USA",
"abbreviation": "KAL",
"gender": "male"
},
"active": false
},
{
"name": "BROOME, JOHNI",
"probability": 0,
"competitor": {
"id": "sr:competitor:1030953",
"name": "Broome, Johni",
"country": "USA",
"country_code": "USA",
"abbreviation": "BRO",
"gender": "male"
},
"active": false
},
{
"name": "RICHARD, WILL",
"probability": 0,
"competitor": {
"id": "sr:competitor:1030951",
"name": "Richard, Will",
"country": "USA",
"country_code": "USA",
"abbreviation": "RIC",
"gender": "male"
},
"active": false
},
{
"name": "CLAYTON JR, WALTER",
"probability": 0,
"competitor": {
"id": "sr:competitor:1117133",
"name": "Clayton Jr, Walter",
"country": "USA",
"country_code": "USA",
"abbreviation": "CLA",
"gender": "male"
},
"active": false
},
{
"name": "CLIFFORD, NIQUE",
"probability": 0,
"competitor": {
"id": "sr:competitor:1117249",
"name": "Clifford, Nique",
"country": "USA",
"country_code": "USA",
"abbreviation": "CLI",
"gender": "male"
},
"active": false
},
{
"name": "TOPIC, NIKOLA",
"probability": 0,
"competitor": {
"id": "sr:competitor:1133245",
"name": "Topic, Nikola",
"country": "USA",
"country_code": "USA",
"abbreviation": "TOP",
"gender": "male"
},
"active": false
},
{
"name": "MCNEELEY, LIAM",
"probability": 0,
"competitor": {
"id": "sr:competitor:1159165",
"name": "McNeeley, Liam",
"country": "USA",
"country_code": "USA",
"abbreviation": "MCN",
"gender": "male"
},
"active": false
},
{
"name": "JOHNSON, TRE",
"probability": 0,
"competitor": {
"id": "sr:competitor:1159167",
"name": "Johnson, Tre",
"country": "USA",
"country_code": "USA",
"abbreviation": "JOH",
"gender": "male"
},
"active": false
},
{
"name": "LANIER, CHAZ",
"probability": 0,
"competitor": {
"id": "sr:competitor:1175859",
"name": "Lanier, Chaz",
"country": "USA",
"country_code": "USA",
"abbreviation": "LAN",
"gender": "male"
},
"active": false
},'To Qualify' Market
| Release Date | Feeds Affected | Benefit |
|---|---|---|
| 1/22/2026 | Sport Competitions | We’ve added a To Qualify soccer probability market to our Probabilities API. This new market will appear under The |
<sport_event_status status="ended" match_status="aet" away_score="1" home_score="2" live="true"/>
<markets>
<market name="3way" last_updated="2026-01-11T14:29:37+00:00">
<outcomes>
<outcome name="home_team_winner" probability="0"/>
<outcome name="draw" probability="100"/>
<outcome name="away_team_winner" probability="0"/>
</outcomes>
</market>
<market name="to_qualify" last_updated="2026-01-11T14:29:37+00:00">
<outcomes>
<outcome name="home_team_winner" probability="100"/>
<outcome name="away_team_winner" probability="0"/>
</outcomes>
</market>
<market name="to_qualify" live="true" last_updated="2026-01-21T14:33:32+00:00">
<outcomes>
<outcome name="home_team_winner" probability="100"/>
<outcome name="away_team_winner" probability="0"/>
</outcomes>
</market> <market name="to_qualify" live="true" last_updated="2026-01-11T14:36:06+00:00" home_score="0" away_score="0" match_time="4:32">
<outcomes>
<outcome name="home_team_winner" probability="73.9"/>
<outcome name="away_team_winner" probability="26.1"/>
</outcomes>
</market>
<market name="3way" live="true" last_updated="2026-01-11T14:36:36+00:00" home_score="0" away_score="0" match_time="5:02">
<outcomes>
<outcome name="home_team_winner" probability="60.1"/>
<outcome name="draw" probability="22.8"/>
<outcome name="away_team_winner" probability="17.1"/>
</outcomes>
</market>
<market name="to_qualify" live="true" last_updated="2026-01-11T14:36:36+00:00" home_score="0" away_score="0" match_time="5:02">
<outcomes>
<outcome name="home_team_winner" probability="74.4"/>
<outcome name="away_team_winner" probability="25.6"/>
</outcomes>
</market>Live Coverage Indicator
| Release Date | Feeds Affected | Benefit |
|---|---|---|
| 10/22/2024 | Sport Competitions | We've added an indicator for live coverage of a competition to the Sport Competitions endpoint. Use this |
<competition id="sr:competition:7" name="UEFA Champions League" gender="men" uuids="7a480297-4942-4426-ba1d-a37284fe4dc2" current_season_id="sr:season:119239" live_coverage="true"/>
<competition id="sr:competition:8" name="LaLiga" gender="men" uuids="64e90d00-9ea0-4c91-8292-e78414439d54" current_season_id="sr:season:118691" live_coverage="true"/>
<competition id="sr:competition:9" name="Challenger Pro League" gender="men" current_season_id="sr:season:119501" live_coverage="true"/>
<competition id="sr:competition:17" name="Premier League" gender="men" uuids="fdc32c0e-2a6a-4bbe-b855-41fef6369bfe" current_season_id="sr:season:118689" live_coverage="true"/>
<competition id="sr:competition:18" name="Championship" gender="men" uuids="86eacef9-75ae-4c3e-b308-db5190e25dc0" current_season_id="sr:season:118699" live_coverage="true"/>{
"competitions": [
{
"id": "sr:competition:7",
"name": "UEFA Champions League",
"gender": "men",
"uuids": "7a480297-4942-4426-ba1d-a37284fe4dc2",
"current_season_id": "sr:season:119239",
"live_coverage": true
},
{
"id": "sr:competition:8",
"name": "LaLiga",
"gender": "men",
"uuids": "64e90d00-9ea0-4c91-8292-e78414439d54",
"current_season_id": "sr:season:118691",
"live_coverage": true
},
{
"id": "sr:competition:9",
"name": "Challenger Pro League",
"gender": "men",
"current_season_id": "sr:season:119501",
"live_coverage": true
},
{
"id": "sr:competition:17",
"name": "Premier League",
"gender": "men",
"uuids": "fdc32c0e-2a6a-4bbe-b855-41fef6369bfe",
"current_season_id": "sr:season:118689",
"live_coverage": true
}
]
}Current Season Id
| Release Date | Feeds Affected | Benefit |
|---|---|---|
| 10/22/2024 | Sport Competitions | We've added the unique identifier of a competition's current season to the Sport Competitions endpoint. Use this |
<competition id="sr:competition:7" name="UEFA Champions League" gender="men" uuids="7a480297-4942-4426-ba1d-a37284fe4dc2" current_season_id="sr:season:119239" live_coverage="true"/>
<competition id="sr:competition:8" name="LaLiga" gender="men" uuids="64e90d00-9ea0-4c91-8292-e78414439d54" current_season_id="sr:season:118691" live_coverage="true"/>
<competition id="sr:competition:9" name="Challenger Pro League" gender="men" current_season_id="sr:season:119501" live_coverage="true"/>
<competition id="sr:competition:17" name="Premier League" gender="men" uuids="fdc32c0e-2a6a-4bbe-b855-41fef6369bfe" current_season_id="sr:season:118689" live_coverage="true"/>
<competition id="sr:competition:18" name="Championship" gender="men" uuids="86eacef9-75ae-4c3e-b308-db5190e25dc0" current_season_id="sr:season:118699" live_coverage="true"/>{
"competitions": [
{
"id": "sr:competition:7",
"name": "UEFA Champions League",
"gender": "men",
"uuids": "7a480297-4942-4426-ba1d-a37284fe4dc2",
"current_season_id": "sr:season:119239",
"live_coverage": true
},
{
"id": "sr:competition:8",
"name": "LaLiga",
"gender": "men",
"uuids": "64e90d00-9ea0-4c91-8292-e78414439d54",
"current_season_id": "sr:season:118691",
"live_coverage": true
},
{
"id": "sr:competition:9",
"name": "Challenger Pro League",
"gender": "men",
"current_season_id": "sr:season:119501",
"live_coverage": true
},
{
"id": "sr:competition:17",
"name": "Premier League",
"gender": "men",
"uuids": "fdc32c0e-2a6a-4bbe-b855-41fef6369bfe",
"current_season_id": "sr:season:118689",
"live_coverage": true
}
]
}Hide Competitions Without Odds
| Release Date | Feeds Affected | Benefit |
|---|---|---|
| 10/22/2024 | Sport Competitions | We've adjusted the function of the Sport Competitions endpoint to only return competitions which provided odds data within the past month. |
Live Flag Indicator
| Release Date | Feeds Affected | Benefit |
| 05/16/2023 | Seasonal Probabilities Sport Event Probabilities Sport Event Probabilities Timeline Sport Schedule | Boolean value (live=”true” or live=”false”) added to sport_event_status signifying whether live win probabilities will be available.This value will be available prior to matches starting. |
New Market
| Release Date | Feeds Affected | Benefit |
| 08/19/2022 | Seasonal Probabilities Sport Event Probabilities Sport Event Probabilities Timeline | Added data points in support of a new Innings Runs market for cricket matches. |
Gender Distinction
| Release Date | Feeds Affected | Update |
| 03/21/2022 | Seasonal Probabilities Sport Competitions Sport Event Probabilities Sport Event Probabilities Timeline Sport Schedule | Added gender distinction on all competitions. |
Match Time Attributes
| Release Date | Feeds Affected | Update |
| 09/22/2021 | Seasonal Probabilities Sport Event Probabilities Sport Event Probabilities Timeline | Added ‘match_time’, ‘remaining_time’, and ‘remaining_time_in_period’ for relevant feeds. |
API Release
| Release Date | Feeds Affected | Update |
| 11/29/2018 | All | Initial release of Probabilities v1. |
