Description

Get a list of historical odds for a given combination of sportsbooks, fixtures, and markets. These game odds are related to specific events, they do not apply for entire tournaments or entire seasons.

Currently, this will only return data from the time a sportsbook posts the odds to right before the start time of the fixture.

Specific Parameter Information

For a full list of parameters, scroll to the bottom of this page.

You must pass a single fixture_idand at least 1 (up to 5) sportsbook to this endpoint.

If you are passing include_timeseries, then you must pass a market as well.

fixture_id

This is required and you can only pass a single one.

sportsbook

The sportsbooks that you want odds for. You can pass up to 5 of these per request. You can pass the id or the name.

market

The markets that you want odds for. You can pass the id or the name.

is_main

Passing is_main=true will limit the data returned to only return the main lines, since this is a historical view, the name field might not correspond to a name that was returned from the /fixtures/odds endpoint since the bet points could change. See examples below.

include_timeseries

For this to work, you will need a separate permission on your key, this will return the odd movements as we detect them.

Example Responses

Full Request

URL: https://api.opticodds.com/api/v3/fixtures/odds/historical?fixture_id=F075D920FFCA&market=Total%20Runs&sportsbook=BetMGM

{
  "data": [
    {
      "id": "F075D920FFCA",
      "game_id": "81005-35183-2024-08-27-15",
      "start_date": "2024-08-27T22:40:00Z",
      "home_competitors": [
        {
          "id": "D4F7181B2181",
          "name": "Cleveland Guardians",
          "abbreviation": "CLE",
          "logo": "https://a.espncdn.com/i/teamlogos/mlb/500/cle.png"
        }
      ],
      "away_competitors": [
        {
          "id": "E970E2EDDCAE",
          "name": "Kansas City Royals",
          "abbreviation": "KAN",
          "logo": "https://a.espncdn.com/i/teamlogos/mlb/500/kc.png"
        }
      ],
      "home_team_display": "Cleveland Guardians",
      "away_team_display": "Kansas City Royals",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "baseball",
        "name": "Baseball"
      },
      "league": {
        "id": "mlb",
        "name": "MLB"
      },
      "tournament": null,
      "odds": [
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_9_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 9.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -185,
            "points": 9.5
          },
          "clv": {
            "price": -140,
            "points": 9.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_9",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 9",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -150,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_8_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 8.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -110,
            "points": 8.5
          },
          "clv": {
            "price": 115,
            "points": 8.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_7_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 7.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 125,
            "points": 7.5
          },
          "clv": {
            "price": 160,
            "points": 7.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_7",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 7",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 175,
            "points": 7
          },
          "clv": {
            "price": 220,
            "points": 7
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_6_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 6.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 210,
            "points": 6.5
          },
          "clv": {
            "price": 250,
            "points": 6.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_6",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 6",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 270,
            "points": 6
          },
          "clv": {
            "price": 333,
            "points": 6
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_5_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 5.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 300,
            "points": 5.5
          },
          "clv": {
            "price": 360,
            "points": 5.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 475,
            "points": 5
          },
          "clv": {
            "price": 600,
            "points": 5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_4",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 4",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 725,
            "points": 4
          },
          "clv": {
            "price": 875,
            "points": 4
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_3_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 3.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 750,
            "points": 3.5
          },
          "clv": {
            "price": 900,
            "points": 3.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_14",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 14",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -1200,
            "points": 14
          },
          "clv": {
            "price": -900,
            "points": 14
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_13",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 13",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -800,
            "points": 13
          },
          "clv": {
            "price": -600,
            "points": 13
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_12_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 12.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -550,
            "points": 12.5
          },
          "clv": {
            "price": -400,
            "points": 12.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_12",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 12",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -550,
            "points": 12
          },
          "clv": {
            "price": -375,
            "points": 12
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_11_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 11.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -400,
            "points": 11.5
          },
          "clv": {
            "price": -300,
            "points": 11.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_11",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 11",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -350,
            "points": 11
          },
          "clv": {
            "price": -250,
            "points": 11
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_8_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 8.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -110,
            "points": 8.5
          },
          "clv": {
            "price": -150,
            "points": 8.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_7_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 7.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -160,
            "points": 7.5
          },
          "clv": {
            "price": -210,
            "points": 7.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_7",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 7",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -250,
            "points": 7
          },
          "clv": {
            "price": -300,
            "points": 7
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_6_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 6.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -275,
            "points": 6.5
          },
          "clv": {
            "price": -350,
            "points": 6.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_5_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 5.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -450,
            "points": 5.5
          },
          "clv": {
            "price": -550,
            "points": 5.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_4_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 4.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -900,
            "points": 4.5
          },
          "clv": {
            "price": -1200,
            "points": 4.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_4",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 4",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -1600,
            "points": 4
          },
          "clv": {
            "price": -2500,
            "points": 4
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_14",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 14",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 625,
            "points": 14
          },
          "clv": {
            "price": 500,
            "points": 14
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_13_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 13.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 500,
            "points": 13.5
          },
          "clv": {
            "price": 400,
            "points": 13.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_13",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 13",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 475,
            "points": 13
          },
          "clv": {
            "price": 375,
            "points": 13
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_12_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 12.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 360,
            "points": 12.5
          },
          "clv": {
            "price": 280,
            "points": 12.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_12",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 12",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 340,
            "points": 12
          },
          "clv": {
            "price": 270,
            "points": 12
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_11_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 11.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 275,
            "points": 11.5
          },
          "clv": {
            "price": 220,
            "points": 11.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_11",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 11",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 250,
            "points": 11
          },
          "clv": {
            "price": 185,
            "points": 11
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_10_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 10.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 185,
            "points": 10.5
          },
          "clv": {
            "price": 145,
            "points": 10.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_10",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 10",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 170,
            "points": 10
          },
          "clv": {
            "price": 125,
            "points": 10
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_8",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 8",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 105,
            "points": 8
          },
          "clv": {
            "price": 140,
            "points": 8
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_4_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 4.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 525,
            "points": 4.5
          },
          "clv": {
            "price": 625,
            "points": 4.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_14_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 14.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -1400,
            "points": 14.5
          },
          "clv": {
            "price": -900,
            "points": 14.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_13_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 13.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -900,
            "points": 13.5
          },
          "clv": {
            "price": -650,
            "points": 13.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_10_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 10.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -250,
            "points": 10.5
          },
          "clv": {
            "price": -190,
            "points": 10.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_10",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 10",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -225,
            "points": 10
          },
          "clv": {
            "price": -165,
            "points": 10
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_9_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 9.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 140,
            "points": 9.5
          },
          "clv": {
            "price": 105,
            "points": 9.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_9",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 9",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 115,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_8",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 8",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -140,
            "points": 8
          },
          "clv": {
            "price": -185,
            "points": 8
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_6",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 6",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -375,
            "points": 6
          },
          "clv": {
            "price": -500,
            "points": 6
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -800,
            "points": 5
          },
          "clv": {
            "price": -1100,
            "points": 5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_3_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 3.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -1600,
            "points": 3.5
          },
          "clv": {
            "price": -2500,
            "points": 3.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_14_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 14.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 650,
            "points": 14.5
          },
          "clv": {
            "price": 525,
            "points": 14.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "under",
          "is_main": true,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -150,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "over",
          "is_main": true,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 115,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        }
      ]
    }
  ]
}

is_main=True

URL: https://api.opticodds.com/api/v3/fixtures/odds/historical?fixture_id=F075D920FFCA&market=Total%20Runs&sportsbook=BetMGM&is_main=True

{
  "data": [
    {
      "id": "F075D920FFCA",
      "game_id": "81005-35183-2024-08-27-15",
      "start_date": "2024-08-27T22:40:00Z",
      "home_competitors": [
        {
          "id": "D4F7181B2181",
          "name": "Cleveland Guardians",
          "abbreviation": "CLE",
          "logo": "https://a.espncdn.com/i/teamlogos/mlb/500/cle.png"
        }
      ],
      "away_competitors": [
        {
          "id": "E970E2EDDCAE",
          "name": "Kansas City Royals",
          "abbreviation": "KAN",
          "logo": "https://a.espncdn.com/i/teamlogos/mlb/500/kc.png"
        }
      ],
      "home_team_display": "Cleveland Guardians",
      "away_team_display": "Kansas City Royals",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "baseball",
        "name": "Baseball"
      },
      "league": {
        "id": "mlb",
        "name": "MLB"
      },
      "tournament": null,
      "odds": [
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "under",
          "is_main": true,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": -150,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "over",
          "is_main": true,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [],
          "olv": {
            "price": 115,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        }
      ]
    }
  ]
}

include_timeseries=True

URL: https://api.opticodds.com/api/v3/fixtures/odds/historical?fixture_id=F075D920FFCA&market=Total%20Runs&sportsbook=BetMGM&include_timeseries=true

{
  "data": [
    {
      "id": "F075D920FFCA",
      "game_id": "81005-35183-2024-08-27-15",
      "start_date": "2024-08-27T22:40:00Z",
      "home_competitors": [
        {
          "id": "D4F7181B2181",
          "name": "Cleveland Guardians",
          "abbreviation": "CLE",
          "logo": "https://a.espncdn.com/i/teamlogos/mlb/500/cle.png"
        }
      ],
      "away_competitors": [
        {
          "id": "E970E2EDDCAE",
          "name": "Kansas City Royals",
          "abbreviation": "KAN",
          "logo": "https://a.espncdn.com/i/teamlogos/mlb/500/kc.png"
        }
      ],
      "home_team_display": "Cleveland Guardians",
      "away_team_display": "Kansas City Royals",
      "status": "completed",
      "is_live": false,
      "sport": {
        "id": "baseball",
        "name": "Baseball"
      },
      "league": {
        "id": "mlb",
        "name": "MLB"
      },
      "tournament": null,
      "odds": [
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_9_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 9.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -185,
              "timestamp": 1724711207,
              "points": 9.5
            },
            {
              "price": -175,
              "timestamp": 1724731191,
              "points": 9.5
            },
            {
              "price": -160,
              "timestamp": 1724740954,
              "points": 9.5
            },
            {
              "price": -155,
              "timestamp": 1724762330,
              "points": 9.5
            },
            {
              "price": -150,
              "timestamp": 1724762405,
              "points": 9.5
            },
            {
              "price": -140,
              "timestamp": 1724766010,
              "points": 9.5
            }
          ],
          "olv": {
            "price": -185,
            "points": 9.5
          },
          "clv": {
            "price": -140,
            "points": 9.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_9",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 9",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -150,
              "timestamp": 1724711207,
              "points": 9
            },
            {
              "price": -145,
              "timestamp": 1724731191,
              "points": 9
            },
            {
              "price": -130,
              "timestamp": 1724740954,
              "points": 9
            },
            {
              "price": -120,
              "timestamp": 1724762330,
              "points": 9
            },
            {
              "price": -110,
              "timestamp": 1724762405,
              "points": 9
            }
          ],
          "olv": {
            "price": -150,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_8_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 8.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -110,
              "timestamp": 1724711212,
              "points": 8.5
            },
            {
              "price": -105,
              "timestamp": 1724731191,
              "points": 8.5
            },
            {
              "price": -110,
              "timestamp": 1724737698,
              "points": 8.5
            },
            {
              "price": 100,
              "timestamp": 1724740939,
              "points": 8.5
            },
            {
              "price": 110,
              "timestamp": 1724762405,
              "points": 8.5
            },
            {
              "price": 115,
              "timestamp": 1724766010,
              "points": 8.5
            }
          ],
          "olv": {
            "price": -110,
            "points": 8.5
          },
          "clv": {
            "price": 115,
            "points": 8.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_7_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 7.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 125,
              "timestamp": 1724711207,
              "points": 7.5
            },
            {
              "price": 135,
              "timestamp": 1724740954,
              "points": 7.5
            },
            {
              "price": 145,
              "timestamp": 1724762330,
              "points": 7.5
            },
            {
              "price": 150,
              "timestamp": 1724762405,
              "points": 7.5
            },
            {
              "price": 160,
              "timestamp": 1724766007,
              "points": 7.5
            }
          ],
          "olv": {
            "price": 125,
            "points": 7.5
          },
          "clv": {
            "price": 160,
            "points": 7.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_7",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 7",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 175,
              "timestamp": 1724711207,
              "points": 7
            },
            {
              "price": 180,
              "timestamp": 1724731191,
              "points": 7
            },
            {
              "price": 190,
              "timestamp": 1724740954,
              "points": 7
            },
            {
              "price": 200,
              "timestamp": 1724762330,
              "points": 7
            },
            {
              "price": 220,
              "timestamp": 1724762405,
              "points": 7
            }
          ],
          "olv": {
            "price": 175,
            "points": 7
          },
          "clv": {
            "price": 220,
            "points": 7
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_6_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 6.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 210,
              "timestamp": 1724711207,
              "points": 6.5
            },
            {
              "price": 240,
              "timestamp": 1724740949,
              "points": 6.5
            },
            {
              "price": 250,
              "timestamp": 1724762405,
              "points": 6.5
            }
          ],
          "olv": {
            "price": 210,
            "points": 6.5
          },
          "clv": {
            "price": 250,
            "points": 6.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_6",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 6",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 270,
              "timestamp": 1724711207,
              "points": 6
            },
            {
              "price": 280,
              "timestamp": 1724731191,
              "points": 6
            },
            {
              "price": 275,
              "timestamp": 1724737692,
              "points": 6
            },
            {
              "price": 300,
              "timestamp": 1724740949,
              "points": 6
            },
            {
              "price": 310,
              "timestamp": 1724762330,
              "points": 6
            },
            {
              "price": 325,
              "timestamp": 1724762400,
              "points": 6
            },
            {
              "price": 333,
              "timestamp": 1724766007,
              "points": 6
            }
          ],
          "olv": {
            "price": 270,
            "points": 6
          },
          "clv": {
            "price": 333,
            "points": 6
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_5_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 5.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 300,
              "timestamp": 1724711207,
              "points": 5.5
            },
            {
              "price": 325,
              "timestamp": 1724740949,
              "points": 5.5
            },
            {
              "price": 333,
              "timestamp": 1724762330,
              "points": 5.5
            },
            {
              "price": 350,
              "timestamp": 1724762400,
              "points": 5.5
            },
            {
              "price": 360,
              "timestamp": 1724766007,
              "points": 5.5
            }
          ],
          "olv": {
            "price": 300,
            "points": 5.5
          },
          "clv": {
            "price": 360,
            "points": 5.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 475,
              "timestamp": 1724711207,
              "points": 5
            },
            {
              "price": 525,
              "timestamp": 1724740949,
              "points": 5
            },
            {
              "price": 575,
              "timestamp": 1724762400,
              "points": 5
            },
            {
              "price": 600,
              "timestamp": 1724766007,
              "points": 5
            }
          ],
          "olv": {
            "price": 475,
            "points": 5
          },
          "clv": {
            "price": 600,
            "points": 5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_4",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 4",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 725,
              "timestamp": 1724711207,
              "points": 4
            },
            {
              "price": 775,
              "timestamp": 1724740949,
              "points": 4
            },
            {
              "price": 800,
              "timestamp": 1724762330,
              "points": 4
            },
            {
              "price": 850,
              "timestamp": 1724762400,
              "points": 4
            },
            {
              "price": 875,
              "timestamp": 1724766007,
              "points": 4
            }
          ],
          "olv": {
            "price": 725,
            "points": 4
          },
          "clv": {
            "price": 875,
            "points": 4
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_3_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 3.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 750,
              "timestamp": 1724711207,
              "points": 3.5
            },
            {
              "price": 800,
              "timestamp": 1724740949,
              "points": 3.5
            },
            {
              "price": 825,
              "timestamp": 1724762330,
              "points": 3.5
            },
            {
              "price": 875,
              "timestamp": 1724762400,
              "points": 3.5
            },
            {
              "price": 900,
              "timestamp": 1724766095,
              "points": 3.5
            }
          ],
          "olv": {
            "price": 750,
            "points": 3.5
          },
          "clv": {
            "price": 900,
            "points": 3.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_14",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 14",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -1200,
              "timestamp": 1724711207,
              "points": 14
            },
            {
              "price": -1100,
              "timestamp": 1724740954,
              "points": 14
            },
            {
              "price": -1000,
              "timestamp": 1724762330,
              "points": 14
            },
            {
              "price": -900,
              "timestamp": 1724762405,
              "points": 14
            }
          ],
          "olv": {
            "price": -1200,
            "points": 14
          },
          "clv": {
            "price": -900,
            "points": 14
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_13",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 13",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -800,
              "timestamp": 1724711207,
              "points": 13
            },
            {
              "price": -750,
              "timestamp": 1724731196,
              "points": 13
            },
            {
              "price": -800,
              "timestamp": 1724737698,
              "points": 13
            },
            {
              "price": -700,
              "timestamp": 1724740954,
              "points": 13
            },
            {
              "price": -650,
              "timestamp": 1724762405,
              "points": 13
            },
            {
              "price": -600,
              "timestamp": 1724766010,
              "points": 13
            }
          ],
          "olv": {
            "price": -800,
            "points": 13
          },
          "clv": {
            "price": -600,
            "points": 13
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_12_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 12.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -550,
              "timestamp": 1724711207,
              "points": 12.5
            },
            {
              "price": -500,
              "timestamp": 1724740954,
              "points": 12.5
            },
            {
              "price": -450,
              "timestamp": 1724762330,
              "points": 12.5
            },
            {
              "price": -400,
              "timestamp": 1724766010,
              "points": 12.5
            }
          ],
          "olv": {
            "price": -550,
            "points": 12.5
          },
          "clv": {
            "price": -400,
            "points": 12.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_12",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 12",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -550,
              "timestamp": 1724711207,
              "points": 12
            },
            {
              "price": -500,
              "timestamp": 1724731196,
              "points": 12
            },
            {
              "price": -450,
              "timestamp": 1724740954,
              "points": 12
            },
            {
              "price": -400,
              "timestamp": 1724762405,
              "points": 12
            },
            {
              "price": -375,
              "timestamp": 1724766010,
              "points": 12
            }
          ],
          "olv": {
            "price": -550,
            "points": 12
          },
          "clv": {
            "price": -375,
            "points": 12
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_11_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 11.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -400,
              "timestamp": 1724711207,
              "points": 11.5
            },
            {
              "price": -375,
              "timestamp": 1724731196,
              "points": 11.5
            },
            {
              "price": -350,
              "timestamp": 1724740954,
              "points": 11.5
            },
            {
              "price": -300,
              "timestamp": 1724762405,
              "points": 11.5
            }
          ],
          "olv": {
            "price": -400,
            "points": 11.5
          },
          "clv": {
            "price": -300,
            "points": 11.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_11",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 11",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -350,
              "timestamp": 1724711207,
              "points": 11
            },
            {
              "price": -300,
              "timestamp": 1724740954,
              "points": 11
            },
            {
              "price": -275,
              "timestamp": 1724762405,
              "points": 11
            },
            {
              "price": -250,
              "timestamp": 1724766010,
              "points": 11
            }
          ],
          "olv": {
            "price": -350,
            "points": 11
          },
          "clv": {
            "price": -250,
            "points": 11
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_8_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 8.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -110,
              "timestamp": 1724711212,
              "points": 8.5
            },
            {
              "price": -115,
              "timestamp": 1724731191,
              "points": 8.5
            },
            {
              "price": -110,
              "timestamp": 1724737698,
              "points": 8.5
            },
            {
              "price": -120,
              "timestamp": 1724740939,
              "points": 8.5
            },
            {
              "price": -130,
              "timestamp": 1724762330,
              "points": 8.5
            },
            {
              "price": -145,
              "timestamp": 1724762405,
              "points": 8.5
            },
            {
              "price": -150,
              "timestamp": 1724766010,
              "points": 8.5
            }
          ],
          "olv": {
            "price": -110,
            "points": 8.5
          },
          "clv": {
            "price": -150,
            "points": 8.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_7_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 7.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -160,
              "timestamp": 1724711207,
              "points": 7.5
            },
            {
              "price": -165,
              "timestamp": 1724731191,
              "points": 7.5
            },
            {
              "price": -175,
              "timestamp": 1724740954,
              "points": 7.5
            },
            {
              "price": -190,
              "timestamp": 1724762330,
              "points": 7.5
            },
            {
              "price": -200,
              "timestamp": 1724762405,
              "points": 7.5
            },
            {
              "price": -210,
              "timestamp": 1724766007,
              "points": 7.5
            }
          ],
          "olv": {
            "price": -160,
            "points": 7.5
          },
          "clv": {
            "price": -210,
            "points": 7.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_7",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 7",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -250,
              "timestamp": 1724711207,
              "points": 7
            },
            {
              "price": -275,
              "timestamp": 1724762330,
              "points": 7
            },
            {
              "price": -300,
              "timestamp": 1724762405,
              "points": 7
            }
          ],
          "olv": {
            "price": -250,
            "points": 7
          },
          "clv": {
            "price": -300,
            "points": 7
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_6_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 6.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -275,
              "timestamp": 1724711207,
              "points": 6.5
            },
            {
              "price": -300,
              "timestamp": 1724731191,
              "points": 6.5
            },
            {
              "price": -350,
              "timestamp": 1724740949,
              "points": 6.5
            }
          ],
          "olv": {
            "price": -275,
            "points": 6.5
          },
          "clv": {
            "price": -350,
            "points": 6.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_5_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 5.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -450,
              "timestamp": 1724711207,
              "points": 5.5
            },
            {
              "price": -500,
              "timestamp": 1724740949,
              "points": 5.5
            },
            {
              "price": -550,
              "timestamp": 1724762400,
              "points": 5.5
            }
          ],
          "olv": {
            "price": -450,
            "points": 5.5
          },
          "clv": {
            "price": -550,
            "points": 5.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_4_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 4.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -900,
              "timestamp": 1724711207,
              "points": 4.5
            },
            {
              "price": -1000,
              "timestamp": 1724731191,
              "points": 4.5
            },
            {
              "price": -1100,
              "timestamp": 1724740949,
              "points": 4.5
            },
            {
              "price": -1200,
              "timestamp": 1724762400,
              "points": 4.5
            }
          ],
          "olv": {
            "price": -900,
            "points": 4.5
          },
          "clv": {
            "price": -1200,
            "points": 4.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_4",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 4",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -1600,
              "timestamp": 1724711207,
              "points": 4
            },
            {
              "price": -2000,
              "timestamp": 1724740949,
              "points": 4
            },
            {
              "price": -2500,
              "timestamp": 1724762400,
              "points": 4
            }
          ],
          "olv": {
            "price": -1600,
            "points": 4
          },
          "clv": {
            "price": -2500,
            "points": 4
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_14",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 14",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 625,
              "timestamp": 1724711207,
              "points": 14
            },
            {
              "price": 600,
              "timestamp": 1724731196,
              "points": 14
            },
            {
              "price": 575,
              "timestamp": 1724740954,
              "points": 14
            },
            {
              "price": 550,
              "timestamp": 1724762330,
              "points": 14
            },
            {
              "price": 525,
              "timestamp": 1724762405,
              "points": 14
            },
            {
              "price": 500,
              "timestamp": 1724766010,
              "points": 14
            }
          ],
          "olv": {
            "price": 625,
            "points": 14
          },
          "clv": {
            "price": 500,
            "points": 14
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_13_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 13.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 500,
              "timestamp": 1724711207,
              "points": 13.5
            },
            {
              "price": 475,
              "timestamp": 1724731196,
              "points": 13.5
            },
            {
              "price": 500,
              "timestamp": 1724737698,
              "points": 13.5
            },
            {
              "price": 450,
              "timestamp": 1724740954,
              "points": 13.5
            },
            {
              "price": 425,
              "timestamp": 1724762405,
              "points": 13.5
            },
            {
              "price": 400,
              "timestamp": 1724766010,
              "points": 13.5
            }
          ],
          "olv": {
            "price": 500,
            "points": 13.5
          },
          "clv": {
            "price": 400,
            "points": 13.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_13",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 13",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 475,
              "timestamp": 1724711207,
              "points": 13
            },
            {
              "price": 450,
              "timestamp": 1724731196,
              "points": 13
            },
            {
              "price": 475,
              "timestamp": 1724737698,
              "points": 13
            },
            {
              "price": 425,
              "timestamp": 1724740954,
              "points": 13
            },
            {
              "price": 400,
              "timestamp": 1724762405,
              "points": 13
            },
            {
              "price": 375,
              "timestamp": 1724766010,
              "points": 13
            }
          ],
          "olv": {
            "price": 475,
            "points": 13
          },
          "clv": {
            "price": 375,
            "points": 13
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_12_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 12.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 360,
              "timestamp": 1724711207,
              "points": 12.5
            },
            {
              "price": 350,
              "timestamp": 1724731196,
              "points": 12.5
            },
            {
              "price": 360,
              "timestamp": 1724737698,
              "points": 12.5
            },
            {
              "price": 325,
              "timestamp": 1724740954,
              "points": 12.5
            },
            {
              "price": 310,
              "timestamp": 1724762330,
              "points": 12.5
            },
            {
              "price": 300,
              "timestamp": 1724762405,
              "points": 12.5
            },
            {
              "price": 280,
              "timestamp": 1724766010,
              "points": 12.5
            }
          ],
          "olv": {
            "price": 360,
            "points": 12.5
          },
          "clv": {
            "price": 280,
            "points": 12.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_12",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 12",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 340,
              "timestamp": 1724711207,
              "points": 12
            },
            {
              "price": 325,
              "timestamp": 1724731196,
              "points": 12
            },
            {
              "price": 333,
              "timestamp": 1724737698,
              "points": 12
            },
            {
              "price": 310,
              "timestamp": 1724740954,
              "points": 12
            },
            {
              "price": 300,
              "timestamp": 1724762330,
              "points": 12
            },
            {
              "price": 275,
              "timestamp": 1724762405,
              "points": 12
            },
            {
              "price": 270,
              "timestamp": 1724766010,
              "points": 12
            }
          ],
          "olv": {
            "price": 340,
            "points": 12
          },
          "clv": {
            "price": 270,
            "points": 12
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_11_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 11.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 275,
              "timestamp": 1724711207,
              "points": 11.5
            },
            {
              "price": 270,
              "timestamp": 1724731196,
              "points": 11.5
            },
            {
              "price": 250,
              "timestamp": 1724740954,
              "points": 11.5
            },
            {
              "price": 240,
              "timestamp": 1724762330,
              "points": 11.5
            },
            {
              "price": 220,
              "timestamp": 1724762405,
              "points": 11.5
            }
          ],
          "olv": {
            "price": 275,
            "points": 11.5
          },
          "clv": {
            "price": 220,
            "points": 11.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_11",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 11",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 250,
              "timestamp": 1724711207,
              "points": 11
            },
            {
              "price": 240,
              "timestamp": 1724731196,
              "points": 11
            },
            {
              "price": 220,
              "timestamp": 1724740954,
              "points": 11
            },
            {
              "price": 210,
              "timestamp": 1724762330,
              "points": 11
            },
            {
              "price": 200,
              "timestamp": 1724762405,
              "points": 11
            },
            {
              "price": 185,
              "timestamp": 1724766010,
              "points": 11
            }
          ],
          "olv": {
            "price": 250,
            "points": 11
          },
          "clv": {
            "price": 185,
            "points": 11
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_10_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 10.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 185,
              "timestamp": 1724711207,
              "points": 10.5
            },
            {
              "price": 175,
              "timestamp": 1724740954,
              "points": 10.5
            },
            {
              "price": 165,
              "timestamp": 1724762330,
              "points": 10.5
            },
            {
              "price": 155,
              "timestamp": 1724762405,
              "points": 10.5
            },
            {
              "price": 145,
              "timestamp": 1724766010,
              "points": 10.5
            }
          ],
          "olv": {
            "price": 185,
            "points": 10.5
          },
          "clv": {
            "price": 145,
            "points": 10.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_10",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 10",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 170,
              "timestamp": 1724711207,
              "points": 10
            },
            {
              "price": 165,
              "timestamp": 1724731191,
              "points": 10
            },
            {
              "price": 155,
              "timestamp": 1724740954,
              "points": 10
            },
            {
              "price": 145,
              "timestamp": 1724762330,
              "points": 10
            },
            {
              "price": 140,
              "timestamp": 1724762405,
              "points": 10
            },
            {
              "price": 125,
              "timestamp": 1724766010,
              "points": 10
            }
          ],
          "olv": {
            "price": 170,
            "points": 10
          },
          "clv": {
            "price": 125,
            "points": 10
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_8",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 8",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 105,
              "timestamp": 1724711212,
              "points": 8
            },
            {
              "price": 110,
              "timestamp": 1724731191,
              "points": 8
            },
            {
              "price": 120,
              "timestamp": 1724740954,
              "points": 8
            },
            {
              "price": 125,
              "timestamp": 1724762330,
              "points": 8
            },
            {
              "price": 135,
              "timestamp": 1724762405,
              "points": 8
            },
            {
              "price": 140,
              "timestamp": 1724766010,
              "points": 8
            }
          ],
          "olv": {
            "price": 105,
            "points": 8
          },
          "clv": {
            "price": 140,
            "points": 8
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_4_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 4.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 525,
              "timestamp": 1724711207,
              "points": 4.5
            },
            {
              "price": 575,
              "timestamp": 1724740949,
              "points": 4.5
            },
            {
              "price": 625,
              "timestamp": 1724762400,
              "points": 4.5
            }
          ],
          "olv": {
            "price": 525,
            "points": 4.5
          },
          "clv": {
            "price": 625,
            "points": 4.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_14_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 14.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -1400,
              "timestamp": 1724711207,
              "points": 14.5
            },
            {
              "price": -1200,
              "timestamp": 1724731196,
              "points": 14.5
            },
            {
              "price": -1100,
              "timestamp": 1724740954,
              "points": 14.5
            },
            {
              "price": -1000,
              "timestamp": 1724762330,
              "points": 14.5
            },
            {
              "price": -900,
              "timestamp": 1724766010,
              "points": 14.5
            }
          ],
          "olv": {
            "price": -1400,
            "points": 14.5
          },
          "clv": {
            "price": -900,
            "points": 14.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_13_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 13.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -900,
              "timestamp": 1724711207,
              "points": 13.5
            },
            {
              "price": -800,
              "timestamp": 1724731196,
              "points": 13.5
            },
            {
              "price": -900,
              "timestamp": 1724737698,
              "points": 13.5
            },
            {
              "price": -750,
              "timestamp": 1724740954,
              "points": 13.5
            },
            {
              "price": -700,
              "timestamp": 1724762405,
              "points": 13.5
            },
            {
              "price": -650,
              "timestamp": 1724766010,
              "points": 13.5
            }
          ],
          "olv": {
            "price": -900,
            "points": 13.5
          },
          "clv": {
            "price": -650,
            "points": 13.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_10_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 10.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -250,
              "timestamp": 1724711207,
              "points": 10.5
            },
            {
              "price": -225,
              "timestamp": 1724762330,
              "points": 10.5
            },
            {
              "price": -210,
              "timestamp": 1724762405,
              "points": 10.5
            },
            {
              "price": -190,
              "timestamp": 1724766010,
              "points": 10.5
            }
          ],
          "olv": {
            "price": -250,
            "points": 10.5
          },
          "clv": {
            "price": -190,
            "points": 10.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under_10",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Under 10",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -225,
              "timestamp": 1724711207,
              "points": 10
            },
            {
              "price": -210,
              "timestamp": 1724740954,
              "points": 10
            },
            {
              "price": -190,
              "timestamp": 1724762330,
              "points": 10
            },
            {
              "price": -185,
              "timestamp": 1724762405,
              "points": 10
            },
            {
              "price": -165,
              "timestamp": 1724766010,
              "points": 10
            }
          ],
          "olv": {
            "price": -225,
            "points": 10
          },
          "clv": {
            "price": -165,
            "points": 10
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_9_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 9.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 140,
              "timestamp": 1724711207,
              "points": 9.5
            },
            {
              "price": 135,
              "timestamp": 1724731191,
              "points": 9.5
            },
            {
              "price": 125,
              "timestamp": 1724740954,
              "points": 9.5
            },
            {
              "price": 120,
              "timestamp": 1724762330,
              "points": 9.5
            },
            {
              "price": 115,
              "timestamp": 1724762405,
              "points": 9.5
            },
            {
              "price": 105,
              "timestamp": 1724766010,
              "points": 9.5
            }
          ],
          "olv": {
            "price": 140,
            "points": 9.5
          },
          "clv": {
            "price": 105,
            "points": 9.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_9",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 9",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 115,
              "timestamp": 1724711207,
              "points": 9
            },
            {
              "price": 110,
              "timestamp": 1724731191,
              "points": 9
            },
            {
              "price": 100,
              "timestamp": 1724740954,
              "points": 9
            },
            {
              "price": -110,
              "timestamp": 1724762405,
              "points": 9
            }
          ],
          "olv": {
            "price": 115,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_8",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 8",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -140,
              "timestamp": 1724711212,
              "points": 8
            },
            {
              "price": -145,
              "timestamp": 1724731191,
              "points": 8
            },
            {
              "price": -155,
              "timestamp": 1724740954,
              "points": 8
            },
            {
              "price": -160,
              "timestamp": 1724762330,
              "points": 8
            },
            {
              "price": -175,
              "timestamp": 1724762405,
              "points": 8
            },
            {
              "price": -185,
              "timestamp": 1724766010,
              "points": 8
            }
          ],
          "olv": {
            "price": -140,
            "points": 8
          },
          "clv": {
            "price": -185,
            "points": 8
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_6",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 6",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -375,
              "timestamp": 1724711207,
              "points": 6
            },
            {
              "price": -400,
              "timestamp": 1724731191,
              "points": 6
            },
            {
              "price": -450,
              "timestamp": 1724740949,
              "points": 6
            },
            {
              "price": -500,
              "timestamp": 1724762400,
              "points": 6
            }
          ],
          "olv": {
            "price": -375,
            "points": 6
          },
          "clv": {
            "price": -500,
            "points": 6
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -800,
              "timestamp": 1724711207,
              "points": 5
            },
            {
              "price": -900,
              "timestamp": 1724740949,
              "points": 5
            },
            {
              "price": -1000,
              "timestamp": 1724762330,
              "points": 5
            },
            {
              "price": -1100,
              "timestamp": 1724762400,
              "points": 5
            }
          ],
          "olv": {
            "price": -800,
            "points": 5
          },
          "clv": {
            "price": -1100,
            "points": 5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_3_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 3.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -1600,
              "timestamp": 1724711207,
              "points": 3.5
            },
            {
              "price": -2000,
              "timestamp": 1724740949,
              "points": 3.5
            },
            {
              "price": -2500,
              "timestamp": 1724762330,
              "points": 3.5
            }
          ],
          "olv": {
            "price": -1600,
            "points": 3.5
          },
          "clv": {
            "price": -2500,
            "points": 3.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over_14_5",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "Over 14.5",
          "is_main": false,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 650,
              "timestamp": 1724711207,
              "points": 14.5
            },
            {
              "price": 625,
              "timestamp": 1724731196,
              "points": 14.5
            },
            {
              "price": 575,
              "timestamp": 1724740954,
              "points": 14.5
            },
            {
              "price": 550,
              "timestamp": 1724762330,
              "points": 14.5
            },
            {
              "price": 525,
              "timestamp": 1724762405,
              "points": 14.5
            }
          ],
          "olv": {
            "price": 650,
            "points": 14.5
          },
          "clv": {
            "price": 525,
            "points": 14.5
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:under",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "under",
          "is_main": true,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "under",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": -150,
              "timestamp": 1724711207,
              "points": 9
            },
            {
              "price": -110,
              "timestamp": 1724711212,
              "points": 8.5
            },
            {
              "price": -105,
              "timestamp": 1724731191,
              "points": 8.5
            },
            {
              "price": -110,
              "timestamp": 1724737698,
              "points": 8.5
            },
            {
              "price": 100,
              "timestamp": 1724740939,
              "points": 8.5
            },
            {
              "price": -120,
              "timestamp": 1724762330,
              "points": 9
            },
            {
              "price": -110,
              "timestamp": 1724762405,
              "points": 9
            }
          ],
          "olv": {
            "price": -150,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        },
        {
          "id": "81005-35183-2024-08-27-15:betmgm:total_runs:over",
          "sportsbook": "BetMGM",
          "market": "Total Runs",
          "name": "over",
          "is_main": true,
          "selection": "",
          "normalized_selection": "",
          "market_id": "total_runs",
          "selection_line": "over",
          "player_id": null,
          "team_id": null,
          "deep_link_info": null,
          "entries": [
            {
              "price": 115,
              "timestamp": 1724711207,
              "points": 9
            },
            {
              "price": -110,
              "timestamp": 1724711212,
              "points": 8.5
            },
            {
              "price": -115,
              "timestamp": 1724731191,
              "points": 8.5
            },
            {
              "price": -110,
              "timestamp": 1724737698,
              "points": 8.5
            },
            {
              "price": -120,
              "timestamp": 1724740939,
              "points": 8.5
            },
            {
              "price": 100,
              "timestamp": 1724762330,
              "points": 9
            },
            {
              "price": -110,
              "timestamp": 1724762405,
              "points": 9
            }
          ],
          "olv": {
            "price": 115,
            "points": 9
          },
          "clv": {
            "price": -110,
            "points": 9
          }
        }
      ]
    }
  ]
}
Language
Authorization
Click Try It! to start a request and see the response here!