Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Docs

Change Log

Find all updates to Probabilities v1

Live Coverage Indicator

Release DateFeeds AffectedBenefit
10/22/2024Sport CompetitionsWe've added an indicator for live coverage of a competition to the Sport Competitions endpoint.

Use this live_coverage attribute to determine if live updates are available for a competition's matches in the Sport Event endpoints.
    <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 DateFeeds AffectedBenefit
10/22/2024Sport CompetitionsWe've added the unique identifier of a competition's current season to the Sport Competitions endpoint.

Use this current_season_id attribute to quickly request the Season probabilities endpoints.
    <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 DateFeeds AffectedBenefit
10/22/2024Sport CompetitionsWe'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 DateFeeds AffectedBenefit
05/16/2023Seasonal 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 DateFeeds AffectedBenefit
08/19/2022Seasonal 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 DateFeeds AffectedUpdate
03/21/2022Seasonal Probabilities
Sport Competitions
Sport Event Probabilities
Sport Event Probabilities Timeline
Sport Schedule
Added gender distinction on all competitions.


Match Time Attributes

Release DateFeeds AffectedUpdate
09/22/2021Seasonal Probabilities
Sport Event Probabilities
Sport Event Probabilities Timeline
Added ‘match_time’, ‘remaining_time’, and ‘remaining_time_in_period’ for relevant feeds.


API Release

Release DateFeeds AffectedUpdate
11/29/2018AllInitial release of Probabilities v1.