Skip to content

Instantly share code, notes, and snippets.

@kgravenreuth
Last active January 20, 2024 12:43
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kgravenreuth/6703e1e213aecac4d5728f2f699d34e7 to your computer and use it in GitHub Desktop.
Save kgravenreuth/6703e1e213aecac4d5728f2f699d34e7 to your computer and use it in GitHub Desktop.
Cloudbet API Schemas

Cloudbet API schemas provide details about JSON objects returned within the Cloudbet API.

These schemas applies to the Cloudbet Feed API and Cloudbet Trading API

  1. sports.json : List of all sports available with the Cloudbet API
  2. categories.json : List of all categories of competitions available with the Cloudbet API
  3. markets.json: List of all markets available with the Cloudbet API

Special Note about handicap markets:

For handicap markets, a line is identified by the same params. Selections can be grouped by market key and params alone. Home and away outcomes then have the same market URL for the same handicap lines. The handicap value is dictated by the home team value and inverted on the away side.

For further code samples and API response samples, please refer to the Cloudbet Docs repository on Github

{
"albania": "Albania",
"algeria": "Algeria",
"andorra": "Andorra",
"angola": "Angola",
"antigua_barbuda": "Antigua and Barbuda",
"argentina": "Argentina",
"armenia": "Armenia",
"aruba": "Aruba",
"atp": "ATP",
"australia": "Australia",
"austria": "Austria",
"azerbaijan": "Azerbaijan",
"bahrain": "Bahrain",
"bangladesh": "Bangladesh",
"barbados": "Barbados",
"belarus": "Belarus",
"belgium": "Belgium",
"bolivia": "Bolivia",
"bosnia_herzegovina": "Bosnia \u0026 Herzegovina",
"botswana": "Botswana",
"brazil": "Brazil",
"bulgaria": "Bulgaria",
"burundi": "Burundi",
"cameroon": "Cameroon",
"canada": "Canada",
"challenger": "Challenger",
"chile": "Chile",
"china": "China",
"chinese_taipei": "Chinese Taipei",
"colombia": "Colombia",
"costa_rica": "Costa Rica",
"croatia": "Croatia",
"cuba": "Cuba",
"cyprus": "Cyprus",
"czech_republic": "Czech Republic",
"denmark": "Denmark",
"dominican_republic": "Dominican Republic",
"ecuador": "Ecuador",
"egypt": "Egypt",
"el_salvador": "El Salvador",
"england": "England",
"estonia": "Estonia",
"ethiopia": "Ethiopia",
"faroe_islands": "Faroe Islands",
"federation_cup": "Federation Cup",
"finland": "Finland",
"france": "France",
"georgia": "Georgia",
"germany": "Germany",
"ghana": "Ghana",
"gibraltar": "Gibraltar",
"greece": "Greece",
"guatemala": "Guatemala",
"guyana": "Guyana",
"haiti": "Haiti",
"honduras": "Honduras",
"hong_kong": "Hong Kong",
"hungary": "Hungary",
"iceland": "Iceland",
"india": "India",
"indonesia": "Indonesia",
"international": "International",
"international_clubs": "International Clubs",
"international_youth": "International Youth",
"iran": "Iran",
"iraq": "Iraq",
"ireland": "Republic of Ireland",
"israel": "Israel",
"italy": "Italy",
"itf_men": "ITF Men",
"itf_women": "ITF Women",
"ivory_coast": "Ivory Coast",
"jamaica": "Jamaica",
"japan": "Japan",
"jordan": "Jordan",
"kazakhstan": "Kazakhstan",
"kenya": "Kenya",
"kosovo": "Kosovo",
"kuwait": "Kuwait",
"kyrgyzstan": "Kyrgyzstan",
"latvia": "Latvia",
"lebanon": "Lebanon",
"liechtenstein": "Liechtenstein",
"lithuania": "Lithuania",
"luxembourg": "Luxembourg",
"macau": "Macau",
"macedonia": "North Macedonia",
"malawi": "Malawi",
"malaysia": "Malaysia",
"maldives": "Maldives",
"mali": "Mali",
"malta": "Malta",
"men": "Men",
"mexico": "Mexico",
"moldova": "Moldova",
"montenegro": "Montenegro",
"morocco": "Morocco",
"myanmar": "Myanmar",
"netherlands": "Netherlands",
"new_zealand": "New Zealand",
"nicaragua": "Nicaragua",
"nigeria": "Nigeria",
"northern_ireland": "Northern Ireland",
"norway": "Norway",
"oman": "Oman",
"pakistan": "Pakistan",
"palestine": "Palestine",
"panama": "Panama",
"paraguay": "Paraguay",
"peru": "Peru",
"philippines": "Philippines",
"poland": "Poland",
"portugal": "Portugal",
"puerto_rico": "Puerto Rico",
"qatar": "Qatar",
"romania": "Romania",
"russia": "Russia",
"rwanda": "Rwanda",
"san_marino": "San Marino",
"saudi_arabia": "Saudi Arabia",
"scotland": "Scotland",
"senegal": "Senegal",
"serbia": "Serbia",
"simulated_reality_leagues": "Simulated Reality Leagues",
"singapore": "Singapore",
"slovakia": "Slovakia",
"slovenia": "Slovenia",
"south_africa": "South Africa",
"south_korea": "Republic of Korea",
"spain": "Spain",
"sudan": "Sudan",
"sweden": "Sweden",
"switzerland": "Switzerland",
"syria": "Syria",
"tajikistan": "Tajikistan",
"tanzania": "Tanzania",
"test_category": "Test Category",
"thailand": "Thailand",
"togo": "Togo",
"trinidad_tobago": "Trinidad and Tobago",
"tunisia": "Tunisia",
"turkey": "Turkey",
"uganda": "Uganda",
"ukraine": "Ukraine",
"united_arab_emirates": "United Arab Emirates",
"united_kingdom": "United Kingdom",
"uruguay": "Uruguay",
"usa": "USA",
"uzbekistan": "Uzbekistan",
"venezuela": "Venezuela",
"vietnam": "Vietnam",
"virtual": "Virtual",
"wales": "Wales",
"westindies": "West Indies",
"women": "Women",
"world_tennis_championship": "World Tennis Championship",
"wta": "WTA",
"wta_125k": "WTA 125K",
"yemen": "Yemen",
"zambia": "Zambia",
"zimbabwe": "Zimbabwe"
}
{
"american_football.1x2_period_first_half": {
"Name": "1st half - 1x2",
"Description": "3-way market for the 1st half only: 1 = home win, X = tie and the 2 = away win (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"american_football.double_chance": {
"Name": "Double chance",
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"draw_away": "Draw or {{away}}",
"home_away": "{{home}} or {{away}}",
"home_draw": "{{home}} or Draw"
}
},
"american_football.draw_no_bet": {
"Name": "Draw no bet (incl. overtime)",
"Description": "In the result of a tie after OT, all bets pushed",
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"american_football.halftime_fulltime_result": {
"Name": "Halftime/fulltime",
"Description": "Market on both the result at half-time and the result at the end of the 4th quarter, excluding overtime",
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away_away": "{{away}}/{{away}}",
"away_draw": "{{away}}/Draw",
"away_home": "{{away}}/{{home}}",
"draw_away": "Draw/{{away}}",
"draw_draw": "Draw/Draw",
"draw_home": "Draw/{{home}}",
"home_away": "{{home}}/{{away}}",
"home_draw": "{{home}}/Draw",
"home_home": "{{home}}/{{home}}"
}
},
"american_football.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"american_football.handicap_period_first_half": {
"Name": "1st half - handicap",
"Variables": [
"handicap"
],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"american_football.moneyline": {
"Name": "Money Line",
"Primary": true,
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"american_football.odd_even": {
"Name": "Odd/even",
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"american_football.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"american_football.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"american_football.quarter_1x2": {
"Name": "Quarter {{quarter}} - 1x2",
"Description": "3-way market: 1 = home win, X = draw and the 2 = away win at the end of the 4th quarter (1=1st named team if neutral venue)",
"Variables": [
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"american_football.quarter_handicap": {
"Name": "Quarter {{quarter}} - handicap",
"Variables": [
"handicap",
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"american_football.quarter_handicap_incl_ot": {
"Name": "Quarter {{quarter}} - handicap (incl. overtime)",
"Variables": [
"quarter",
"handicap"
],
"Split": "period=q{{quarter}}\u0026period=ot",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"american_football.quarter_total": {
"Name": "Quarter {{quarter}} - total",
"Variables": [
"total",
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"american_football.quarter_totals_incl_ot": {
"Name": "Quarter {{quarter}} - total (incl. overtime)",
"Variables": [
"total",
"quarter"
],
"Split": "period=q{{quarter}}\u0026period=ot",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"american_football.team_odd_even": {
"Name": "{{team}} odd/even",
"Variables": [
"team"
],
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"american_football.team_total_period_first_half": {
"Name": "1st half - {{team}} total",
"Description": "The total number of points scored by the named team in the 1st half only",
"Variables": [
"team",
"total"
],
"Split": "period=1h\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"american_football.team_totals": {
"Name": "{{team}} Total ",
"Description": "Total number of points scored by the named team, including overtime",
"Variables": [
"total",
"team"
],
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"american_football.totals": {
"Name": "Totals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"american_football.totals_period_first_half": {
"Name": "1st half - total",
"Variables": [
"total"
],
"Split": "period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"american_football.totals_period_second_half": {
"Name": "2nd half - total (incl. overtime)",
"Variables": [
"total"
],
"Split": "period=2h\u0026period=1h\u0026period=ot\u0026period=q1\u0026period=q2",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"archery.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"archery.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"athletics.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"athletics.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"aussie_rules.1st_half_1x2": {
"Name": "1st half - 1x2",
"Description": "3-way market: 1 = home win, X = draw and the 2 = away win (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"aussie_rules.1st_half_double_chance": {
"Name": "1st half - double chance",
"Variables": [],
"Split": "period=1h",
"Outcomes": {
"draw_or_away": "draw or {{away}}",
"home_or_away": "{{home}} or {{away}}",
"home_or_draw": "{{home}} or draw"
}
},
"aussie_rules.1st_half_draw_no_bet": {
"Name": "1st half - draw no bet",
"Variables": [],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"aussie_rules.1st_half_handicap": {
"Name": "1st half - handicap",
"Variables": [
"handicap"
],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"aussie_rules.1st_half_odd_even": {
"Name": "1st half - odd/even",
"Variables": [],
"Split": "period=1h",
"Outcomes": {
"even": "even",
"odd": "odd"
}
},
"aussie_rules.1st_half_team_total": {
"Name": "1st half - {{team}} total",
"Variables": [
"team",
"total"
],
"Split": "period=1h\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"aussie_rules.1st_half_total": {
"Name": "1st half - total",
"Variables": [
"total"
],
"Split": "period=1h",
"Outcomes": {
"over": "over {{total}}",
"under": "under {{total}}"
}
},
"aussie_rules.double_chance": {
"Name": "Double chance",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"draw_away": "Draw or {{away}}",
"home_away": "{{home}} or {{away}}",
"home_draw": "{{home}} or Draw"
}
},
"aussie_rules.draw_no_bet": {
"Name": "Draw no bet",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"aussie_rules.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"aussie_rules.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"aussie_rules.odd_even": {
"Name": "Odd/even",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"aussie_rules.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"aussie_rules.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"aussie_rules.quarter_1x2": {
"Name": "Quarter {{quarter}} - 1x2",
"Variables": [
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"aussie_rules.quarter_draw_no_bet": {
"Name": "Quarter {{quarter}} - draw no bet",
"Variables": [
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"aussie_rules.quarter_handicap": {
"Name": "Quarter {{quarter}} - handicap",
"Variables": [
"handicap",
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"aussie_rules.quarter_team_total": {
"Name": "Quarter {{quarter}} - {{team}} total",
"Variables": [
"team",
"total",
"quarter"
],
"Split": "period=q{{quarter}}\u0026team={{team}}",
"Outcomes": {
"over": "over {{total}}",
"under": "under {{total}}"
}
},
"aussie_rules.quarter_total": {
"Name": "Quarter {{quarter}} - total",
"Variables": [
"quarter",
"total"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"over": "over {{total}}",
"under": "under {{total}}"
}
},
"aussie_rules.team_total": {
"Name": "{{team}} total",
"Variables": [
"team",
"total"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "over {{total}}",
"under": "under {{total}}"
}
},
"aussie_rules.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"aussie_rules.winner": {
"Name": "Winner",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"badminton.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"badminton.exact_games": {
"Name": "Exact games",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"badminton.game_winner": {
"Name": "Game {{game}} - winner",
"Variables": [
"game"
],
"Split": "period=default\u0026game={{game}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"badminton.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"badminton.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"badminton.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"badminton.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"badminton.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"bandy.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"bandy.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"bandy.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"bandy.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"baseball.handicap_innings_1_to_5": {
"Name": "Innings 1 to 5 - handicap",
"Variables": [
"handicap",
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"baseball.moneyline": {
"Name": "Money Line",
"Primary": true,
"Variables": [
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"baseball.moneyline_innings_1_to_5": {
"Name": "Innings 1 to 5 - Moneyline",
"Description": "Which team will be leading at the end of the 5th inning?",
"Variables": [
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"baseball.odd_even": {
"Name": "Odd/even (incl. extra innings)",
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"baseball.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"baseball.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"baseball.run_line": {
"Name": "Run Line",
"Primary": true,
"Variables": [
"handicap",
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"baseball.team_totals": {
"Name": "{{team}} Total (incl. extra innings)",
"Variables": [
"total",
"team",
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"baseball.totals": {
"Name": "Totals",
"Primary": true,
"Variables": [
"total",
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"baseball.totals_innings_1_to_5": {
"Name": "Innings 1 to 5 - total",
"Variables": [
"total",
"optional.home_pitcher",
"optional.away_pitcher"
],
"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"baseball.which_team_wins_the_rest_of_the_match": {
"Name": "Which team wins the rest of the match at {{score}} (incl. extra innings)",
"Variables": [
"score"
],
"Split": "period=ot",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"basketball.1st_half_1x2": {
"Name": "1st half - 1x2",
"Description": "3-way market for the 1st half only: 1 = home win, X = tie and the 2 = away win (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"basketball.1st_half_draw_no_bet": {
"Name": "1st half - draw no bet",
"Variables": [],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"basketball.1st_half_team_total": {
"Name": "1st half - {{team}} total",
"Variables": [
"team",
"total"
],
"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"basketball.1x2": {
"Name": "1x2 (excl. OT)",
"Description": "3-way market: 1 = home win, X = tie and the 2 = away win, excluding overtime (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"basketball.2nd_half_1x2": {
"Name": "2nd half - 1x2",
"Description": "3-way market for the 2nd half only: 1 = home win, X = tie and the 2 = away win excluding overtime (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=2h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"basketball.2nd_half_1x2_incl_ot": {
"Name": "2nd half - 1x2 (incl. overtime)",
"Description": "3-way market for the 2nd half only: 1 = home win, X = tie and the 2 = away win including overtime (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"basketball.2nd_half_handicap": {
"Name": "2nd half - handicap (excl. Overtime)",
"Variables": [
"handicap"
],
"Split": "period=2h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"basketball.2nd_half_total": {
"Name": "2nd half - total (excl. Overtime)",
"Description": "Points scored in the 2nd half only by both teams, excluding overtime",
"Variables": [
"total"
],
"Split": "period=2h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"basketball.halftime_fulltime": {
"Name": "Halftime/fulltime",
"Description": "Market on both the result at half-time and the result at the end of the 2nd half, excluding overtime",
"Variables": [],
"Split": "period=ht\u0026period=ft",
"Outcomes": {
"away_away": "{{away}}/{{away}}",
"away_draw": "{{away}}/draw",
"away_home": "{{away}}/{{home}}",
"draw_away": "draw/{{away}}",
"draw_draw": "draw/draw",
"draw_home": "draw/{{home}}",
"home_away": "{{home}}/{{away}}",
"home_draw": "{{home}}/draw",
"home_home": "{{home}}/{{home}}"
}
},
"basketball.handicap": {
"Name": "Spread",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"basketball.handicap_period_first_half": {
"Name": "1st half - handicap",
"Variables": [
"handicap"
],
"Split": "period=q1\u0026period=q2\u0026period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"basketball.handicap_period_second_half": {
"Name": "2nd half - handicap (excl. overtime)",
"Variables": [
"handicap"
],
"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"basketball.moneyline": {
"Name": "Money Line",
"Primary": true,
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"basketball.odd_even": {
"Name": "Odd/Even",
"Variables": [],
"Split": "period=ot",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"basketball.odd_even_period_first_half": {
"Name": "1st half - odd/even",
"Variables": [],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"basketball.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"basketball.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"basketball.quarter_1x2": {
"Name": "Quarter {{quarter}} - 1x2",
"Variables": [
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"basketball.quarter_handicap": {
"Name": "Quarter {{quarter}} - handicap",
"Variables": [
"quarter",
"handicap"
],
"Split": "period=ot\u0026period=q{{quarter}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"basketball.quarter_totals": {
"Name": "Quarter {{quarter}} totals",
"Variables": [
"total",
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"basketball.team_totals": {
"Name": "{{team}} Total ",
"Variables": [
"total",
"team"
],
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"basketball.total_period_first_half": {
"Name": "1st half - total",
"Variables": [
"total"
],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"basketball.total_period_second_half": {
"Name": "2nd half - total (incl. overtime)",
"Variables": [
"total"
],
"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"basketball.totals": {
"Name": "Totals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"beach_soccer.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"beach_soccer.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"beach_soccer.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"beach_soccer.totals": {
"Name": "Total",
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"beach_volleyball.handicap": {
"Name": "Point handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"beach_volleyball.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"beach_volleyball.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"beach_volleyball.totals": {
"Name": "Total points",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"beach_volleyball.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"bowls.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"bowls.handicap": {
"Name": "Set handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"bowls.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"bowls.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"bowls.totals": {
"Name": "Total sets",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"bowls.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"boxing.1x2": {
"Name": "1x2",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"boxing.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"boxing.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"boxing.totals": {
"Name": "Total Rounds",
"Primary": true,
"Description": "How many rounds will the bout last? 1/2 (half) round represents 1 minute and 30 seconds",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"boxing.winner": {
"Name": "To Win Fight",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"boxing.winner_exact_rounds": {
"Name": "Winner \u0026 exact rounds",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"call_of_duty.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"call_of_duty.handicap": {
"Name": "Map Handicap",
"Primary": true,
"Description": "The handicap provides one team with a map advantage to make games with a superior team more equal and interesting.",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"call_of_duty.map_winner": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"call_of_duty.map_winner_v2": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=default\u0026period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"call_of_duty.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"call_of_duty.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"call_of_duty.totals": {
"Name": "Total maps",
"Primary": true,
"Description": "Bet on the total amount of maps played.",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"call_of_duty.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"chess.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"chess.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"chess.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"chess.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"counter_strike.correct_score_in_maps": {
"Name": "Correct score (in maps)",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"counter_strike.map_1st_half_winner": {
"Name": "Map {{map}} 1st half - winner",
"Variables": [
"map"
],
"Split": "period=default\u0026map={{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"counter_strike.map_1x2": {
"Name": "Map {{map}} - 1x2",
"Variables": [
"map"
],
"Split": "period=default\u0026map={{map}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"counter_strike.map_handicap": {
"Name": "Map handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"counter_strike.map_odd_even_rounds": {
"Name": "Map {{map}} - odd/even rounds (incl. overtime)",
"Variables": [
"map"
],
"Split": "period={{map}}",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"counter_strike.map_odd_even_rounds.v2": {
"Name": "Map {{map}} - odd/even rounds (incl. overtime)",
"Variables": [
"map"
],
"Split": "period=default\u0026period=map{{map}}",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"counter_strike.map_round_handicap": {
"Name": "Map {{map}} - round handicap (incl. overtime)",
"Variables": [
"handicap",
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"counter_strike.map_round_handicap.v2": {
"Name": "Map {{map}} - round handicap (incl. overtime)",
"Variables": [
"handicap",
"map"
],
"Split": "period=default\u0026period=map{{map}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"counter_strike.map_round_winner": {
"Name": "Map {{map}} round {{round}} - winner",
"Variables": [
"map",
"round"
],
"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"counter_strike.map_team_total": {
"Name": "Map {{map}} - {{team}} total",
"Variables": [
"total",
"team",
"map"
],
"Split": "period=map{{map}}\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"counter_strike.map_total_rounds": {
"Name": "Map {{map}} - total rounds (incl. overtime)",
"Variables": [
"map",
"total"
],
"Split": "period=map{{map}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"counter_strike.map_winner": {
"Name": "Map {{map}} - winner (incl. overtime)",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"counter_strike.match_odds": {
"Name": "Match Odds",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"counter_strike.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"counter_strike.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"counter_strike.total_maps": {
"Name": "Total maps",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"counter_strike.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"cricket.innings_total_v2": {
"Name": "Total Runs",
"Variables": [
"innings",
"total"
],
"Split": "period=ft\u0026period=innings{{innings}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"cricket.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"cricket.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"cricket.team_totals": {
"Name": "{{team}} total",
"Variables": [
"team",
"total"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"cricket.test_1x2": {
"Name": "1x2",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"cricket.test_innings_team_total": {
"Name": "Innings {{innings}} - {{team}} total",
"Description": "Total runs by team in innings number",
"Variables": [
"team",
"innings",
"total"
],
"Split": "period=ft\u0026period=innings{{innings}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"cricket.test_match_inning_over_total_runs_spread": {
"Name": "Innings {{innings}} Over {{over}} - total runs spread",
"Variables": [
"innings",
"over"
],
"Split": "period=innings{{innings}}\u0026period=over{{over}}",
"Outcomes": {
"buy": "Buy",
"mid": "Mid",
"sell": "Sell"
}
},
"cricket.test_match_innings_team_totals": {
"Name": "Innings {{innings}} - {{team}} total",
"Variables": [
"innings",
"team",
"total"
],
"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"cricket.test_match_innings_totals": {
"Name": "Innings {{innings}} - total",
"Variables": [
"innings",
"total"
],
"Split": "period=ft\u0026period=innings{{innings}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"cricket.test_winner": {
"Name": "Match Winner",
"Primary": true,
"Variables": [],
"Split": "period=ft\u0026period=ot",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"cricket.winner": {
"Name": "Match Winner (incl. Superovers)",
"Primary": true,
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"crossfire.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"curling.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"curling.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"cycling.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"cycling.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"darts.correct_score_in_sets": {
"Name": "Correct score (in sets)",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"darts.handicap_sets": {
"Name": "Set handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"darts.odd_even_sets": {
"Name": "Odd/Even Sets",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"darts.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"darts.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"darts.total_sets": {
"Name": "Total Sets",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"darts.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"dota_2.correct_score_in_maps": {
"Name": "Correct score (in maps)",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"dota_2.map_handicap": {
"Name": "Map handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"dota_2.map_winner": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"dota_2.map_winner_v2": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=default\u0026period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"dota_2.match_odds": {
"Name": "Match Odds",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"dota_2.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"dota_2.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"dota_2.total_maps": {
"Name": "Total maps",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"dota_2.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"entertainment.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"entertainment.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_aoe.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"esport_aoe.handicap": {
"Name": "Handicap",
"Description": "The handicap provides one team with a map advantage to make games with a superior team more equal and interesting.",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_aoe.total_maps": {
"Name": "Total maps",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_aoe.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_arena_of_valor.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_arena_of_valor.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"esport_arena_of_valor.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_arena_of_valor.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_bga.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"esport_bga.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_brawl_stars.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"esport_brawl_stars.handicap": {
"Name": "Handicap",
"Description": "The handicap provides one team with a map advantage to make games with a superior team more equal and interesting.",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_brawl_stars.total_maps": {
"Name": "Total maps",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_brawl_stars.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_fifa.asian_handicap": {
"Name": "Asian Handicap",
"Primary": true,
"Variables": [
"handicap",
"optional.side"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_fifa.asian_handicap_period_first_half": {
"Name": "1st Half Asian Handicap",
"Variables": [
"handicap"
],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_fifa.asian_handicap_period_second_half": {
"Name": "2nd Half Asian Handicap",
"Variables": [
"handicap"
],
"Split": "period=2h\u0026period=ft\u0026period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_fifa.both_teams_to_score": {
"Name": "Both teams to score",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"esport_fifa.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"esport_fifa.correct_score_period_1st_half": {
"Name": "1st half - Correct Score",
"Variables": [],
"Split": "period=ft\u0026period=1h\u0026period=2h",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"esport_fifa.correct_score_period_2nd_half": {
"Name": "2nd half - correct score",
"Variables": [],
"Split": "period=ft\u0026period=1h\u0026period=2h",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"esport_fifa.double_chance": {
"Name": "Double chance",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"draw_away": "Draw or {{away}}",
"home_away": "{{home}} or {{away}}",
"home_draw": "{{home}} or Draw"
}
},
"esport_fifa.draw_no_bet": {
"Name": "Draw no bet",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_fifa.exact_total_goals_period_first_half": {
"Name": "1st Half Exact Total Goals",
"Variables": [
"goals"
],
"Split": "period=1h",
"Outcomes": {
"dynamic.goals": "{{goals}}"
}
},
"esport_fifa.exact_total_goals_period_second_half": {
"Name": "2nd Half Exact Total Goals",
"Variables": [
"goals"
],
"Split": "period=2h\u0026period=ft\u0026period=1h",
"Outcomes": {
"dynamic.goals": "{{goals}}"
}
},
"esport_fifa.halftime_fulltime_result": {
"Name": "Halftime / Fulltime",
"Variables": [],
"Split": "period=1h\u0026period=ft",
"Outcomes": {
"away_away": "{{away}} / {{away}}",
"away_draw": "{{away}} / Draw",
"away_home": "{{away}} / {{home}}",
"draw_away": "Draw / {{away}}",
"draw_draw": "Draw / Draw",
"draw_home": "Draw / {{home}}",
"home_away": "{{home}} / {{away}}",
"home_draw": "{{home}} / Draw",
"home_home": "{{home}} / {{home}}"
}
},
"esport_fifa.match_odds": {
"Name": "Full Time Result",
"Primary": true,
"Variables": [
"optional.side"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_fifa.match_odds_period_extratime": {
"Name": "Match Odds - Extra Time",
"Variables": [],
"Split": "period=et",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_fifa.match_odds_period_first_half": {
"Name": "Half Time Result",
"Variables": [],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_fifa.match_odds_period_second_half": {
"Name": "Match Odds - 2nd half",
"Variables": [],
"Split": "period=ft\u0026period=2h\u0026period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_fifa.odd_even.penalty_shootout": {
"Name": "Penalty shootout - odd/even",
"Variables": [],
"Split": "period=penalty_shootout",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"esport_fifa.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"esport_fifa.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_fifa.penalty_shootout_odd_even": {
"Name": "Penalty shootout - odd/even",
"Variables": [],
"Split": "period=penalty",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"esport_fifa.team_clean_sheet": {
"Name": "{{team}} clean sheet",
"Variables": [
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"esport_fifa.team_total_goals": {
"Name": "{{team}} Total Goals",
"Variables": [
"total",
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_fifa.team_total_goals_period_first_half": {
"Name": "{{team}} 1st Half Total Goals",
"Variables": [
"total",
"team"
],
"Split": "period=1h\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_fifa.team_total_goals_period_second_half": {
"Name": "{{team}} 2nd Half Total Goals",
"Variables": [
"total",
"team"
],
"Split": "period=2h\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_fifa.total_goals": {
"Name": "Total Goals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_fifa.total_goals_period_extratime": {
"Name": "Total Goals - Extra Time",
"Variables": [
"total"
],
"Split": "period=et",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_fifa.total_goals_period_first_half": {
"Name": "1st Half Total Goals",
"Variables": [
"total"
],
"Split": "period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_fifa.total_goals_period_second_half": {
"Name": "2nd Half Total Goals",
"Variables": [
"total"
],
"Split": "period=2h\u0026period=ft\u0026period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_free_fire.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"esport_free_fire.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_king_of_glory.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"esport_king_of_glory.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_king_of_glory.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_nba2k.1st_half_1x2": {
"Name": "1st half - 1x2",
"Description": "3-way market for the 1st half only: 1 = home win, X = tie and the 2 = away win",
"Variables": [],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_nba2k.1st_half_draw_no_bet": {
"Name": "1st half - draw no bet",
"Variables": [],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_nba2k.1st_half_team_total": {
"Name": "1st half - {{team}} total",
"Variables": [
"team",
"total"
],
"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.1x2": {
"Name": "1x2",
"Description": "3-way market, excluding overtime: 1 = home win, X = tie and the 2 = away win",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_nba2k.2nd_half_1x2": {
"Name": "2nd half - 1x2",
"Description": "3-way market for the 2nd half only, excluding overtime: 1 = home win, X = tie and the 2 = away win",
"Variables": [],
"Split": "period=2h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_nba2k.2nd_half_1x2_incl_ot": {
"Name": "2nd half - 1x2 (incl. overtime)",
"Description": "3-way market for the 2nd half only, including overtime: 1 = home win, X = tie and the 2 = away win",
"Variables": [],
"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_nba2k.2nd_half_handicap": {
"Name": "2nd half - handicap",
"Variables": [
"handicap"
],
"Split": "period=2h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_nba2k.2nd_half_total": {
"Name": "2nd half - total",
"Variables": [
"total"
],
"Split": "period=2h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.halftime_fulltime": {
"Name": "Halftime/fulltime",
"Variables": [],
"Split": "period=ht\u0026period=ft",
"Outcomes": {
"away_away": "{{away}}/{{away}}",
"away_draw": "{{away}}/draw",
"away_home": "{{away}}/{{home}}",
"draw_away": "draw/{{away}}",
"draw_draw": "draw/draw",
"draw_home": "draw/{{home}}",
"home_away": "{{home}}/{{away}}",
"home_draw": "{{home}}/draw",
"home_home": "{{home}}/{{home}}"
}
},
"esport_nba2k.handicap": {
"Name": "Spread",
"Variables": [
"handicap"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_nba2k.handicap_period_first_half": {
"Name": "1st half - handicap",
"Variables": [
"handicap"
],
"Split": "period=q1\u0026period=q2\u0026period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_nba2k.handicap_period_second_half": {
"Name": "2nd half - handicap (incl. overtime)",
"Variables": [
"handicap"
],
"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_nba2k.odd_even": {
"Name": "Odd/Even",
"Variables": [],
"Split": "period=ot",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"esport_nba2k.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"esport_nba2k.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"esport_nba2k.quarter_1x2": {
"Name": "Quarter {{quarter}} - 1x2",
"Variables": [
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"esport_nba2k.quarter_handicap": {
"Name": "Quarter {{quarter}} - handicap",
"Variables": [
"quarter",
"handicap"
],
"Split": "period=ot\u0026period=q{{quarter}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_nba2k.quarter_totals": {
"Name": "Quarter {{quarter}} totals",
"Variables": [
"total",
"quarter"
],
"Split": "period=q{{quarter}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.team_totals": {
"Name": "{{team}} Total",
"Variables": [
"team",
"total"
],
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.total_period_first_half": {
"Name": "1st half - total",
"Variables": [
"total"
],
"Split": "period=1h\u0026period=q1\u0026period=q2",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.total_period_second_half": {
"Name": "2nd half - total (incl. overtime)",
"Variables": [
"total"
],
"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.totals": {
"Name": "Totals",
"Variables": [
"total"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_nba2k.winner_incl_overtime": {
"Name": "Winner (incl. overtime)",
"Primary": true,
"Variables": [],
"Split": "period=ot",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_valorant.handicap": {
"Name": "Handicap",
"Primary": true,
"Description": "The handicap provides one team with a map advantage to make games with a superior team more equal and interesting.",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_valorant.totals": {
"Name": "Total maps",
"Primary": true,
"Description": "Bet on the total amount of maps played.",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_valorant.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"esport_warcraft.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"esport_warcraft.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"esport_warcraft.totals": {
"Name": "Totals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"esport_warcraft.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"field_hockey.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"field_hockey.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"field_hockey.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"field_hockey.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"floorball.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"floorball.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"floorball.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"floorball.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"formula_1.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"formula_1.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"formula_e.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"formula_e.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"futsal.double_chance": {
"Name": "Double chance",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"draw_away": "Draw or {{away}}",
"home_away": "{{home}} or {{away}}",
"home_draw": "{{home}} or Draw"
}
},
"futsal.draw_no_bet": {
"Name": "Draw no bet",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"futsal.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"futsal.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"futsal.odd_even": {
"Name": "Odd/even",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"futsal.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"futsal.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"futsal.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"golf.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"golf.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"golf.winner": {
"Name": "Match up",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"greyhound.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"greyhound.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"greyhounds.place": {
"Name": "Place ({{position}} TBP)",
"Primary": true,
"Description": "Betting on a dog finishing in one of the designated places. e.g 3TBP means your selection will be a win if it finishes at one of the top 3 places.",
"Variables": [
"position"
],
"Split": "period=default\\u0026position={{position}}",
"Outcomes": {
"dynamic.player": "{{player}}"
}
},
"greyhounds.win": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.player": "{{player}}"
}
},
"greyhounds.win_sp": {
"Name": "Winner (SP)",
"Primary": true,
"Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.player": "{{player}}"
}
},
"handball.1st_half_total": {
"Name": "Total - 1st half",
"Variables": [
"total"
],
"Split": "period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"handball.double_chance": {
"Name": "Double chance",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"draw_away": "Draw or {{away}}",
"home_away": "{{home}} or {{away}}",
"home_draw": "{{home}} or Draw"
}
},
"handball.draw_no_bet": {
"Name": "Draw no bet",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"handball.halftime_fulltime_result": {
"Name": "Halftime / Fulltime",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away_away": "{{away}}/{{away}}",
"away_draw": "{{away}}/Draw",
"away_home": "{{away}}/{{home}}",
"draw_away": "Draw/{{away}}",
"draw_draw": "Draw/Draw",
"draw_home": "Draw/{{home}}",
"home_away": "{{home}}/{{away}}",
"home_draw": "{{home}}/Draw",
"home_home": "{{home}}/{{home}}"
}
},
"handball.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"handball.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"handball.odd_even": {
"Name": "Odd/even",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"handball.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"handball.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"handball.team_total": {
"Name": "{{team}} Total",
"Variables": [
"team",
"total"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"handball.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"handball.winner": {
"Name": "Winner (incl. overtime and penalties)",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"hearthstone.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"hearthstone.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"hearthstone.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"heroes_of_the_storm.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"heroes_of_the_storm.total": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"heroes_of_the_storm.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"horse_racing.place": {
"Name": "Place ({{position}} TBP)",
"Primary": true,
"Description": "Betting on a horse finishing in the one of the designated places. e.g 3TBP means your selection will be a win if it finishes at one of the top 3 places.",
"Variables": [
"position"
],
"Split": "period=default\u0026position={{position}}",
"Outcomes": {
"dynamic.player": "{{player}}"
}
},
"horse_racing.win": {
"Name": "Winner",
"Primary": true,
"Description": "Winner of the race",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.player": "{{player}}"
}
},
"ice_hockey.1x2": {
"Name": "1x2 (Excl. Overtime)",
"Description": "3-way market, excluding overtime: 1 = home win, X = tie and the 2 = away win (1=1st named team if neutral venue)",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"ice_hockey.1x2_both_teams_to_score": {
"Name": "1x2 \u0026 both teams to score (incl. overtime and penalties)",
"Variables": [],
"Split": "period=ft\u0026period=ot\u0026period=ap",
"Outcomes": {
"away_no": "{{away}} \u0026 no",
"away_yes": "{{away}} \u0026 yes",
"home_no": "{{home}} \u0026 no",
"home_yes": "{{home}} \u0026 yes"
}
},
"ice_hockey.both_teams_to_score": {
"Name": "Both teams to score",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"ice_hockey.correct_score": {
"Name": "Correct score",
"Description": "The score at the end of regular time i.e. excluding overtime and penalties",
"Variables": [],
"Split": "period=ft\u0026period=p1\u0026period=p2\u0026period=p3",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"ice_hockey.correct_score_incl_overtime_and_penalties": {
"Name": "Correct score (incl. overtime and penalties)",
"Variables": [],
"Split": "period=ft\u0026period=ot\u0026period=ap",
"Outcomes": {
"dynamic.other": "other",
"dynamic.outcome": "{{outcome}}"
}
},
"ice_hockey.double_chance": {
"Name": "Double chance (Excl. Overtime)",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"draw_or_away": "draw or {{away}}",
"home_or_away": "{{home}} or {{away}}",
"home_or_draw": "{{home}} or draw"
}
},
"ice_hockey.exact_goals": {
"Name": "Exact goals",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"ice_hockey.handicap": {
"Name": "Handicap (incl. overtime and penalties)",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"ice_hockey.handicap_regular_time": {
"Name": "Handicap",
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"ice_hockey.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"ice_hockey.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"ice_hockey.period_1x2": {
"Name": "Period {{period}} - 1x2",
"Variables": [
"period"
],
"Split": "period=p{{period}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"ice_hockey.period_correct_score": {
"Name": "Period {{period}} - correct score",
"Variables": [
"period"
],
"Split": "period=p{{period}}",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"ice_hockey.period_handicap": {
"Name": "Period {{period}} - handicap",
"Variables": [
"handicap",
"period"
],
"Split": "period=p{{period}}",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"ice_hockey.period_total": {
"Name": "Period {{period}} - total",
"Variables": [
"total",
"period"
],
"Split": "period=p{{period}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"ice_hockey.team_clean_sheet": {
"Name": "{{team}} clean sheet",
"Description": "A clean sheet refers to the named team not conceding a goal",
"Variables": [
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"ice_hockey.team_exact_goals": {
"Name": "{{team}} exact goals (incl. overtime and penalties)",
"Variables": [
"team"
],
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"ice_hockey.team_total": {
"Name": "{{team}} total (Excl. overtime)",
"Variables": [
"team",
"total"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"ice_hockey.total": {
"Name": "Total (excl. overtime)",
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"ice_hockey.totals": {
"Name": "Total (incl. overtime and penalties)",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"ice_hockey.which_team_wins_the_rest_of_the_match": {
"Name": "Which team wins the rest of the match at {{score}}",
"Variables": [
"score"
],
"Split": "period=ft\u0026period=ot\u0026period=ap\u0026score={{score}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"ice_hockey.winner": {
"Name": "Winner (incl. overtime and penalties)",
"Primary": true,
"Variables": [],
"Split": "period=ot\u0026period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"kabaddi.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"kabaddi.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"kabaddi.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"kabaddi.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"kabaddi.total": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"league_of_legends.correct_score_in_maps": {
"Name": "Correct score (in maps)",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"league_of_legends.map_handicap": {
"Name": "Map handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"league_of_legends.map_winner": {
"Name": "Map {{map}} - winner",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"league_of_legends.map_winner_v2": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=default\u0026period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"league_of_legends.match_odds": {
"Name": "Match Odds",
"Description": "Match odds gives you the option to bet on team (A), the draw and team (B).",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"league_of_legends.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"league_of_legends.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"league_of_legends.total_maps": {
"Name": "Total maps",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"league_of_legends.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"mma.1x2": {
"Name": "1x2",
"Description": "3 way market: 1 refers to a home win, the X the draw and the 2 the away win.",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"mma.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"mma.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"mma.totals": {
"Name": "Total Rounds",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"mma.winner": {
"Name": "To Win Fight",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"motorsport.head2head": {
"Name": "Head2head",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"motorsport.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"motorsport.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"olympics.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"olympics.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"overwatch.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"overwatch.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"overwatch.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"pesapallo.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"pesapallo.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"pesapallo.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"politics.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"politics.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"rainbow_six.map_winner": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rainbow_six.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"rainbow_six.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"rainbow_six.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rocket_league.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"rocket_league.handicap": {
"Name": "Map handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"rocket_league.map_winner": {
"Name": "Map {{map}} - Winner",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rocket_league.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"rocket_league.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"rocket_league.total_maps": {
"Name": "Total maps",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rocket_league.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rugby_league.1x2_period_1st_half": {
"Name": "1st half - 1x2",
"Variables": [],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"rugby_league.draw_no_bet": {
"Name": "Draw no bet",
"Description": "Choose the team you think will win. In the result of a draw, stakes are returned.",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rugby_league.halftime_fulltime_result": {
"Name": "Halftime / Fulltime",
"Description": "Market on both the result at half-time and the result at the end of the match, excluding extra time",
"Variables": [],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"away_away": "{{away}} / {{away}}",
"away_draw": "{{away}} / Draw",
"away_home": "{{away}} / {{home}}",
"draw_away": "Draw / {{away}}",
"draw_draw": "Draw / Draw",
"draw_home": "Draw / {{home}}",
"home_away": "{{home}} / {{away}}",
"home_draw": "{{home}} / Draw",
"home_home": "{{home}} / {{home}}"
}
},
"rugby_league.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"rugby_league.handicap_period_1st_half": {
"Name": "1st half - handicap",
"Variables": [
"handicap"
],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"rugby_league.moneyline": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"rugby_league.odd_even": {
"Name": "Odd/Even",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"rugby_league.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"rugby_league.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"rugby_league.team_totals": {
"Name": "{{team}} Total ",
"Variables": [
"total",
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rugby_league.total_period_1st_half": {
"Name": "1st half - total",
"Variables": [
"total"
],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rugby_league.totals": {
"Name": "Totals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rugby_league.winner": {
"Name": "Money Line",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rugby_union.1x2_period_1st_half": {
"Name": "1st half - 1x2",
"Variables": [],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"rugby_union.draw_no_bet": {
"Name": "Draw no bet",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"rugby_union.halftime_fulltime_result": {
"Name": "Halftime / Fulltime",
"Description": "Market on both the result at half-time and the result at the end of the match, excluding extra time",
"Variables": [],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"away_away": "{{away}} / {{away}}",
"away_draw": "{{away}} / Draw",
"away_home": "{{away}} / {{home}}",
"draw_away": "Draw / {{away}}",
"draw_draw": "Draw / Draw",
"draw_home": "Draw / {{home}}",
"home_away": "{{home}} / {{away}}",
"home_draw": "{{home}} / Draw",
"home_home": "{{home}} / {{home}}"
}
},
"rugby_union.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"rugby_union.handicap_period_1st_half": {
"Name": "1st half - handicap",
"Variables": [
"handicap"
],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"rugby_union.moneyline": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"rugby_union.odd_even": {
"Name": "Odd/Even",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"rugby_union.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"rugby_union.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"rugby_union.team_totals": {
"Name": "{{team}} Total ",
"Variables": [
"total",
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rugby_union.total_period_1st_half": {
"Name": "1st half - total",
"Variables": [
"total"
],
"Split": "period=ft\u0026period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rugby_union.totals": {
"Name": "Totals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"rugby_union.winner": {
"Name": "Money Line",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"sailing.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"sailing.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"snooker.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"snooker.handicap": {
"Name": "Frame handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"snooker.odd_even_frames": {
"Name": "Odd/even frames",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"snooker.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"snooker.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"snooker.totals": {
"Name": "Total frames",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"snooker.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"soccer.asian_handicap": {
"Name": "Asian Handicap",
"Primary": true,
"Description": "See our [article on Asian Handicap](/{{locale}}/blog/betting-strategy/what-are-asian-handicaps/)",
"Variables": [
"handicap",
"optional.side"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"soccer.asian_handicap_period_extratime": {
"Name": "Asian Handicap - Extra Time",
"Variables": [
"handicap"
],
"Split": "period=et",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"soccer.asian_handicap_period_first_half": {
"Name": "1st Half Asian Handicap",
"Variables": [
"handicap"
],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"soccer.asian_handicap_period_second_half": {
"Name": "2nd Half Asian Handicap",
"Variables": [
"handicap"
],
"Split": "period=2h\u0026period=ft\u0026period=1h",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"soccer.both_teams_to_score": {
"Name": "Both teams to score",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"soccer.correct_score": {
"Name": "Correct Score",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"soccer.correct_score_period_1st_half": {
"Name": "1st half - Correct Score",
"Variables": [],
"Split": "period=ft\u0026period=1h\u0026period=2h",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"soccer.correct_score_period_2nd_half": {
"Name": "2nd half - correct score",
"Variables": [],
"Split": "period=ft\u0026period=1h\u0026period=2h",
"Outcomes": {
"dynamic.other": "Other",
"dynamic.score": "{{score}}"
}
},
"soccer.double_chance": {
"Name": "Double chance",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"draw_away": "Draw or {{away}}",
"home_away": "{{home}} or {{away}}",
"home_draw": "{{home}} or Draw"
}
},
"soccer.draw_no_bet": {
"Name": "Draw no bet",
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"soccer.exact_total_goals_period_first_half": {
"Name": "1st Half Exact Total Goals",
"Variables": [
"goals"
],
"Split": "period=1h",
"Outcomes": {
"dynamic.goals": "{{goals}}"
}
},
"soccer.exact_total_goals_period_second_half": {
"Name": "2nd Half Exact Total Goals",
"Variables": [
"goals"
],
"Split": "period=2h\u0026period=ft\u0026period=1h",
"Outcomes": {
"dynamic.goals": "{{goals}}"
}
},
"soccer.halftime_fulltime_result": {
"Name": "Halftime / Fulltime",
"Description": "Market on both the result at half-time and the result at the end of 90 minutes",
"Variables": [],
"Split": "period=1h\u0026period=ft",
"Outcomes": {
"away_away": "{{away}} / {{away}}",
"away_draw": "{{away}} / Draw",
"away_home": "{{away}} / {{home}}",
"draw_away": "Draw / {{away}}",
"draw_draw": "Draw / Draw",
"draw_home": "Draw / {{home}}",
"home_away": "{{home}} / {{away}}",
"home_draw": "{{home}} / Draw",
"home_home": "{{home}} / {{home}}"
}
},
"soccer.match_odds": {
"Name": "Full Time Result",
"Primary": true,
"Description": "The winner at the end of the regulation 90 minutes",
"Variables": [
"optional.side"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"soccer.match_odds_period_extratime": {
"Name": "Match Odds - Extra Time",
"Variables": [],
"Split": "period=et",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"soccer.match_odds_period_first_half": {
"Name": "Half Time Result",
"Variables": [],
"Split": "period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"soccer.match_odds_period_second_half": {
"Name": "Match Odds - 2nd half",
"Variables": [],
"Split": "period=ft\u0026period=2h\u0026period=1h",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"soccer.odd_even.penalty_shootout": {
"Name": "Penalty shootout - odd/even",
"Variables": [],
"Split": "period=penalty_shootout",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"soccer.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"soccer.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"soccer.penalty_shootout_odd_even": {
"Name": "Penalty shootout - odd/even",
"Variables": [],
"Split": "period=penalty",
"Outcomes": {
"even": "Even",
"odd": "Odd"
}
},
"soccer.team_clean_sheet": {
"Name": "{{team}} clean sheet",
"Variables": [
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"soccer.team_total_goals": {
"Name": "{{team}} Total Goals",
"Variables": [
"total",
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.team_total_goals_period_first_half": {
"Name": "{{team}} 1st Half Total Goals",
"Variables": [
"total",
"team"
],
"Split": "period=1h\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.team_total_goals_period_second_half": {
"Name": "{{team}} 2nd Half Total Goals",
"Variables": [
"total",
"team"
],
"Split": "period=2h\u0026team={{team}}",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.team_win_to_nil": {
"Name": "{{team}} win to nil",
"Variables": [
"team"
],
"Split": "period=ft\u0026team={{team}}",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"soccer.to_qualify.v2": {
"Name": "To Qualify / To Win Final",
"Variables": [],
"Split": "period=default\u0026period=ft\u0026period=ot\u0026period=ap",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"soccer.total_goals": {
"Name": "Total Goals",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.total_goals_period_extratime": {
"Name": "Total Goals - Extra Time",
"Variables": [
"total"
],
"Split": "period=et",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.total_goals_period_first_half": {
"Name": "1st Half Total Goals",
"Variables": [
"total"
],
"Split": "period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.total_goals_period_second_half": {
"Name": "2nd Half Total Goals",
"Variables": [
"total"
],
"Split": "period=2h\u0026period=ft\u0026period=1h",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"soccer.which_team_wins_the_rest_of_the_match": {
"Name": "Which team wins the rest of the match",
"Variables": [
"score"
],
"Split": "period=ft\u0026score={{score}}",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"specials.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"specials.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"squash.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"squash.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"squash.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"squash.point_handicap": {
"Name": "Point handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"squash.total_points": {
"Name": "Total points",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"squash.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"starcraft.correct_score_in_maps": {
"Name": "Correct score (in maps)",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"starcraft.map_handicap": {
"Name": "Map handicap",
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"starcraft.map_winner": {
"Name": "Map {{map}} - winner",
"Variables": [
"map"
],
"Split": "period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"starcraft.map_winner_v2": {
"Name": "Map {{map}} - winner",
"Variables": [
"map"
],
"Split": "period=default\u0026period=map{{map}}",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"starcraft.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"starcraft.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"starcraft.total_maps": {
"Name": "Total maps",
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"starcraft.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"street_fighter_v.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"street_fighter_v.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"sumo.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"sumo.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"sumo.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"swimming.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"swimming.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"table_tennis.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"table_tennis.handicap": {
"Name": "Point handicap",
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"table_tennis.handicap.v2": {
"Name": "Point handicap",
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"table_tennis.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"table_tennis.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"table_tennis.totals": {
"Name": "Total points",
"Variables": [
"total"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"table_tennis.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"tennis.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default\u0026period=wo",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"tennis.exact_sets": {
"Name": "Exact sets",
"Variables": [],
"Split": "period=default\u0026period=wo",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"tennis.game_handicap": {
"Name": "Game Handicap (Super Tie Break counts as 1 game)",
"Description": "Predict the result after the handicap spread has been applied to the games the players have won. All bets will STAND if there is a Super Tie Break, with the Super Tie Break counting as 1 game.",
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"tennis.game_handicap_void_supertiebreak": {
"Name": "Game Handicap (VOID if 3rd Set Super Tie Break)",
"Description": "Predict the result after the handicap spread has been applied to the games the players have won. Void if 3rd set Super Tie Break. A third set 10-point regular Tie Break in majors is not a Super Tie Break.",
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"tennis.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"tennis.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"tennis.set_correct_score": {
"Name": "Set {{set}} - correct score",
"Variables": [
"set"
],
"Split": "period=set{{set}}\u0026period=wo",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"tennis.set_handicap": {
"Name": "Set Handicap",
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=wo",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"tennis.team_to_win_a_set": {
"Name": "{{team}} to win a set",
"Description": "Will the named player win at least one set?",
"Variables": [
"team"
],
"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5\u0026team={{team}}",
"Outcomes": {
"no": "No",
"yes": "Yes"
}
},
"tennis.total_games": {
"Name": "Total Games (Super Tie Break counts as 1 game) ",
"Description": "Total number of games won by both players combined e.g. 6-2, 3-6, 7-6 = 30 (16+14). All bets will STAND if there is a Super Tie Break, with the Super Tie Break counting as 1 game.",
"Variables": [
"total"
],
"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"tennis.total_games_void_supertiebreak": {
"Name": "Total Games (VOID if 3rd Set Super Tie Break)",
"Description": "Total number of games won by both players combined e.g. 6-2, 3-6, 7-6 = 30 (16+14). Void if 3rd set Super Tie Break. A third set 10-point regular Tie Break in majors is not a Super Tie Break.",
"Variables": [
"total"
],
"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"tennis.total_sets": {
"Name": "Total sets",
"Variables": [
"total"
],
"Split": "period=default\u0026period=wo",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"tennis.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"tennis.winner_of_set": {
"Name": "Winner of set {{set}}",
"Variables": [
"set"
],
"Split": "period=set{{set}}\u0026period=wo",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"volleyball.correct_score": {
"Name": "Correct score",
"Variables": [],
"Split": "period=default",
"Outcomes": {
"dynamic.score": "{{score}}"
}
},
"volleyball.handicap": {
"Name": "Point handicap",
"Variables": [
"handicap"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"volleyball.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"volleyball.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"volleyball.set_handicap": {
"Name": "Set handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"volleyball.total_sets": {
"Name": "Total sets",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"volleyball.totals": {
"Name": "Total points",
"Variables": [
"total"
],
"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"volleyball.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"waterpolo.handicap": {
"Name": "Handicap",
"Variables": [
"handicap"
],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"waterpolo.match_odds": {
"Name": "Match Odds",
"Primary": true,
"Variables": [],
"Split": "period=ft",
"Outcomes": {
"away": "{{away}}",
"draw": "Draw",
"home": "{{home}}"
}
},
"waterpolo.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"waterpolo.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"waterpolo.totals": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=ft",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"wild_rift.handicap": {
"Name": "Handicap",
"Primary": true,
"Variables": [
"handicap"
],
"Split": "period=default",
"Outcomes": {
"away": "{{away}} {{-handicap}}",
"home": "{{home}} {{handicap}}"
}
},
"wild_rift.total": {
"Name": "Total",
"Primary": true,
"Variables": [
"total"
],
"Split": "period=default",
"Outcomes": {
"over": "Over {{total}}",
"under": "Under {{total}}"
}
},
"wild_rift.winner": {
"Name": "Winner",
"Primary": true,
"Variables": [],
"Split": "period=default",
"Outcomes": {
"away": "{{away}}",
"home": "{{home}}"
}
},
"winter_sports.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"winter_sports.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
},
"world_lottery.outright.v2": {
"Name": "{{name}}",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic.outcome": "{{outcome}}"
}
},
"world_lottery.outright.v3": {
"Name": "",
"Variables": [],
"Split": "default",
"Outcomes": {
"dynamic": ""
}
}
}
{
"american_football": "American Football",
"archery": "Archery",
"athletics": "Athletics",
"aussie_rules": "Aussie Rules",
"badminton": "Badminton",
"bandy": "Bandy",
"baseball": "Baseball",
"basketball": "Basketball",
"beach_soccer": "Beach Soccer",
"beach_volleyball": "Beach Volleyball",
"bowls": "Bowls",
"boxing": "Boxing",
"call_of_duty": "Call of Duty",
"chess": "Chess",
"counter_strike": "Counter-Strike",
"cricket": "Cricket",
"crossfire": "Crossfire",
"curling": "Curling",
"cycling": "Cycling",
"darts": "Darts",
"dota_2": "Dota 2",
"entertainment": "Entertainment",
"esport_aoe": "Age of Empires",
"esport_arena_of_valor": "Arena of Valor",
"esport_bga": "BGA",
"esport_brawl_stars": "Brawl Stars",
"esport_fifa": "FIFA",
"esport_free_fire": "Free Fire",
"esport_ice_hockey": "eIce Hockey",
"esport_king_of_glory": "King of Glory",
"esport_madden": "Madden",
"esport_nba2k": "NBA2K",
"esport_valorant": "Valorant",
"esport_warcraft": "Warcraft",
"field_hockey": "Field Hockey",
"floorball": "Floorball",
"formula_1": "Formula 1",
"formula_e": "Formula E",
"futsal": "Futsal",
"golf": "Golf",
"greyhound": "Greyhound",
"greyhounds": "Greyhounds",
"handball": "Handball",
"hearthstone": "Hearthstone",
"heroes_of_the_storm": "Heroes of the Storm",
"horse_racing": "Horse Racing",
"ice_hockey": "Ice Hockey",
"kabaddi": "Kabaddi",
"league_of_legends": "League of Legends",
"mma": "MMA",
"motorsport": "Motorsport",
"olympics": "Olympics",
"overwatch": "Overwatch",
"pesapallo": "Pesapallo",
"politics": "Politics",
"rainbow_six": "Rainbow Six",
"rocket_league": "Rocket League",
"rugby_league": "Rugby League",
"rugby_union": "Rugby Union",
"sailing": "Sailing",
"snooker": "Snooker",
"soccer": "Soccer",
"specials": "Specials",
"squash": "Squash",
"starcraft": "Starcraft",
"street_fighter_v": "Street Fighter V",
"sumo": "Sumo",
"swimming": "Swimming",
"table_tennis": "Table Tennis",
"tennis": "Tennis",
"volleyball": "Volleyball",
"waterpolo": "Waterpolo",
"wild_rift": "Wild Rift",
"winter_sports": "Winter Sports",
"world_lottery": "World Lottery"
}
@wajdi-20
Copy link

I have been trying to get the corners odds in soccer but so far I got nothing
https://sports-api.cloudbet.com/pub/v2/odds/events/{id} only returns the main markets (regular time,1half,2 half ) I could send a specific market in the request but I don't know what it called example "soccer.asian_handicap" any input from you would be helpful

@kgravenreuth
Copy link
Author

Hi @wajdi-20 ,

We currently offer the markets listed in the markets.json file listed here in the Cloudbet API. Market availability may change in the future and the markets list here will be updated if and when this happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment