Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

Odds Comparison APIs - Sport Event Status

We've added a status indicator to all sport events covered in our v2 Odds Comparison APIs. Use this new data point (sport_event.status) to track the live progress of games with odds available.


☑️ Sample Requests:

Sport Event Markets (OC Prematch) - https://api.sportradar.com/oddscomparison-prematch/trial/v2/en/sport_events/{sport_event_id}/sport_event_markets.xml?api_key=[API_KEY]

Sport Event Player Props (OC Player Props) - https://api.sportradar.com/oddscomparison-player-props/trial/v2/en/sport_events/{sport_event_id}/players_props.xml?api_key=[API_KEY]


🔢 Versions


🔁 Endpoints Affected

OC Player Props:

  • Competition Schedules, Daily Schedules, Sport Event Player Props

OC Prematch:

  • Competition Schedules, Daily Schedules, Sport Event Markets

⚙️ Return Samples

<sport_event id="sr:sport_event:52631241" start_time="2024-11-14T00:00:00+00:00" 
             start_time_confirmed="true" status="ended">
  <competitors>
    <competitor id="sr:competitor:3437" name="Orlando Magic" country="USA" country_code="USA" abbreviation="ORL" qualifier="home" rotation_number="550"/>
    <competitor id="sr:competitor:3419" name="Indiana Pacers" country="USA" country_code="USA" abbreviation="IND" qualifier="away" rotation_number="549"/>
  </competitors>
</sport_event>
<markets>
  <market id="sr:market:1" name="1x2" is_live="false">
    <books>
      <book id="sr:book:17324" name="MGM" removed="true" external_sport_event_id="16529361" external_market_id="1202089989">
        <outcomes>
          <outcome id="sr:outcome:1" type="home" odds_decimal="1.900" odds_american="-111" odds_fraction="9/10" open_odds_decimal="2.250" open_odds_american="+125" open_odds_fraction="5/4" external_outcome_id="-857694767" removed="true"/>
          <outcome id="sr:outcome:3" type="away" odds_decimal="2.000" odds_american="+100" odds_fraction="1/1" open_odds_decimal="1.750" open_odds_american="-133" open_odds_fraction="3/4" external_outcome_id="-857694769" removed="true"/>
          <outcome id="sr:outcome:2" type="draw" odds_decimal="15.500" odds_american="+1450" odds_fraction="29/2" open_odds_decimal="13.000" open_odds_american="+1200" open_odds_fraction="12/1" external_outcome_id="-857694768" removed="true"/>
        </outcomes>
      </book>
"sport_event": {
  "id": "sr:sport_event:52631241",
  "start_time": "2024-11-14T00:00:00+00:00",
  "start_time_confirmed": true,
  "status": "ended",
  "competitors": [
    {
      "id": "sr:competitor:3437",
      "name": "Orlando Magic",
      "country": "USA",
      "country_code": "USA",
      "abbreviation": "ORL",
      "qualifier": "home",
      "rotation_number": 550
    },
    {
      "id": "sr:competitor:3419",
      "name": "Indiana Pacers",
      "country": "USA",
      "country_code": "USA",
      "abbreviation": "IND",
      "qualifier": "away",
      "rotation_number": 549
    }
  ]
},
"markets": [
  {
    "id": "sr:market:1",
    "name": "1x2",
    "is_live": false,
    "books": [
      {
        "id": "sr:book:17324",
        "name": "MGM",
        "removed": true,
        "external_sport_event_id": "16529361",
        "external_market_id": "1202089989",
        "outcomes": [
          {
            "id": "sr:outcome:1",
            "type": "home",
            "odds_decimal": "1.900",
            "odds_american": "-111",
            "odds_fraction": "9/10",
            "open_odds_decimal": "2.250",
            "open_odds_american": "+125",
            "open_odds_fraction": "5/4",
            "external_outcome_id": "-857694767",
            "removed": true
          },
          {
            "id": "sr:outcome:3",
            "type": "away",
            "odds_decimal": "2.000",
            "odds_american": "+100",
            "odds_fraction": "1/1",
            "open_odds_decimal": "1.750",
            "open_odds_american": "-133",
            "open_odds_fraction": "3/4",
            "external_outcome_id": "-857694769",
            "removed": true
          },
          {
            "id": "sr:outcome:2",
            "type": "draw",
            "odds_decimal": "15.500",
            "odds_american": "+1450",
            "odds_fraction": "29/2",
            "open_odds_decimal": "13.000",
            "open_odds_american": "+1200",
            "open_odds_fraction": "12/1",
            "external_outcome_id": "-857694768",
            "removed": true
          }
        ]
      },