Description

Returns a list of all the sports that currently have fixtures with odds.

Example Responses

ONLY USED TO SHOW AN EXAMPLE JSON FORMAT, DATA CAN BE DIFFERENT FROM ACTUAL RESPONSE

{
  "data": [
    {
      "id": "aussie_rules",
      "name": "Aussie Rules",
      "numerical_id": 2,
      "main_markets": [
        {
          "id": "moneyline",
          "name": "Moneyline",
          "numerical_id": 953
        },
        {
          "id": "point_spread",
          "name": "Point Spread",
          "numerical_id": 1172
        },
        {
          "id": "total_points",
          "name": "Total Points",
          "numerical_id": 1358
        }
      ]
    },
    {
      "id": "baseball",
      "name": "Baseball",
      "numerical_id": 3,
      "main_markets": [
        {
          "id": "moneyline",
          "name": "Moneyline",
          "numerical_id": 953
        },
        {
          "id": "run_line",
          "name": "Run Line",
          "numerical_id": 1245
        },
        {
          "id": "total_runs",
          "name": "Total Runs",
          "numerical_id": 1367
        }
      ]
    },
    {
      "id": "basketball",
      "name": "Basketball",
      "numerical_id": 4,
      "main_markets": [
        {
          "id": "moneyline",
          "name": "Moneyline",
          "numerical_id": 953
        },
        {
          "id": "point_spread",
          "name": "Point Spread",
          "numerical_id": 1172
        },
        {
          "id": "total_points",
          "name": "Total Points",
          "numerical_id": 1358
        }
      ]
    },
    ...    
}
Language
Credentials
Click Try It! to start a request and see the response here!