{
	"american_football.1st_half_1x2_and_1st_half_total": {
		"Name": "1st half 1x2 \u0026 1st half total",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 over {{total}}",
			"away_and_under": "{{away}} \u0026 under {{total}}",
			"draw_and_over": "Draw \u0026 over {{total}}",
			"draw_and_under": "Draw \u0026 under {{total}}",
			"home_and_over": "{{home}} \u0026 over {{total}}",
			"home_and_under": "{{home}} \u0026 under {{total}}"
		}
	},
	"american_football.1st_half_handicap_and_1st_half_total": {
		"Name": "1st half handicap \u0026 1st half total",
		"Variables": [
			"handicap",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away_and_over": "{{away}} {{-handicap}} \u0026 over {{total}}",
			"away_and_under": "{{away}} {{-handicap}} \u0026 under {{total}}",
			"home_and_over": "{{home}} {{handicap}} \u0026 over {{total}}",
			"home_and_under": "{{home}} {{handicap}} \u0026 under {{total}}"
		}
	},
	"american_football.1st_quarter_1x2_and_1st_quarter_total": {
		"Name": "1st quarter 1x2 \u0026 1st quarter total",
		"Variables": [
			"total"
		],
		"Split": "period=q1",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 over {{total}}",
			"away_and_under": "{{away}} \u0026 under {{total}}",
			"draw_and_over": "Draw \u0026 over {{total}}",
			"draw_and_under": "Draw \u0026 under {{total}}",
			"home_and_over": "{{home}} \u0026 over {{total}}",
			"home_and_under": "{{home}} \u0026 under {{total}}"
		}
	},
	"american_football.1st_quarter_handicap_and_1st_quarter_total": {
		"Name": "1st quarter handicap \u0026 1st quarter total",
		"Variables": [
			"handicap",
			"total"
		],
		"Split": "period=q1",
		"Outcomes": {
			"away_and_over": "{{away}} {{-handicap}} \u0026 over {{total}}",
			"away_and_under": "{{away}} {{-handicap}} \u0026 under {{total}}",
			"home_and_over": "{{home}} {{handicap}} \u0026 over {{total}}",
			"home_and_under": "{{home}} {{handicap}} \u0026 under {{total}}"
		}
	},
	"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.1x2_period_second_half": {
		"Name": "2nd half - 1x2",
		"Description": "3-way market for the 2nd half only: 1 = home win, X = tie and the 2 = away win (1=1st named team if neutral venue)",
		"Variables": [],
		"Split": "period=2h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"american_football.1x2_period_second_half_incl_ot": {
		"Name": "2nd half - 1x2 (Incl. Overtime)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ot\u0026period=q3\u0026period=q4",
		"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.draw_no_bet_period_first_half": {
		"Name": "1st half - draw no bet",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.draw_no_bet_period_second_half_incl_ot": {
		"Name": "2nd half - draw no bet (Incl. Overtime)",
		"Variables": [],
		"Split": "period=2h\u0026period=ot\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.drive_play_play_type": {
		"Name": "Drive {{drive}} play {{play}} - {{team}} play type",
		"Variables": [
			"drive",
			"play",
			"team"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"pass": "Pass",
			"rush": "Rush"
		}
	},
	"american_football.drive_play_total_yards_gained": {
		"Name": "Drive {{drive}} play {{play}} - {{team}} total yards gained",
		"Variables": [
			"drive",
			"play",
			"team",
			"total"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.drive_result": {
		"Name": "Drive {{drive}} - result",
		"Variables": [
			"drive"
		],
		"Split": "drive={{drive}}",
		"Outcomes": {
			"field_goal_attempt": "Field goal attempt",
			"offensive_touchdown": "Offensive touchdown",
			"punt": "Punt",
			"safety": "Safety",
			"turnover": "Turnover"
		}
	},
	"american_football.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.handicap_and_total": {
		"Name": "Handicap (Incl. Overtime) \u0026 Total (Incl. Overtime)",
		"Variables": [
			"handicap",
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} {{-handicap}} \u0026 over {{total}}",
			"away_and_under": "{{away}} {{-handicap}} \u0026 under {{total}}",
			"home_and_over": "{{home}} {{handicap}} \u0026 over {{total}}",
			"home_and_under": "{{home}} {{handicap}} \u0026 under {{total}}"
		}
	},
	"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.handicap_period_second_half": {
		"Name": "2nd half - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.handicap_period_second_half_incl_ot": {
		"Name": "2nd half - handicap (Incl. Overtime)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.highest_scoring_quarter": {
		"Name": "Highest scoring quarter",
		"Description": "Which quarter will produce the most points scored by both teams, excluding overtime?",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1st quarter",
			"2nd_quarter": "2nd quarter",
			"3rd_quarter": "3rd quarter",
			"4th_quarter": "4th quarter",
			"equal": "equal"
		}
	},
	"american_football.moneyline": {
		"Name": "Money Line",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.next_scoring_type": {
		"Name": "Next scoring type at {{score}} (Incl. Overtime)",
		"Variables": [
			"score"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"field_goal": "Field Goal",
			"none": "None",
			"safety": "Safety",
			"touchdown": "Touchdown"
		}
	},
	"american_football.odd_even": {
		"Name": "Odd/even",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"american_football.odd_even_period_first_half": {
		"Name": "1st half - odd/even",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"american_football.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.player_anytime_touchdown": {
		"Name": "{{player}} (Anytime Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_completions": {
		"Name": "{{player}} (Completions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_field_goal_period_1st_quarter": {
		"Name": "{{player}} (Field Goal in 1st Quarter)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_field_goal_period_2nd_quarter": {
		"Name": "{{player}} (Field Goal in 2nd Quarter)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_field_goal_period_3rd_quarter": {
		"Name": "{{player}} (Field Goal in 3rd Quarter)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_field_goal_period_4th_quarter": {
		"Name": "{{player}} (Field Goal in 4th Quarter)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_first_pass_completion_distance": {
		"Name": "{{player}} (First Pass Completion in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_reception": {
		"Name": "{{player}} (First Reception in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_rushing_attempt": {
		"Name": "{{player}} (First Rushing Attempt in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_touchdown_pass_distance": {
		"Name": "{{player}} (First Touchdown Pass in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_touchdown_scorer": {
		"Name": "{{player}} (1st Touchdown Scorer)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_have_rush_attempts": {
		"Name": "{{player}} (Rush Attempt)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_interceptions": {
		"Name": "{{player}} (Interceptions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_kicking_points": {
		"Name": "{{player}} (Kicking Points)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_last_touchdown_scorer": {
		"Name": "{{player}} (Last Touchdown Scorer)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_long_completion": {
		"Name": "{{player}} (Long Completion)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_long_reception": {
		"Name": "{{player}} (Long Reception)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_pass_completion": {
		"Name": "{{player}} (Longest Pass Completion in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_punt": {
		"Name": "{{player}} (Longest Punt in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_reception": {
		"Name": "{{player}} (Longest Reception in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_rushing_attempts": {
		"Name": "{{player}} (Longest Rushing Attempt in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_miss_field_goal": {
		"Name": "{{player}} (Miss a Field Goal)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_mvp_super_bowl": {
		"Name": "{{player}} (MVP of SuperBowl)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_pass_attempts": {
		"Name": "{{player}} (Pass Attempts)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_pass_completions": {
		"Name": "{{player}} (Passing Completions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_pass_yards": {
		"Name": "{{player}} (Pass Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_points": {
		"Name": "{{player}} (Total Points)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_punt_result_in_a_touchback": {
		"Name": "{{player}} (Punt Result in a Touchback)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_punts": {
		"Name": "{{player}} (Total Punts)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_receiving_yards": {
		"Name": "{{player}} (Receiving Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_receptions": {
		"Name": "{{player}} (Receptions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_rush_attempts": {
		"Name": "{{player}} (Rush Attempts)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_rush_touchdown": {
		"Name": "{{player}} (Rush TD)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_rush_yards": {
		"Name": "{{player}} (Rush Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_score_points_in_all_four_quarters": {
		"Name": "{{player}} (Score Points in all 4 Quarters 1-4)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_shortest_punt": {
		"Name": "{{player}} (Shortest Punt in Yds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_throw_2_or_more_touchdowns_in_any_quarter": {
		"Name": "{{player}} (Throw 2 or more Touchdowns in any quarter)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_throw_touchdown_pass_period_1st_quarter": {
		"Name": "{{player}} (Throw a 1st Quarter Touchdown Pass)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_throw_touchdown_pass_period_2nd_quarter": {
		"Name": "{{player}} (Throw a 2nd Quarter Touchdown Pass)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_throw_touchdown_pass_period_3rd_quarter": {
		"Name": "{{player}} (Throw a 3rd Quarter Touchdown Pass)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_throw_touchdown_pass_period_4th_quarter": {
		"Name": "{{player}} (Throw a 4th Quarter Touchdown Pass)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_total_field_goals": {
		"Name": "{{player}} (Field Goals)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_total_points_score_period_2nd_half_incl_ot": {
		"Name": "{{player}} (Total Points scored in 2nd Half + OT)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_touchdown": {
		"Name": "{{player}} (Score a Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_touchdown_in_1h_and_2h_incl_ot": {
		"Name": "{{player}} (Score Touchdown in 1st half and 2nd half/OT)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_touchdown_passes": {
		"Name": "{{player}} (TD Passes)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_touchdown_period_1h": {
		"Name": "{{player}} (Score a 1st Half Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"american_football.player_touchdown_receptions": {
		"Name": "{{player}} (TD Receptions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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.race_to_points": {
		"Name": "Race to {{point}} points (Incl. Overtime)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.team_highest_scoring_quarter": {
		"Name": "Team with highest scoring quarter",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"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_odd_even_period_first_half": {
		"Name": "1st half - {{team}} odd/even",
		"Variables": [
			"team"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\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": "Total",
		"Primary": true,
		"CashoutAvailable": 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}}"
		}
	},
	"american_football.totals_period_second_half_excl_ot": {
		"Name": "2nd half - total",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.touchdown_scorer": {
		"Name": "Touchdown {{touchdown}} scorer",
		"Variables": [
			"touchdown"
		],
		"Split": "period=ot\u0026touchdown={{touchdown}}",
		"Outcomes": {
			"away_d_st_player": "{{away}} d/st player",
			"away_other_player": "{{away}} other player",
			"home_d_st_player": "{{home}} d/st player",
			"home_other_player": "{{home}} other player"
		}
	},
	"american_football.winner_and_total": {
		"Name": "Winner (Incl. Overtime) \u0026 Total (Incl. Overtime)",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 over {{total}}",
			"away_and_under": "{{away}} \u0026 under {{total}}",
			"home_and_over": "{{home}} \u0026 over {{total}}",
			"home_and_under": "{{home}} \u0026 under {{total}}"
		}
	},
	"archery.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"archery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"archery.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"archery.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"athletics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.player_disposals": {
		"Name": "Player disposals",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_goals": {
		"Name": "Player goals",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_handballs": {
		"Name": "Player handballs",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_kicks": {
		"Name": "Player kicks",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_marks": {
		"Name": "Player marks",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_tackles": {
		"Name": "Player tackles",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_1st_half": {
		"Name": "1st half - point range",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_ft": {
		"Name": "Point range",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.quarter_winning_margin": {
		"Name": "Quarter {{quarter}} - winning margin",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"aussie_rules.which_team_wins_the_rest_of_the_match_period_ft": {
		"Name": "Which team wins the rest of the match at {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winner": {
		"Name": "Winner",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winning_margin_period_ft": {
		"Name": "Winning margin",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.game_odd_even": {
		"Name": "Game {{game}} - odd/even",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "even",
			"odd": "odd"
		}
	},
	"badminton.game_point_handicap": {
		"Name": "Game {{game}} - point handicap",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.game_pointnr": {
		"Name": "Game {{game}} - point {{point}}",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_race_to_points": {
		"Name": "Game {{game}} - race to point {{point}}",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_total_points": {
		"Name": "Game {{game}} - total points",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.nr_games_by_extra_points": {
		"Name": "How many games will be decided by extra points",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bandy.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"bandy.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.1x2_and_total_period_ot": {
		"Name": "1x2 \u0026 total (Incl. extra innings)",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 over {{total}}",
			"away_and_under": "{{away}} \u0026 under {{total}}",
			"draw_and_over": "Draw \u0026 over {{total}}",
			"draw_and_under": "Draw \u0026 under {{total}}",
			"home_and_over": "{{home}} \u0026 over {{total}}",
			"home_and_under": "{{home}} \u0026 under {{total}}"
		}
	},
	"baseball.batter_runs": {
		"Name": "Batter runs",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.both_teams_to_score_in_inning": {
		"Name": "Inning {{inning}} - Both teams to score",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"baseball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.handicap_in_inning": {
		"Name": "Inning {{inning}} - Handicap",
		"Variables": [
			"inning",
			"handicap"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"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.highest_scoring_inning": {
		"Name": "Highest scoring inning",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=innings1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5\u0026period=inning6\u0026period=inning7\u0026period=inning8\u0026period=inning9",
		"Outcomes": {
			"1st_inning": "1st inning",
			"2nd_inning": "2nd inning",
			"3rd_inning": "3rd inning",
			"4th_inning": "4th inning",
			"5th_inning": "5th inning",
			"6th_inning": "6th inning",
			"7th_inning": "7th inning",
			"8th_inning": "8th inning",
			"9th_inning": "9th inning",
			"equal": "Equal"
		}
	},
	"baseball.hit_on_pitch_pitchnr": {
		"Name": "Hit on pitch {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"baseball.home_run_on_pitch_pitchnr": {
		"Name": "Home run on pitch {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"baseball.inning_1x2": {
		"Name": "Inning {{inning}} - 1x2",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"baseball.inning_match_decision": {
		"Name": "When will the match be decided",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"any_extra_inning": "Any extra inning",
			"bottom_of_9th_inning": "Bottom of 9th inning",
			"top_of_9th_inning": "Top of 9th inning"
		}
	},
	"baseball.max_consecutive_runs": {
		"Name": "Maximum consecutive runs by either team",
		"Description": "Most number of runs scored by either team consecutively",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"dynamic.runs": "{{runs}}"
		}
	},
	"baseball.moneyline": {
		"Name": "Money Line",
		"Primary": true,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"baseball.player_total_batter_runs_and_runs_batted_in_period_ot": {
		"Name": "{{player}} total batter runs + runs batted in (Incl. extra innings)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.race_to_runs": {
		"Name": "Race to {{run}} runs (Incl. extra innings)",
		"Variables": [
			"run"
		],
		"Split": "period=ot\u0026run={{run}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.result_of_pitch": {
		"Name": "Result of pitch {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"ball": "Ball",
			"hit": "Hit",
			"other": "Other",
			"strike": "Strike"
		}
	},
	"baseball.result_of_player_at_bat": {
		"Name": "Result of {{player}} at bat {{appearancenr}}",
		"Variables": [
			"player",
			"appearancenr"
		],
		"Split": "player={{player}}\u0026appearancenr={{appearancenr}}",
		"Outcomes": {
			"home_run": "Home run",
			"on_base": "On base",
			"out": "Out"
		}
	},
	"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.run_range_period_ot": {
		"Name": "Run range (Incl. extra innings)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.run_runnr_period_ot": {
		"Name": "Run {{runnr}} (Incl. extr innings)",
		"Variables": [
			"runnr"
		],
		"Split": "runnr={{runnr}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"baseball.team_total_home_runs_period_ot": {
		"Name": "{{team}} total home runs (Incl. extra innings)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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.total_hits_in_inning": {
		"Name": "Inning {{inning}} - Total Hits",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}_hits",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_hits_period_ot": {
		"Name": "Total hits (Incl. extra innings)",
		"Variables": [
			"total"
		],
		"Split": "period=ft_hits\u0026period=ot_hits",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_home_runs_period_ot": {
		"Name": "Total home runs (Incl. extra innings)",
		"Variables": [
			"total"
		],
		"Split": "period=ot_home_runs\u0026period=ft_home_runs",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_in_inning": {
		"Name": "Inning {{inning}} - Total",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_scoreless_innings": {
		"Name": "Total scoreless innings",
		"Description": "The total number of innings when the batting team fails to score a run",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5\u0026period=inning6\u0026period=inning7\u0026period=inning8\u0026period=inning9",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": 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}}"
		}
	},
	"baseball.with_extra_inning": {
		"Name": "Will there be an extra inning",
		"Description": "Extra inning occurs when the scores are tied at the end of the 9th inning",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"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.1st_half_winning_margin": {
		"Name": "1st half - winning margin",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.1x2": {
		"Name": "1x2 (Excl. Overtime)",
		"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)",
		"Deprecated": true,
		"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_1x2_incl_ot.v2": {
		"Name": "2nd half - 1x2 (Incl. Overtime)",
		"Deprecated": true,
		"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=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\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.any_team_to_lead_by_points": {
		"Name": "Any team to lead by {{point}}",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"basketball.any_team_total_maximum_consecutive_points": {
		"Name": "Any team total maximum consecutive points",
		"Description": "Most number of points scored by either team consecutively",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.anytime_exact_score": {
		"Name": "Anytime exact score {{homepoints}}:{{awaypoints}}",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"basketball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_2h_incl_ot": {
		"Name": "2nd half - handicap (Incl. Overtime)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h_incl_ot",
		"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)",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.highest_scoring_quarter": {
		"Name": "Highest scoring quarter",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1st quarter",
			"2nd_quarter": "2nd quarter",
			"3rd_quarter": "3rd quarter",
			"4th_quarter": "4th quarter",
			"equal": "Equal"
		}
	},
	"basketball.moneyline": {
		"Name": "Money Line",
		"Primary": true,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"basketball.player_assists": {
		"Name": "{{player}} (Assists)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_blocks": {
		"Name": "{{player}} (Blocks)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_double_double": {
		"Name": "{{player}} (Double+Double)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_points": {
		"Name": "{{player}} (Points)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_points_rebounds_assists": {
		"Name": "{{player}} (Pts+Rebs+Asts)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_rebounds": {
		"Name": "{{player}} (Rebounds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_steals_blocks": {
		"Name": "{{player}} (Steals+Blocks)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_three_point_field_goals": {
		"Name": "{{player}} (3 Point FG)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_turnovers": {
		"Name": "{{player}} (Turnovers)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.point_range": {
		"Name": "Point range (Excl. Overtime)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.quarter_winning_margin": {
		"Name": "Quarter {{quarter}} - winning margin",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.race_to_home_x_and_away_y_points": {
		"Name": "Race to home {{homepoints}} and away {{awaypoints}} points",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points": {
		"Name": "Race to {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points_incl_ot": {
		"Name": "Race to {{point}} points (Incl. Overtime)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.scoring_type_pointnr": {
		"Name": "Scoring type {{point}} point (Incl. Overtime)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} 1 point score",
			"away_2": "{{away}} 2 point score",
			"away_3": "{{away}} 3 point score",
			"home_1": "{{home}} 1 point score",
			"home_2": "{{home}} 2 point score",
			"home_3": "{{home}} 3 point score"
		}
	},
	"basketball.team_to_lead_by_points": {
		"Name": "{{team}} to lead by {{point}}",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"basketball.team_total_maximum_consecutive_points": {
		"Name": "{{team}} total maximum consecutive points",
		"Description": "Most number of points scored by named team consecutively",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"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": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.winning_margin": {
		"Name": "Winning margin (Incl. Overtime)",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"beach_soccer.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.handicap": {
		"Name": "Point handicap",
		"Primary": true,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.handicap": {
		"Name": "Set handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"bowls.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"bowls.set_1x2": {
		"Name": "Set {{set}} - 1x2",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"bowls.set_and_end_total": {
		"Name": "Set {{set}} end {{end}} - total",
		"Variables": [
			"set",
			"end",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"bowls.set_and_end_winner": {
		"Name": "Set {{set}} end {{end}} - winner",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_draw_no_bet": {
		"Name": "Set {{set}} - draw no bet",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_end_exact_points": {
		"Name": "Set {{set}} end {{end}} - exact points",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"0": "0",
			"1": "1",
			"2": "2",
			"3": "3",
			"4": "4"
		}
	},
	"bowls.set_end_odd_even": {
		"Name": "Set {{set}} end {{end}} - odd/even",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"even": "even",
			"odd": "odd"
		}
	},
	"bowls.set_handicap": {
		"Name": "Set {{set}} - handicap",
		"Variables": [
			"handicap",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"bowls.set_point": {
		"Name": "Set {{set}} - point {{point}}",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_race_to_points": {
		"Name": "Set {{set}} - race to {{point}} points",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_team_total": {
		"Name": "Set {{set}} - {{team}} total",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026set={{set}}",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "under {{total}}"
		}
	},
	"bowls.set_total": {
		"Name": "Set {{set}} - total",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"bowls.totals": {
		"Name": "Total sets",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"bowls.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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.will_the_fight_go_the_distance": {
		"Name": "Will the fight go the distance",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"boxing.winner": {
		"Name": "To Win Fight",
		"Primary": true,
		"CashoutAvailable": 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}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "Winner \u0026 round range",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winning_method": {
		"Name": "Winning method",
		"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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",
		"Deprecated": true,
		"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"chess.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"chess.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"chess.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"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_knife_round_winner": {
		"Name": "Map {{map}} knife round - winner",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_odd_even_rounds": {
		"Name": "Map {{map}} - odd/even rounds (Incl. Overtime)",
		"Deprecated": true,
		"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_player_with_most_deaths": {
		"Name": "Map {{map}} - player with the most deaths (Incl. Overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "Map {{map}} - player with most kills (Incl. Overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "Map {{map}} - race to {{round}} rounds",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_bomb_defused": {
		"Name": "Map {{map}} round {{round}} - bomb defused",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "Map {{map}} round {{round}} - bomb planted",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"counter_strike.map_round_handicap": {
		"Name": "Map {{map}} - round handicap (Incl. Overtime)",
		"Deprecated": true,
		"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_kill_handicap": {
		"Name": "Map {{map}} round {{round}} - kill handicap",
		"Variables": [
			"handicap",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_kill_number": {
		"Name": "Map {{map}} round {{round}} - {{kill}} kill",
		"Variables": [
			"map",
			"round",
			"kill"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}\u0026kill={{kill}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_player_with_kills": {
		"Name": "Map {{map}} round {{round}} - player with {{kill}} kill",
		"Variables": [
			"map",
			"round",
			"kill"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}\u0026kill={{kill}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_round_team_total_kills": {
		"Name": "Map {{map}} round {{round}} - {{team}} total kills",
		"Variables": [
			"team",
			"map",
			"round",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.map_round_total_kills": {
		"Name": "Map {{map}} round {{round}} - total kills",
		"Variables": [
			"total",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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_headshots": {
		"Name": "Map {{map}} - total headshots (Incl. Overtime)",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"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_will_there_be_an_ace": {
		"Name": "Map {{map}} - will there be an ace (Incl. Overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "Map {{map}} - will there be Overtime",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"counter_strike.map_winner": {
		"Name": "Map {{map}} - winner (Incl. Overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_xth_kill": {
		"Name": "Map {{map}} - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.any_player_to_score_milestone": {
		"Name": "Any player to score {{milestone}}",
		"Deprecated": true,
		"Variables": [
			"milestone"
		],
		"Split": "period=ft\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.any_player_to_score_milestone.v2": {
		"Name": "Innings {{innings}} - Any player to score {{milestone}} runs",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.away_home_supremacy": {
		"Name": "{{away}}/{{home}} supremacy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"buy": "Buy",
			"mid": "Mid",
			"sell": "Sell"
		}
	},
	"cricket.day_session_total": {
		"Name": "Day {{day}} session {{session}} total",
		"Description": "How many runs in that session of that day?",
		"Variables": [
			"day",
			"session",
			"total"
		],
		"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.home_away_supremacy": {
		"Name": "{{home}}/{{away}} supremacy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"buy": "Buy",
			"mid": "Mid",
			"sell": "Sell"
		}
	},
	"cricket.innings_dismissal_batter_out": {
		"Name": "Innings {{innings}}, dismissal {{dismissal}} - Next Batter Out",
		"Description": "Which batter will be dismissed next?",
		"Variables": [
			"innings",
			"dismissal",
			"player"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.innings_over_x_team_run_range": {
		"Name": "Innings {{innings}} over {{over}} - {{team}} run range",
		"Variables": [
			"innings",
			"over",
			"team"
		],
		"Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.innings_over_x_team_total": {
		"Name": "Innings {{innings}} over {{over}} - {{team}} total",
		"Variables": [
			"innings",
			"over",
			"team",
			"total"
		],
		"Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_over_x_xth_delivery_team_exact_runs": {
		"Name": "Innings {{innings}} over {{over}} - delivery {{delivery}} {{team}} exact runs",
		"Variables": [
			"delivery",
			"innings",
			"over",
			"team"
		],
		"Split": "delivery={{delivery}}\u0026over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.innings_over_x_xth_delivery_team_total": {
		"Name": "Innings {{innings}} over {{over}} - delivery {{delivery}} {{team}} total",
		"Variables": [
			"delivery",
			"innings",
			"over",
			"team",
			"total"
		],
		"Split": "delivery={{delivery}}\u0026over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_overs_0_to_x_1x2": {
		"Name": "Innings {{innings}} overs 0 to {{to_over}} - 1x2",
		"Variables": [
			"innings",
			"to_over"
		],
		"Split": "period=innings{{innings}}\u0026to_over={{to_over}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"cricket.innings_overs_0_to_x_team_run_range": {
		"Name": "innings {{innings}} overs 0 to {{to_over}} - {{team}} run range",
		"Variables": [
			"innings",
			"team",
			"to_over"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026to_over={{to_over}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.innings_overs_0_to_x_team_total": {
		"Name": "Innings {{innings}} overs 0 to {{to_over}} - {{team}} total",
		"Variables": [
			"innings",
			"team",
			"to_over",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026to_over={{to_over}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_player_runs_conceded": {
		"Name": "Innings {{innings}} - {{player}} runs conceded",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_player_to_score_milestone": {
		"Name": "Innings {{innings}} - {{player}} to score {{milestone}}",
		"Description": "Will the batter score that many runs?",
		"Variables": [
			"innings",
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.innings_player_total_deliveries_faced": {
		"Name": "Innings {{innings}} - {{player}} total deliveries faced",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_player_total_fours": {
		"Name": "Innings {{innings}} - {{player}} total fours",
		"Description": "Fours scored by the batter",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_team_run_range": {
		"Name": "Innings {{innings}} - {{team}} run range",
		"Variables": [
			"innings",
			"team"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.innings_team_top_batter": {
		"Name": "Innings {{innings}} - {{team}} top batter",
		"Variables": [
			"innings",
			"team"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.innings_team_total": {
		"Name": "Innings {{innings}} - {{team}} total",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_team_total_at_xth_dismissal": {
		"Name": "Innings {{innings}} - {{team}} total at dismissal {{dismissal}}",
		"Variables": [
			"dismissal",
			"innings",
			"team",
			"total"
		],
		"Split": "dismissal={{dismissal}}\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_team_total_fours": {
		"Name": "Innings {{innings}} - {{team}} total fours",
		"Description": "How many fours will the team score?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_team_total_sixes": {
		"Name": "Innings {{innings}} - {{team}} total sixes",
		"Description": "How many sixes will the team score?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_total": {
		"Name": "Total Runs",
		"Deprecated": true,
		"Description": "Total Runs",
		"Variables": [
			"inningnr",
			"total"
		],
		"Split": "period=ft\u0026period=inning{{inningnr}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"cricket.over_team_total": {
		"Name": "Over {{over}} - {{team}} total",
		"Variables": [
			"over",
			"total",
			"team"
		],
		"Split": "team={{team}}\u0026period=over{{over}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.over_total_runs_spread": {
		"Name": "Over {{over}} - total runs spread",
		"Variables": [
			"over"
		],
		"Split": "over={{over}}",
		"Outcomes": {
			"buy": "Buy",
			"mid": "Mid",
			"sell": "Sell"
		}
	},
	"cricket.player_to_score_milestone": {
		"Name": "{{player}} to score {{milestone}}",
		"Description": "Will the batter score that many runs?",
		"Variables": [
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.player_total": {
		"Name": "{{player}} total",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.player_total_fours": {
		"Name": "{{player}} total fours",
		"Description": "Fours scored by the batter",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.player_total_player_performance": {
		"Name": "{{player}} total player performance",
		"Description": "The player performance points (1pt/run, 20pts/wicket, 10pts/catch, 25pts/stumping)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_run_range": {
		"Name": "{{team}} run range",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.team_total_at_dismissal": {
		"Name": "{{team}} total at dismissal {{dismissal}}",
		"Variables": [
			"team",
			"total",
			"dismissal"
		],
		"Split": "period=ft\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_fours": {
		"Name": "{{team}} total fours",
		"Description": "How many fours will the team score?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_from_0_over_to_x_over": {
		"Name": "Overs 0 to {{to_over}} - {{team}} total",
		"Variables": [
			"to_over",
			"team",
			"total"
		],
		"Split": "period=ft\u0026to_over={{to_over}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_in_highest_scoring_over": {
		"Name": "{{team}} total in the highest scoring over",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_sixes": {
		"Name": "{{team}} total sixes",
		"Description": "How many sixes will the team score?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_totals": {
		"Name": "{{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_with_highest_score_at_dismmissal": {
		"Name": "Team with highest score at dismissal {{dismissal}}",
		"Variables": [
			"dismissal"
		],
		"Split": "dismissal={{dismissal}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"cricket.test_1x2": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": 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_any_player_score_milestone": {
		"Name": "Innings {{innings}} - any player to score {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.test_match_innings_over_team_total": {
		"Name": "Innings {{innings}} Over {{over}} - {{team}} total",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026period=over{{over}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_innings_team_total_at_dismissal": {
		"Name": "Innings {{innings}} - {{team}} total at dismissal {{dismissal}}",
		"Variables": [
			"innings",
			"team",
			"dismissal",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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_match_player_total": {
		"Name": "Innings {{innings}} - {{player}} total",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_team_run_range": {
		"Name": "Innings {{innings}} - {{team}} run range",
		"Variables": [
			"innings",
			"team"
		],
		"Split": "period=ft\u0026period=innnings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.test_match_team_total_in_highest_scoring_over": {
		"Name": "Innings {{innings}} - {{team}} total in the highest scoring over",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_team_with_top_batter": {
		"Name": "Team with top batter",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.test_winner": {
		"Name": "Match Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.top_batter": {
		"Name": "Top batter",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.top_batter_total": {
		"Name": "Top batter total",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.top_bowler": {
		"Name": "Top bowler",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.total_in_highest_scoring_over": {
		"Name": "Total in the highest scoring over",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.total_sixes": {
		"Name": "Total sixes",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.total_wides": {
		"Name": "Total wides",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.will_there_be_a_super_over": {
		"Name": "Will there be a super over",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.will_there_be_a_tie": {
		"Name": "Will there be a tie",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"cricket.winner": {
		"Name": "Match Winner (Incl. Superovers)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"crossfire.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"crossfire.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"curling.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"curling.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"curling.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"curling.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"cycling.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.head2head": {
		"Name": "Head2head",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cycling.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"darts.180s_handicap": {
		"Name": "180s handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.correct_score_in_sets": {
		"Name": "Correct score (in sets)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.handicap_legs": {
		"Name": "Leg handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.handicap_sets": {
		"Name": "Set handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.most_180s": {
		"Name": "Most 180s",
		"Description": "Which player will record the most 180's? i.e. 180 = 3 triple 20's in one turn",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"darts.odd_even_sets": {
		"Name": "Odd/Even Sets",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"darts.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"darts.set_correct_score_in_legs": {
		"Name": "Set {{set}} - correct score (in legs)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "Set {{set}} leg {{leg}} - any player to score a 180",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "Set {{set}} leg {{leg}} - checkout color",
		"Description": "Will the final dart of the leg be green or red?",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "Green",
			"red": "Red"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "Set {{set}} - leg handicap",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.set_leg_team_to_score_a_180": {
		"Name": "Set {{set}} leg {{leg}} - {{team}} to score a 180",
		"Variables": [
			"set",
			"leg",
			"team"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}\u0026team={{team}}",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"darts.set_leg_total_darts": {
		"Name": "Set {{set}} leg {{leg}} - total darts",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "Set {{set}} leg {{leg}} - winner",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "Set {{set}} - most 180s",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "Set {{set}} - odd/even legs",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "Set {{set}} - {{team}} total 180s",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "Set {{set}} - total 180s",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "Set {{set}} - total legs",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_which_player_wins_the_rest": {
		"Name": "Set {{set}} - which player wins the rest",
		"Variables": [
			"set",
			"score"
		],
		"Split": "period=default\u0026set={{set}}\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"darts.set_winner": {
		"Name": "Set {{set}} - winner",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.team_total_180s": {
		"Name": "{{team}} total 180s",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "Total 180s",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.total_legs": {
		"Name": "Total legs",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.total_sets": {
		"Name": "Total Sets",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_10_minutes_total_kills": {
		"Name": "Map {{map}} 10 minutes total kills from {{from}} to {{to}}",
		"Variables": [
			"total",
			"map",
			"from",
			"to"
		],
		"Split": "period=default\u0026map={{map}}\u0026from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_aegis_handicap": {
		"Name": "Map {{map}} - aegis handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_draw_no_bet": {
		"Name": "Map {{map}} - kill draw no bet",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_kill_handicap": {
		"Name": "Map {{map}} - kill handicap",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_handicap_v2": {
		"Name": "Map {{map}} - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_most_kills": {
		"Name": "Map {{map}} - Most Kills",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_player_with_highest_creep_score": {
		"Name": "Map {{map}} - player with highest creep score",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "Map {{map}} - race to level {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_race_to_xth_kills": {
		"Name": "Map {{map}} - race to {{xth}} kills",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_race_to_xth_net_worth": {
		"Name": "Map {{map}} - race to {{xth}} net worth",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_team_total_kills": {
		"Name": "Map {{map}} - {{team}} total kills",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "Map {{map}} - total aegis",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_kills": {
		"Name": "Map {{map}} - total kills",
		"Deprecated": true,
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_kills_v2": {
		"Name": "Map {{map}} - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_tower": {
		"Name": "Map {{map}} - total towers",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "Map {{map}} - tower handicap",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Deprecated": true,
		"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.map_xth_aegis": {
		"Name": "Map {{map}} - {{xth}} aegis",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_barracks": {
		"Name": "Map {{map}} - Barracks {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "Map {{map}} - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "Map {{map}} - {{xth}} shrine",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "Map {{map}} - {{xth}} tower",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.will_there_be_a_rampage": {
		"Name": "Will there be a rampage",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "Will there be an ultra kill",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"dota_2.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"entertainment.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"entertainment.over_under": {
		"Name": "Over/Under",
		"Variables": [
			"price"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{price}}",
			"under": "Under {{price}}"
		}
	},
	"esport_aoe.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_aoe.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_arena_of_valor.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_arena_of_valor.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.match_3_way": {
		"Name": "3-way",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_bga.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_bga.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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,
		"CashoutAvailable": 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_extratime": {
		"Name": "Asian Handicap - Extra Time",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"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.booking_match_odds": {
		"Name": "Booking Match odds",
		"Variables": [],
		"Split": "period=period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"esport_fifa.booking_nr": {
		"Name": "Booking {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"esport_fifa.both_teams_to_score": {
		"Name": "Both teams to score",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"esport_fifa.corner_handicap": {
		"Name": "Corner handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.corner_match_odds": {
		"Name": "Corner Match odds",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"esport_fifa.corner_nr": {
		"Name": "Corner {{corner}}",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.goal_nr": {
		"Name": "Goal {{goal}}",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"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,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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",
		"Deprecated": true,
		"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.team_win_to_nil": {
		"Name": "{{team}} win to nil",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"esport_fifa.total_booking_points": {
		"Name": "10-25 Total Booking Points",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_bookings": {
		"Name": "Total bookings",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_corners": {
		"Name": "Total corners",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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_ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_king_of_glory.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.map_handicap": {
		"Name": "Map Handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_kill_handicap": {
		"Name": "Map {{map}} - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_most_kills": {
		"Name": "Map {{map}} - Most Kills",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_king_of_glory.map_team_total_kills": {
		"Name": "Map {{map}} - {{team}} total kills",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_king_of_glory.map_total_kills": {
		"Name": "Map {{map}} - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_king_of_glory.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}\u0026period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_king_of_glory.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.total_maps": {
		"Name": "Total Maps",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_king_of_glory.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_madden.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.1st_half_winning_margin": {
		"Name": "1st half - winning margin",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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)",
		"Deprecated": true,
		"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_1x2_incl_ot.v2": {
		"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=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\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.any_team_to_lead_by_points": {
		"Name": "Any team to lead by {{point}}",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"esport_nba2k.any_team_total_maximum_consecutive_points": {
		"Name": "Any team total maximum consecutive points",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.highest_scoring_quarter": {
		"Name": "Highest scoring quarter",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1st quarter",
			"2nd_quarter": "2nd quarter",
			"3rd_quarter": "3rd quarter",
			"4th_quarter": "4th quarter",
			"equal": "Equal"
		}
	},
	"esport_nba2k.odd_even": {
		"Name": "Odd/Even",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"esport_nba2k.odd_even_period_first_half": {
		"Name": "1st half - odd/even",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"esport_nba2k.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.point_range": {
		"Name": "Point range (Excl. Overtime)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.quarter_winning_margin": {
		"Name": "Quarter {{quarter}} - winning margin",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away_by_3_plus": "{{away}} by 3+",
			"home_by_3_plus": "{{home}} by 3+",
			"other": "Other"
		}
	},
	"esport_nba2k.race_to_points": {
		"Name": "Race to {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.race_to_points_incl_ot": {
		"Name": "Race to {{point}} points (Incl. Overtime)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.scoring_type_pointnr": {
		"Name": "Scoring type {{point}} point (Incl. Overtime)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} 1 point score",
			"away_2": "{{away}} 2 point score",
			"away_3": "{{away}} 3 point score",
			"home_1": "{{home}} 1 point score",
			"home_2": "{{home}} 2 point score",
			"home_3": "{{home}} 3 point score"
		}
	},
	"esport_nba2k.team_to_lead_by_points": {
		"Name": "{{team}} to lead by {{point}}",
		"Description": "The highest number of points either team is leading by at any time",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"esport_nba2k.team_total_maximum_consecutive_points": {
		"Name": "{{team}} total maximum consecutive points",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"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": "Total",
		"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "Winning margin (Incl. Overtime)",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_valorant.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.map_round_handicap": {
		"Name": "Map {{map}} - handicap (Incl. Overtime)",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_team_total_rounds": {
		"Name": "Map {{map}} - {{team}} total",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_valorant.map_total_rounds": {
		"Name": "Map {{map}} - Total (Incl. Overtime)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_valorant.map_winner": {
		"Name": "Map {{map}} - winner",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_warcraft.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_warcraft.totals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_warcraft.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"field_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"field_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"floorball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"floorball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"formula_1.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"golf.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"greyhound.exacta": {
		"Name": "Exacta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Other",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright": {
		"Name": "{{market_name}}",
		"Deprecated": true,
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright.v2": {
		"Name": "{{name}}",
		"Deprecated": true,
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"greyhound.place": {
		"Name": "Place",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.place.v2": {
		"Name": "Place ({{position}} TBP)",
		"Deprecated": 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}}"
		}
	},
	"greyhound.quinella": {
		"Name": "Quinella",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Other",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.show": {
		"Name": "Show",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trifecta": {
		"Name": "Trifecta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Other",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trio": {
		"Name": "Trio",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Other",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win": {
		"Name": "Win",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win.v2": {
		"Name": "Winner",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.win_sp.v2": {
		"Name": "Winner (SP)",
		"Deprecated": 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}}"
		}
	},
	"greyhounds.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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)",
		"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"handball.winner": {
		"Name": "Winner (Incl. Overtime and Penalties)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"hearthstone.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"hearthstone.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"heroes_of_the_storm.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"horse_racing.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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}}"
		}
	},
	"horse_racing.win.v2": {
		"Name": "Winner",
		"Primary": true,
		"Description": "Winner of the race",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win_sp": {
		"Name": "Winner (SP)",
		"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}}"
		}
	},
	"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.all_periods_under": {
		"Name": "All periods under {{total}}",
		"Variables": [
			"total"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"no": "no",
			"yes": "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",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.exact_goals_period_ft_incl_et_and_penalty_shootout": {
		"Name": "Exact goals (Incl. Overtime and Penalties)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=et\u0026period=penalty_shootout",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.goal_nr": {
		"Name": "Goal {{goal}}",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"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 (Excl. Overtime and Penalties)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.highest_scoring_period": {
		"Name": "Highest scoring period",
		"Variables": [],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"1st_period": "1st period",
			"2nd_period": "2nd period",
			"3rd_period": "3rd period",
			"equal": "equal"
		}
	},
	"ice_hockey.last_goal": {
		"Name": "Last goal",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "none"
		}
	},
	"ice_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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_both_teams_to_score": {
		"Name": "Period {{period}} - both teams to score",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"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_last_team_to_score": {
		"Name": "Period {{period}} - last team to score",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"ice_hockey.period_team_total": {
		"Name": "Period {{period}} {{team}} Total",
		"Variables": [
			"team",
			"total",
			"period"
		],
		"Split": "period=p{{period}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.period_total": {
		"Name": "Period {{period}} - total",
		"Variables": [
			"total",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.period_which_team_to_score": {
		"Name": "Period {{period}} - which team to score",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"both_teams": "Both Teams",
			"none": "None",
			"only_away": "Only {{away}}",
			"only_home": "Only {{home}}"
		}
	},
	"ice_hockey.period_winner": {
		"Name": "Period {{period}} - Winner",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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_to_score_in_all_periods": {
		"Name": "{{team}} to score in all periods",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"ice_hockey.team_to_score_in_first_period": {
		"Name": "{{team}} To Score 1st Period",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"ice_hockey.team_total": {
		"Name": "{{team}} total (Excl. Overtime and Penalties)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.team_total_incl_overtime_and_penalties": {
		"Name": "{{team}} total (Incl. Overtime and Penalties)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.total": {
		"Name": "Total (Excl. Overtime and Penalties)",
		"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_to_score": {
		"Name": "Which team to score",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"both_teams": "both teams",
			"none": "none",
			"only_away": "only {{away}}",
			"only_home": "only {{home}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.winning_margin": {
		"Name": "Winning margin",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.winning_margin_incl_overtime_and_penalties": {
		"Name": "Winning margin (Incl. Overtime and Penalties)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} by 1",
			"away_by_2": "{{away}} by 2",
			"away_by_3": "{{away}} by 3+",
			"away_by_4": "{{away}} by 4",
			"away_by_5_plus": "{{away}} by 5+",
			"away_by_exact_3": "{{away}} by 3",
			"home_by_1": "{{home}} by 1",
			"home_by_2": "{{home}} by 2",
			"home_by_3": "{{home}} by 3+",
			"home_by_4": "{{home}} by 4",
			"home_by_5_plus": "{{home}} by 5+",
			"home_by_exact_3": "{{home}} by 3"
		}
	},
	"kabaddi.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"kabaddi.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"league_of_legends.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet": {
		"Name": "Map {{map}} - kill draw no bet",
		"Deprecated": true,
		"Description": "Choose the team you think will win. In the result of a draw stakes are returned.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet.v2": {
		"Name": "Map {{map}} - kill draw no bet",
		"Description": "Choose the team you think will win. In the result of a draw stakes are returned.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_handicap": {
		"Name": "Map {{map}} - kill handicap",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_handicap.v2": {
		"Name": "Map {{map}} - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_team_total_kills": {
		"Name": "Map {{map}} - {{team}} total kills",
		"Variables": [
			"team",
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"league_of_legends.map_total_kills": {
		"Name": "Map {{map}} - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"league_of_legends.map_winner": {
		"Name": "Map {{map}} - winner",
		"Deprecated": true,
		"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.map_xth_baron": {
		"Name": "Map {{map}} - baron {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_dragon": {
		"Name": "Map {{map}} - dragon {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_inhibitor": {
		"Name": "Map {{map}} - inhibitor {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_kill": {
		"Name": "Map {{map}} - kill {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_tower": {
		"Name": "Map {{map}} - tower {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"mma.will_the_fight_go_the_distance": {
		"Name": "Will the fight go the distance",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"mma.winner": {
		"Name": "To Win Fight",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.winner_exact_rounds": {
		"Name": "Winner \u0026 exact rounds",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.winning_method": {
		"Name": "Winning method",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.head2head": {
		"Name": "Head2head",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"motorsport.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"olympics.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"olympics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"olympics.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"olympics.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"olympics.winner": {
		"Name": "Winner",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"overwatch.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.map_handicap": {
		"Name": "Map Handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_kill_handicap": {
		"Name": "Map {{map}} - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_most_kills": {
		"Name": "Map {{map}} - Most Kills",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.map_team_total_kills": {
		"Name": "Map {{map}} - {{team}} total kills",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"overwatch.map_total_kills": {
		"Name": "Map {{map}} - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"overwatch.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}\u0026period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"overwatch.total_maps": {
		"Name": "Total Maps",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"overwatch.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"pesapallo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"pesapallo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"politics.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.government": {
		"Name": "Government",
		"Description": "Government after election",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.house_majority": {
		"Name": "House Majority",
		"Description": "House Majority",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.most_seats": {
		"Name": "Most Seats",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.next_chancellor": {
		"Name": "Next Chancellor",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright": {
		"Name": "{{market_name}}",
		"Deprecated": true,
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright.v2": {
		"Name": "{{name}}",
		"Deprecated": true,
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"politics.party_of_next_chancellor": {
		"Name": "Party of Next Chancellor",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.party_vote_percentage": {
		"Name": "{{party}} Vote Percentage",
		"Variables": [
			"party"
		],
		"Split": "party={{party}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.senate_majority": {
		"Name": "Senate Majority",
		"Description": "Senate Majority",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"rainbow_six.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rainbow_six.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rocket_league.handicap": {
		"Name": "Map handicap",
		"Primary": true,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "3-way handicap market e.g. England v Wales: England 0:19 = England need to win by 20 or more, Draw 0:19 = England to win by exactly 19 points, Wales 0:19 = Wales need to win or lose by 18 points or less.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Draw {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"rugby_league.next_scoring_play": {
		"Name": "Next scoring play at {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} with drop goal",
			"away_with_penalty": "{{away}} with penalty",
			"away_with_try": "{{away}} with try",
			"home_with_drop_goal": "{{home}} with drop goal",
			"home_with_penalty": "{{home}} with penalty",
			"home_with_try": "{{home}} with try"
		}
	},
	"rugby_league.odd_even": {
		"Name": "Odd/Even",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"rugby_league.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.race_to_points": {
		"Name": "Race to {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"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.total_tries": {
		"Name": "Total tries",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_league.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_league.try_handicap": {
		"Name": "Try handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.which_team_wins_the_rest_of_the_match": {
		"Name": "Which team wins the rest of the match at {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"rugby_league.winner": {
		"Name": "Money Line",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.winning_margin_period_ft": {
		"Name": "Winning margin",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "3-way handicap market eg. England v Wales: England 0:19 = England need to win by 20 or more. Draw 0:19 = England need to win by exactly 19 points. Wales 0:19 Wales start with a 19 point lead and must be above England’s total score to win",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Draw {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"rugby_union.next_scoring_play": {
		"Name": "Next scoring play at {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} with drop goal",
			"away_with_penalty": "{{away}} with penalty",
			"away_with_try": "{{away}} with try",
			"home_with_drop_goal": "{{home}} with drop goal",
			"home_with_penalty": "{{home}} with penalty",
			"home_with_try": "{{home}} with try"
		}
	},
	"rugby_union.odd_even": {
		"Name": "Odd/Even",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"rugby_union.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.race_to_points": {
		"Name": "Race to {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"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.total_tries": {
		"Name": "Total tries",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_union.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_union.try_handicap": {
		"Name": "Try handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.which_team_wins_the_rest_of_the_match": {
		"Name": "Which team wins the rest of the match at {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"rugby_union.winner": {
		"Name": "Money Line",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_union.winning_margin_period_ft": {
		"Name": "Winning margin",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"sailing.winner": {
		"Name": "Winner",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"snooker.correct_score": {
		"Name": "Correct score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"snooker.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.10_minutes_sending_off_from_to": {
		"Name": "10 minutes - sending off from {{from}} to {{to}}",
		"Variables": [
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"no": "no",
			"yes": "yes"
		}
	},
	"soccer.12_booking_handicap": {
		"Name": "1-2 Booking Handicap",
		"Description": "1 point=yellow card, 2 points=red card with maximum 3 points per player and only players on the pitch count",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_corner_handicap": {
		"Name": "1st half - corner handicap",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_total_corners": {
		"Name": "1st half - total corners",
		"Variables": [
			"total"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.5_minutes_team_total_corners_from_to": {
		"Name": "5 minutes - {{team}} total corners from {{from}} to {{to}}",
		"Variables": [
			"team",
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.5_minutes_total_from_to": {
		"Name": "5 minutes - total from {{from}} to {{to}}",
		"Variables": [
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.anytime_goalscorer": {
		"Name": "Anytime goalscorer",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "No Goal",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.anytime_goalscorer_and_1x2_period_ft": {
		"Name": "Anytime Goalscorer {{player}} x 1x2 (Match Winner)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}",
			"other": "Other"
		}
	},
	"soccer.asian_handicap": {
		"Name": "Asian Handicap",
		"Primary": true,
		"Description": "See our [article on Asian Handicap](/en/blog/posts/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.booking_match_odds": {
		"Name": "10-25 Booking Match odds",
		"Description": "Which team will receive the most booking points? (10=yellow card, 25=red card with maximum 35 points per player and only players on the pitch count.)",
		"Variables": [],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"soccer.booking_nr": {
		"Name": "Booking {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"soccer.booking_point_range_period_ft": {
		"Name": "Booking Point Range",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.both_teams_to_score": {
		"Name": "Both teams to score",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"soccer.both_teams_to_score_period_1h": {
		"Name": "1st Half Both Teams To Score",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"soccer.corner_handicap": {
		"Name": "Corner handicap",
		"Description": "Match bet between teams including the corner handicap. To count, a corner must be taken.",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_handicap_period_1h": {
		"Name": "1st half - corner handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_match_odds": {
		"Name": "Corner Match odds",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"soccer.corner_nr": {
		"Name": "Corner {{corner}}",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"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.double_chance_period_1h": {
		"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"
		}
	},
	"soccer.draw_no_bet": {
		"Name": "Draw no bet",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.draw_no_bet_period_1h": {
		"Name": "1st Half Draw No Bet",
		"Variables": [],
		"Split": "period=1h",
		"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"soccer.freetext.v2": {
		"Name": "{{market}}",
		"Variables": [
			"market"
		],
		"Split": "market={{market}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.freetext.v3": {
		"Name": "{{market_name_key}}",
		"Variables": [
			"market_name_key"
		],
		"Split": "market_name_key={{market_name_key}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.goal_nr": {
		"Name": "Goal {{goal}}",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "None"
		}
	},
	"soccer.goal_strike_zone": {
		"Name": "Goal {{goal}} - strike zone",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"high_center": "high center",
			"high_left": "high left",
			"high_right": "high right",
			"low_center": "low center",
			"low_left": "low left",
			"low_right": "low right"
		}
	},
	"soccer.goalnr_goalscorer": {
		"Name": "Goalscorer {{goal}}",
		"Description": "Goalscorer 1 market represents the first goalscorer of the match. If a chosen player does not start or is not on the field of play when the goal is scored, bets are void. Goalscorer 2 represents the second goal, Goalscorer 3 the third goal etc.",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"dynamic.no_goal": "No Goal",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.goalscorer_and_correct_score_period_ft": {
		"Name": "Goalscorer {{goalnr}} {{player}} \u0026 Correct Score",
		"Variables": [
			"goalnr",
			"player"
		],
		"Split": "player={{player}}\u0026goalnr={{goalnr}}",
		"Outcomes": {
			"dynamic.score": "{{score}}",
			"other": "Other"
		}
	},
	"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.handicap.penalty_shootout": {
		"Name": "Handicap - Penalty Shootout",
		"Variables": [
			"handicap"
		],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.handicap_1x2_period_1h": {
		"Name": "1st Half Handicap (1x2) {{handicap_score}}",
		"Description": "Home Team 0:1 = home team must win by 2 goals or more. Draw 0:1 = home team win by exactly one goal to win. Away Team 0:1 = away team must draw or win.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=1h\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Draw {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"soccer.last_corner": {
		"Name": "Last corner",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "none"
		}
	},
	"soccer.last_goalscorer": {
		"Name": "Last goalscorer",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "No Goal",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.match_odds": {
		"Name": "Full Time Result",
		"Primary": true,
		"CashoutAvailable": 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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"soccer.player_assists_period_ot": {
		"Name": "{{player}} Assists",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_goals_period_ot": {
		"Name": "{{player}} Goals",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_on_goal_period_ot": {
		"Name": "{{player}} Shots on Goal",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_period_ot": {
		"Name": "{{player}} Shots",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_tackles_period_ot": {
		"Name": "{{player}} Tackles",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_to_score_incl_ot": {
		"Name": "{{player}} to Score (Incl. Overtime)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"soccer.player_total_passes_period_ot": {
		"Name": "{{player}} Total Passes (Incl. Overtime)",
		"Description": "Total passes made by the player",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.player_total_shots_on_goal_period_ot": {
		"Name": "{{player}} Total Shots on Goal (Incl. Overtime)",
		"Description": "Total shots on goal taken by the player",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.player_total_shots_period_ot": {
		"Name": "{{player}} Total Shots (Incl. Overtime)",
		"Description": "Total shots taken by the player",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.player_total_tackles_period_ot": {
		"Name": "{{player}} Total Tackles (Incl. Overtime)",
		"Description": "Total tackles made by the player",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.sending_off_period_1h": {
		"Name": "1st Half Sending Off",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"soccer.sending_off_period_ft": {
		"Name": "Sending Off",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"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": {
		"Name": "To Qualify",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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.penalty_shootout_first_ten": {
		"Name": "Total - 1st 10 Penalties in Penalty Shootout",
		"Variables": [
			"total"
		],
		"Split": "period=penalty_shootout_first_ten",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_booking_points": {
		"Name": "10-25 Total Booking Points",
		"Description": "10 points=yellow card, 25 points=red card with maximum 35 points per player and only players on the pitch count",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_bookings": {
		"Name": "1-2 Total booking Points",
		"Description": "1 point=yellow card, 2 points=red card with maximum 3 points per player and only players on the pitch count",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_corners": {
		"Name": "Total corners",
		"Description": "Total number of corner kicks taken during regular time.",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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.when_will_goal_be_scored_intervals": {
		"Name": "When will goal {{goal}} be scored (10 min interval)",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"11_20": "11-20",
			"1_10": "1-10",
			"21_30": "21-30",
			"31_40": "31-40",
			"41_50": "41-50",
			"51_60": "51-60",
			"61_70": "61-70",
			"71_80": "71-80",
			"81_90": "81-90",
			"none": "none"
		}
	},
	"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}}"
		}
	},
	"soccer.will_there_be_penalty_shootout": {
		"Name": "Will there be a Penalty Shootout?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"soccer.winner_period_penalty_shootout": {
		"Name": "Winner - Penalty Shootout",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.winning_method": {
		"Name": "Winning Method",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_overtime": "{{away}} Overtime",
			"away_penalties": "{{away}} Penalties",
			"away_regular_time": "{{away}} Regular Time",
			"home_overtime": "{{home}} Overtime",
			"home_penalties": "{{home}} Penalties",
			"home_regular_time": "{{home}} Regular Time"
		}
	},
	"specials.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"specials.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": 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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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",
		"Deprecated": true,
		"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"street_fighter_v.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"street_fighter_v.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sumo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"swimming.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"swimming.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.exact_games": {
		"Name": "Exact games",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.game_odd_even": {
		"Name": "Game {{game}} - odd/even",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "even",
			"odd": "odd"
		}
	},
	"table_tennis.game_odd_even.v2": {
		"Name": "Game {{game}} - odd/even",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"even": "even",
			"odd": "odd"
		}
	},
	"table_tennis.game_point": {
		"Name": "Game {{game}} - point {{point}}",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_point_handicap": {
		"Name": "Game {{game}} - point handicap",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_point_handicap.v2": {
		"Name": "Game {{game}} - point handicap",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_race_to_points": {
		"Name": "Game {{game}} - race to {{point}} points",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_total_points": {
		"Name": "Game {{game}} - total points",
		"Deprecated": true,
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.game_total_points.v2": {
		"Name": "Game {{game}} - total points",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.game_winner": {
		"Name": "Game {{game}} - winner",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_winner.v2": {
		"Name": "Game {{game}} - winner",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.how_many_games_will_be_decided_by_extra_points": {
		"Name": "How many games will be decided by extra points",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.totals.v2": {
		"Name": "Total points",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.winner": {
		"Name": "Winner",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.any_set_to_nil": {
		"Name": "Any set to nil",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"tennis.correct_score": {
		"Name": "Correct score",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.exact_points": {
		"Name": "Exact Number of Points in Game {{game}} of Set {{set}}",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "set={{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"dynamic.point": "{{point}}"
		}
	},
	"tennis.exact_sets": {
		"Name": "Exact sets",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.game_handicap": {
		"Name": "Game Handicap (Super Tie Break counts as 1 game)",
		"Primary": true,
		"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_in_set": {
		"Name": "Set {{set}} - game handicap",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_void_supertiebreak": {
		"Name": "Game Handicap (VOID if 3rd Set Super Tie Break)",
		"Deprecated": true,
		"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.odd_even_games": {
		"Name": "Odd/Even Games",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"tennis.point_in_game_and_set": {
		"Name": "Set {{set}} game {{game}} - point {{point}} winner",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026point={{point}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.race_to_games_in_set": {
		"Name": "Set {{set}} - race to game {{game}}",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.race_to_points_in_set_and_game": {
		"Name": "Set {{set}} game {{game}} - race to {{point}} points",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026point={{point}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.set_correct_score": {
		"Name": "Set {{set}} - correct score",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.set_game_correct_score": {
		"Name": "Set {{set}} Game {{game}} - correct score",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"away_to_0": "{{away}} to 0",
			"away_to_15": "{{away}} to 15",
			"away_to_30": "{{away}} to 30",
			"away_to_40": "{{away}} to 40",
			"home_to_0": "{{home}} to 0",
			"home_to_15": "{{home}} to 15",
			"home_to_30": "{{home}} to 30",
			"home_to_40": "{{home}} to 40"
		}
	},
	"tennis.set_game_correct_score_or_break": {
		"Name": "Set {{set}} Game {{game}} - correct score or break",
		"Variables": [
			"set",
			"game",
			"server"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"break": "Break",
			"server_to_0": "{{server}} to 0",
			"server_to_15": "{{server}} to 15",
			"server_to_30": "{{server}} to 30",
			"server_to_40": "{{server}} to 40"
		}
	},
	"tennis.set_game_to_deuce": {
		"Name": "Set {{set}} Game {{game}} - to deuce",
		"Description": "Will the stated game be played 'to deuce'? i.e. a score of 40-40 anytime",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"tennis.set_handicap": {
		"Name": "Set Handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.set_tiebreak_total_points": {
		"Name": "Set {{set}} tiebreak - total points",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"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.team_total_games": {
		"Name": "{{team}} Total Games",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026team={{team}}\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.total_games": {
		"Name": "Total Games (Super Tie Break counts as 1 game) ",
		"Primary": true,
		"CashoutAvailable": true,
		"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_in_set": {
		"Name": "Total games in set {{set}}",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.total_games_void_supertiebreak": {
		"Name": "Total Games (VOID if 3rd Set Super Tie Break)",
		"Deprecated": true,
		"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_and_total": {
		"Name": "Winner \u0026 total",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 over {{total}}",
			"away_and_under": "{{away}} \u0026 under {{total}}",
			"home_and_over": "{{home}} \u0026 over {{total}}",
			"home_and_under": "{{home}} \u0026 under {{total}}"
		}
	},
	"tennis.winner_in_game_and_set": {
		"Name": "Winner in set {{set}} game {{game}}",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_of_set": {
		"Name": "Winner of set {{set}}",
		"CashoutAvailable": true,
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.with_tiebreak": {
		"Name": "Will there be a tiebreak",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"volleyball.correct_score": {
		"Name": "Correct score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"waterpolo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.handicap": {
		"Name": "Handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"waterpolo.match_odds": {
		"Name": "Match Odds",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Draw",
			"home": "{{home}}"
		}
	},
	"waterpolo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.correct_score": {
		"Name": "Correct Score",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"wild_rift.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"wild_rift.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"wild_rift.map_winner": {
		"Name": "Map {{map}} - Winner",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"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,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"winter_sports.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"winter_sports.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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.bonus_ball_equals_any_regular_ball": {
		"Name": "Bonus ball equals any regular ball",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"world_lottery.bonus_ball_odd_even": {
		"Name": "Bonus ball odd/even",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"world_lottery.bonus_ball_range": {
		"Name": "Bonus ball range",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_single_digit": {
		"Name": "Bonus ball single digit",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Yes"
		}
	},
	"world_lottery.bonus_ball_sum_odd_even": {
		"Name": "Bonus ball sum odd/even",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"world_lottery.bonus_ball_sum_total": {
		"Name": "Bonus ball sum total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.bonus_ball_total": {
		"Name": "Bonus ball total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.draw_sum_odd_even": {
		"Name": "Draw sum odd/even",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Even",
			"odd": "Odd"
		}
	},
	"world_lottery.draw_sum_range": {
		"Name": "Draw sum range",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.draw_sum_total": {
		"Name": "Draw sum total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.draw_sum_total_incl_bonus_ball": {
		"Name": "Draw sum total (Incl. bonus ball)",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"world_lottery.standard_bet": {
		"Name": "Standard bet",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_additional_drum": {
		"Name": "Standard bet (Incl. bonus ball in additional drum)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_same_drum": {
		"Name": "Standard bet (Incl. bonus ball in same drum)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	}
}