Flashscore Scraper

ENDPOINTS
GET/matches/odds

Match Odds

Bookmaker odds compared side by side, with opening and current prices per selection.

QUERY PARAMS

Flashscore match ID, or any flashscore.com match URL.

Examples:

  • ID: GCxZ2uHc
  • URL: https://www.flashscore.com/match/GCxZ2uHc/

Market to return.

Allowed values: home-draw-away, home-away, over-under, both-teams-to-score, double-chance, asian-handicap, correct-score, half-time-full-time

Part of the match the odds cover.

Allowed values: full-time, first-half, second-half

2-letter country code deciding which bookmakers you see.

Default: US

Examples: US, GB, DE, IN, BR

{
  "id": "GCxZ2uHc",
  "link": "https://www.flashscore.com/match/GCxZ2uHc/",
  "sport": {
    "id": 1,
    "name": "Football",
    "slug": "football"
  },
  "status": "finished",
  "stage": "Finished",
  "stage_id": 3,
  "start_time": "2025-05-18T17:00:00Z",
  "date": "2025-05-18",
  "updated_at": "2025-05-18T18:54:26Z",
  "home_score": 0,
  "away_score": 2,
  "winner": "away",
  "available_tabs": [
    "report",
    "statistics",
    "player_statistics",
    "lineups",
    "commentary",
    "odds",
    "h2h",
    "top_scorers",
    "missing_players",
    "standings",
    "news"
  ],
  "geo": "US",
  "bookmaker_count": 3,
  "market_count": 38,
  "markets": [
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "HOME_DRAW_AWAY",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 3.3,
          "opening_value": 4.1,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.6,
          "opening_value": 2.2,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 2.25,
          "opening_value": 2.35,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "HOME_DRAW_AWAY",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 3.1,
          "opening_value": 4.1,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.15,
          "opening_value": 1.75,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 3.7,
          "opening_value": 4.1,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "HOME_DRAW_AWAY",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 3.1,
          "opening_value": 3.8,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.35,
          "opening_value": 2.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 2.65,
          "opening_value": 2.75,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "DRAW_NO_BET",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 2.1,
          "opening_value": 2.65,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.63,
          "opening_value": 1.42,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "DRAW_NO_BET",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 2.2,
          "opening_value": 3.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.57,
          "opening_value": 1.33,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "OVER_UNDER",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "OVER",
          "value": 1.28,
          "opening_value": 1.27,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 2.2,
          "opening_value": 2.2,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 5.0,
          "opening_value": 5.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 12.5,
          "opening_value": 12.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 31.0,
          "opening_value": 31.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 3.4,
          "opening_value": 3.4,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.58,
          "opening_value": 1.58,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.15,
          "opening_value": 1.15,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.03,
          "opening_value": 1.03,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.0,
          "opening_value": 1.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "OVER_UNDER",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "OVER",
          "value": 1.03,
          "opening_value": 1.03,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.17,
          "opening_value": 1.17,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.53,
          "opening_value": 1.53,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 2.3,
          "opening_value": 2.3,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 3.9,
          "opening_value": 3.9,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 7.25,
          "opening_value": 7.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '5.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 14.0,
          "opening_value": 14.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '6.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 13.0,
          "opening_value": 13.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 4.6,
          "opening_value": 4.6,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 2.35,
          "opening_value": 2.35,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.55,
          "opening_value": 1.55,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.22,
          "opening_value": 1.23,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.08,
          "opening_value": 1.08,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '5.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.03,
          "opening_value": 1.03,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '6.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "OVER_UNDER",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "OVER",
          "value": 1.16,
          "opening_value": 1.15,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.73,
          "opening_value": 1.73,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 3.25,
          "opening_value": 3.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 7.0,
          "opening_value": 7.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 4.8,
          "opening_value": 4.8,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.95,
          "opening_value": 1.95,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.3,
          "opening_value": 1.3,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.08,
          "opening_value": 1.08,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "DOUBLE_CHANCE",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.55,
          "opening_value": 1.52,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.43,
          "opening_value": 1.58,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.28,
          "opening_value": 1.2,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "DOUBLE_CHANCE",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.27,
          "opening_value": 1.23,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.68,
          "opening_value": 2.05,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.36,
          "opening_value": 1.22,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "DOUBLE_CHANCE",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.41,
          "opening_value": 1.39,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.52,
          "opening_value": 1.71,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.32,
          "opening_value": 1.22,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "ODD_OR_EVEN",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "ODD",
          "value": 2.0,
          "opening_value": 1.98,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "EVEN",
          "value": 1.71,
          "opening_value": 1.72,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "ODD_OR_EVEN",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "ODD",
          "value": 1.87,
          "opening_value": 1.85,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "EVEN",
          "value": 1.8,
          "opening_value": 1.82,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "BOTH_TEAMS_TO_SCORE",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 3.4,
          "opening_value": 3.5,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 1.28,
          "opening_value": 1.26,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "BOTH_TEAMS_TO_SCORE",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.49,
          "opening_value": 1.55,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 2.45,
          "opening_value": 2.3,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 851,
        "name": "BetMGM.us",
        "order": 0
      },
      "bet_type": "BOTH_TEAMS_TO_SCORE",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 2.55,
          "opening_value": 2.7,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 1.44,
          "opening_value": 1.41,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "HOME_DRAW_AWAY",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 3.4,
          "opening_value": 4.33,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.75,
          "opening_value": 2.2,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 2.4,
          "opening_value": 2.5,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "HOME_DRAW_AWAY",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 3.0,
          "opening_value": 4.1,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.2,
          "opening_value": 1.73,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 3.7,
          "opening_value": 4.1,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "HOME_DRAW_AWAY",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 3.0,
          "opening_value": 3.75,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.5,
          "opening_value": 2.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 2.75,
          "opening_value": 2.75,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "DRAW_NO_BET",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 2.2,
          "opening_value": 3.25,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.62,
          "opening_value": 1.33,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "OVER_UNDER",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "OVER",
          "value": 1.25,
          "opening_value": 1.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.93,
          "opening_value": 1.9,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 2.25,
          "opening_value": 2.2,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 5.5,
          "opening_value": 5.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 15.0,
          "opening_value": 13.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 3.75,
          "opening_value": 3.75,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.88,
          "opening_value": 1.9,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.57,
          "opening_value": 1.62,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.14,
          "opening_value": 1.17,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.03,
          "opening_value": 1.04,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "OVER_UNDER",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "OVER",
          "value": 1.03,
          "opening_value": 1.02,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.17,
          "opening_value": 1.17,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.57,
          "opening_value": 1.53,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.8,
          "opening_value": 1.8,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "OVER",
          "value": 1.9,
          "opening_value": 1.85,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 2.05,
          "opening_value": 2.03,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "OVER",
          "value": 2.38,
          "opening_value": 2.3,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 4.33,
          "opening_value": 4.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 8.0,
          "opening_value": 7.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '5.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 15.0,
          "opening_value": 15.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '6.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 29.0,
          "opening_value": 29.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '7.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 51.0,
          "opening_value": 51.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '8.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "UNDER",
          "value": 17.0,
          "opening_value": 19.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 5.0,
          "opening_value": 5.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 2.38,
          "opening_value": 2.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 2.05,
          "opening_value": 2.05,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "UNDER",
          "value": 1.95,
          "opening_value": 2.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.8,
          "opening_value": 1.83,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "UNDER",
          "value": 1.57,
          "opening_value": 1.62,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.22,
          "opening_value": 1.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.08,
          "opening_value": 1.1,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '5.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.03,
          "opening_value": 1.03,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '6.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.01,
          "opening_value": 1.01,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '7.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.0,
          "opening_value": 1.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '8.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "OVER_UNDER",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "OVER",
          "value": 1.17,
          "opening_value": 1.14,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 1.73,
          "opening_value": 1.73,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 3.4,
          "opening_value": 3.4,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 8.0,
          "opening_value": 8.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "OVER",
          "value": 19.0,
          "opening_value": 19.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 5.0,
          "opening_value": 5.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 2.0,
          "opening_value": 2.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.3,
          "opening_value": 1.3,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.08,
          "opening_value": 1.08,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '3.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "UNDER",
          "value": 1.02,
          "opening_value": 1.02,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '4.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "ASIAN_HANDICAP",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 2.1,
          "opening_value": 2.75,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.7,
          "opening_value": 1.43,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.45,
          "opening_value": 1.63,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.33,
          "opening_value": 1.22,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 3.3,
          "opening_value": 4.15,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.68,
          "opening_value": 2.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.28,
          "opening_value": 1.43,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.2,
          "opening_value": 1.13,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 4.4,
          "opening_value": 6.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 3.55,
          "opening_value": 2.75,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.13,
          "opening_value": 1.21,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 6.0,
          "opening_value": 4.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.11,
          "opening_value": 1.17,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 6.8,
          "opening_value": 5.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.1,
          "opening_value": 1.14,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "away",
          "value": 7.0,
          "opening_value": 5.75,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "home",
          "value": 1.1,
          "opening_value": 1.12,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "away",
          "value": 7.0,
          "opening_value": 6.4,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "home",
          "value": 1.65,
          "opening_value": 1.98,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.45,
          "opening_value": 1.3,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 2.68,
          "opening_value": 3.45,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.2,
          "opening_value": 1.83,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "ASIAN_HANDICAP",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 2.25,
          "opening_value": 3.1,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.63,
          "opening_value": 1.35,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.68,
          "opening_value": 2.08,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.4,
          "opening_value": 1.24,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 2.85,
          "opening_value": 3.9,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.15,
          "opening_value": 1.73,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.5,
          "opening_value": 1.9,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.28,
          "opening_value": 1.16,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 3.55,
          "opening_value": 5.25,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 2.5,
          "opening_value": 1.95,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.33,
          "opening_value": 1.65,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.17,
          "opening_value": 1.08,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 5.0,
          "opening_value": 6.8,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 3.3,
          "opening_value": 2.2,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.28,
          "opening_value": 1.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.15,
          "opening_value": 1.1,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 5.5,
          "opening_value": 7.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 3.55,
          "opening_value": 2.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.24,
          "opening_value": 1.43,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.13,
          "opening_value": 1.1,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 5.9,
          "opening_value": 7.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 3.9,
          "opening_value": 2.75,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.17,
          "opening_value": 1.3,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 5.0,
          "opening_value": 3.45,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.1,
          "opening_value": 1.19,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 7.0,
          "opening_value": 4.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-2.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.1,
          "opening_value": 1.17,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "away",
          "value": 7.0,
          "opening_value": 5.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-2.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "home",
          "value": 1.11,
          "opening_value": 1.15,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "away",
          "value": 6.8,
          "opening_value": 5.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-2.5', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "home",
          "value": 1.1,
          "opening_value": 1.1,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '2.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "away",
          "value": 7.0,
          "opening_value": 7.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-2.75', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": false
        },
        {
          "selection": "home",
          "value": 1.9,
          "opening_value": 2.43,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.48,
          "opening_value": 1.28,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 2.6,
          "opening_value": 3.55,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.95,
          "opening_value": 1.53,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-0.25', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "EUROPEAN_HANDICAP",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 1.4,
          "opening_value": 1.62,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 7.5,
          "opening_value": 5.5,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 3.6,
          "opening_value": 3.2,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "EUROPEAN_HANDICAP",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "home",
          "value": 1.67,
          "opening_value": 2.05,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 4.0,
          "opening_value": 2.75,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '-1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 4.33,
          "opening_value": 4.0,
          "handicap": "{'__typename': 'EventOddsItemHandicap', 'value': '1.0', 'type': 'UNKNOWN'}",
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "DOUBLE_CHANCE",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.53,
          "opening_value": 1.5,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.4,
          "opening_value": 1.62,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.3,
          "opening_value": 1.2,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "DOUBLE_CHANCE",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.29,
          "opening_value": 1.22,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "home",
          "value": 1.67,
          "opening_value": 2.05,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "away",
          "value": 1.36,
          "opening_value": 1.22,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "HALF_FULL_TIME",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "1/1",
          "value": 4.75,
          "opening_value": 7.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "X/1",
          "value": 7.5,
          "opening_value": 9.5,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "2/1",
          "value": 23.0,
          "opening_value": 29.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "1/X",
          "value": 13.0,
          "opening_value": 15.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "X/X",
          "value": 6.5,
          "opening_value": 7.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "2/X",
          "value": 13.0,
          "opening_value": 13.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "1/2",
          "value": 21.0,
          "opening_value": 19.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "X/2",
          "value": 6.0,
          "opening_value": 5.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "2/2",
          "value": 3.5,
          "opening_value": 2.63,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "CORRECT_SCORE",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 51.0,
          "opening_value": 67.0,
          "handicap": null,
          "score": "3:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 101.0,
          "opening_value": 126.0,
          "handicap": null,
          "score": "3:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 301.0,
          "opening_value": 301.0,
          "handicap": null,
          "score": "3:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 81.0,
          "opening_value": 81.0,
          "handicap": null,
          "score": "2:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 41.0,
          "handicap": null,
          "score": "1:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 34.0,
          "opening_value": 23.0,
          "handicap": null,
          "score": "0:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 151.0,
          "opening_value": 301.0,
          "handicap": null,
          "score": "4:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 201.0,
          "opening_value": 301.0,
          "handicap": null,
          "score": "4:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 451.0,
          "opening_value": 501.0,
          "handicap": null,
          "score": "4:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 351.0,
          "opening_value": 251.0,
          "handicap": null,
          "score": "2:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 126.0,
          "opening_value": 101.0,
          "handicap": null,
          "score": "1:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 101.0,
          "opening_value": 67.0,
          "handicap": null,
          "score": "0:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 3.75,
          "opening_value": 3.6,
          "handicap": null,
          "score": "0:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 451.0,
          "opening_value": 201.0,
          "handicap": null,
          "score": "0:5",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 501.0,
          "opening_value": 401.0,
          "handicap": null,
          "score": "1:5",
          "is_active": false
        },
        {
          "selection": "draw",
          "value": 5.5,
          "opening_value": 6.5,
          "handicap": null,
          "score": "1:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 7.0,
          "opening_value": 7.0,
          "handicap": null,
          "score": "1:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 4.75,
          "opening_value": 4.0,
          "handicap": null,
          "score": "0:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 15.0,
          "opening_value": 21.0,
          "handicap": null,
          "score": "2:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 19.0,
          "opening_value": 23.0,
          "handicap": null,
          "score": "2:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 41.0,
          "handicap": null,
          "score": "2:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 17.0,
          "opening_value": 15.0,
          "handicap": null,
          "score": "1:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 11.0,
          "opening_value": 8.5,
          "handicap": null,
          "score": "0:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 67.0,
          "handicap": null,
          "score": "3:0",
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "CORRECT_SCORE",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 21.0,
          "opening_value": 29.0,
          "handicap": null,
          "score": "3:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 23.0,
          "opening_value": 29.0,
          "handicap": null,
          "score": "3:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 34.0,
          "opening_value": 41.0,
          "handicap": null,
          "score": "3:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 21.0,
          "opening_value": 19.0,
          "handicap": null,
          "score": "2:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 15.0,
          "opening_value": 12.0,
          "handicap": null,
          "score": "1:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 21.0,
          "opening_value": 15.0,
          "handicap": null,
          "score": "0:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 101.0,
          "opening_value": 126.0,
          "handicap": null,
          "score": "4:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 51.0,
          "opening_value": 101.0,
          "handicap": null,
          "score": "4:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 51.0,
          "handicap": null,
          "score": "4:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 51.0,
          "handicap": null,
          "score": "4:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 67.0,
          "opening_value": 81.0,
          "handicap": null,
          "score": "4:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 51.0,
          "opening_value": 51.0,
          "handicap": null,
          "score": "3:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 34.0,
          "handicap": null,
          "score": "2:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 29.0,
          "opening_value": 23.0,
          "handicap": null,
          "score": "1:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 41.0,
          "opening_value": 26.0,
          "handicap": null,
          "score": "0:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 17.0,
          "opening_value": 19.0,
          "handicap": null,
          "score": "0:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 126.0,
          "opening_value": 301.0,
          "handicap": null,
          "score": "5:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 81.0,
          "opening_value": 151.0,
          "handicap": null,
          "score": "5:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 251.0,
          "opening_value": 351.0,
          "handicap": null,
          "score": "6:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 81.0,
          "opening_value": 51.0,
          "handicap": null,
          "score": "0:5",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 51.0,
          "opening_value": 41.0,
          "handicap": null,
          "score": "1:5",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 201.0,
          "opening_value": 101.0,
          "handicap": null,
          "score": "0:6",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 151.0,
          "opening_value": 81.0,
          "handicap": null,
          "score": "1:6",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 101.0,
          "opening_value": 151.0,
          "handicap": null,
          "score": "5:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 151.0,
          "opening_value": 201.0,
          "handicap": null,
          "score": "5:3",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 301.0,
          "opening_value": 401.0,
          "handicap": null,
          "score": "5:4",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 301.0,
          "opening_value": 301.0,
          "handicap": null,
          "score": "6:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 67.0,
          "opening_value": 51.0,
          "handicap": null,
          "score": "2:5",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 126.0,
          "opening_value": 101.0,
          "handicap": null,
          "score": "3:5",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 251.0,
          "opening_value": 251.0,
          "handicap": null,
          "score": "4:5",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 151.0,
          "opening_value": 126.0,
          "handicap": null,
          "score": "2:6",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 301.0,
          "opening_value": 251.0,
          "handicap": null,
          "score": "3:6",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 401.0,
          "opening_value": 251.0,
          "handicap": null,
          "score": "0:7",
          "is_active": false
        },
        {
          "selection": "draw",
          "value": 351.0,
          "opening_value": 201.0,
          "handicap": null,
          "score": "1:7",
          "is_active": false
        },
        {
          "selection": "draw",
          "value": 301.0,
          "opening_value": 251.0,
          "handicap": null,
          "score": "2:7",
          "is_active": false
        },
        {
          "selection": "draw",
          "value": 15.0,
          "opening_value": 17.0,
          "handicap": null,
          "score": "1:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 7.5,
          "opening_value": 8.0,
          "handicap": null,
          "score": "1:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 12.0,
          "opening_value": 10.0,
          "handicap": null,
          "score": "0:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 19.0,
          "opening_value": 26.0,
          "handicap": null,
          "score": "2:0",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 11.0,
          "opening_value": 13.0,
          "handicap": null,
          "score": "2:1",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 11.0,
          "opening_value": 13.0,
          "handicap": null,
          "score": "2:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 9.5,
          "opening_value": 8.5,
          "handicap": null,
          "score": "1:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 13.0,
          "opening_value": 10.0,
          "handicap": null,
          "score": "0:2",
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 34.0,
          "opening_value": 41.0,
          "handicap": null,
          "score": "3:0",
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "ODD_OR_EVEN",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "ODD",
          "value": 2.0,
          "opening_value": 2.0,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "EVEN",
          "value": 1.8,
          "opening_value": 1.8,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "ODD_OR_EVEN",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "ODD",
          "value": 2.0,
          "opening_value": 1.95,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "EVEN",
          "value": 1.85,
          "opening_value": 1.9,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "ODD_OR_EVEN",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "ODD",
          "value": 1.91,
          "opening_value": 1.91,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "EVEN",
          "value": 1.8,
          "opening_value": 1.8,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "BOTH_TEAMS_TO_SCORE",
      "bet_scope": "FIRST_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 3.5,
          "opening_value": 3.75,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 1.29,
          "opening_value": 1.25,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "BOTH_TEAMS_TO_SCORE",
      "bet_scope": "FULL_TIME",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 1.5,
          "opening_value": 1.53,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 2.5,
          "opening_value": 2.38,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    },
    {
      "bookmaker": {
        "id": 549,
        "name": "bet365.us",
        "order": 0
      },
      "bet_type": "BOTH_TEAMS_TO_SCORE",
      "bet_scope": "SECOND_HALF",
      "has_live_betting": false,
      "selections": [
        {
          "selection": "draw",
          "value": 2.63,
          "opening_value": 2.63,
          "handicap": null,
          "score": null,
          "is_active": true
        },
        {
          "selection": "draw",
          "value": 1.44,
          "opening_value": 1.44,
          "handicap": null,
          "score": null,
          "is_active": true
        }
      ]
    }
  ]
}