{
	"american_football.1x2_period_first_half": {
		"Name": "上半場-1x2",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"american_football.double_chance": {
		"Name": "雙勝彩",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"draw_away": "和或 {{away}}",
			"home_away": "{{home}}或 {{away}}",
			"home_draw": "{{home}}或和"
		}
	},
	"american_football.draw_no_bet": {
		"Name": "平局退款（包括加時賽）",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.drive_play_play_type": {
		"Name": "{{drive}}抽擊{{play}}-{{team}}風格",
		"Variables": [
			"drive",
			"play",
			"team"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"pass": "傳",
			"rush": "衝"
		}
	},
	"american_football.drive_play_total_yards_gained": {
		"Name": "{{drive}}抽擊{{play}}-{{team}}總碼數",
		"Variables": [
			"drive",
			"play",
			"team",
			"total"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"american_football.drive_result": {
		"Name": "{{drive}}打球-結果",
		"Variables": [
			"drive"
		],
		"Split": "drive={{drive}}",
		"Outcomes": {
			"field_goal_attempt": "任意球",
			"offensive_touchdown": "進攻達陣",
			"punt": "棄球",
			"safety": "安全分",
			"turnover": "反搶球權"
		}
	},
	"american_football.halftime_fulltime_result": {
		"Name": "上半/全場",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}} / 和",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "和或  {{away}}",
			"draw_draw": "和/ 和",
			"draw_home": "和/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/和",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"american_football.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.handicap_period_first_half": {
		"Name": "上半場-讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.highest_scoring_quarter": {
		"Name": "最高得分季度",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "第一季度",
			"2nd_quarter": "第二季度",
			"3rd_quarter": "第三季度",
			"4th_quarter": "第四季度",
			"equal": "等於"
		}
	},
	"american_football.moneyline": {
		"Name": "強弱盤賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"american_football.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"american_football.quarter_1x2": {
		"Name": "季度 {{quarter}}-1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"american_football.quarter_handicap": {
		"Name": "季度 {{quarter}}- 讓分盤",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_handicap_incl_ot": {
		"Name": "季度 {{quarter}}- 讓分盤（包括加時賽）",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_total": {
		"Name": "季度 {{quarter}}-總計",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.quarter_totals_incl_ot": {
		"Name": "季度 {{quarter}}-總計（包括加時）",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.race_to_points": {
		"Name": "爭奪 {{point}}分（包括加時賽）",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.team_highest_scoring_quarter": {
		"Name": "季度最高得分的球隊",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"american_football.team_odd_even": {
		"Name": "{{team}}單/雙",
		"Variables": [
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"american_football.team_total_period_first_half": {
		"Name": "上半場- {{team}} 總共",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.team_totals": {
		"Name": "{{team}}總計",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.totals_period_first_half": {
		"Name": "上半場-總計",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.totals_period_second_half": {
		"Name": "下半場-總計（包括加時賽）",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=1h\u0026period=ot\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"american_football.touchdown_scorer": {
		"Name": "{{touchdown}}達陣得分手（包括加時）",
		"Variables": [
			"touchdown"
		],
		"Split": "period=ot\u0026touchdown={{touchdown}}",
		"Outcomes": {
			"away_d_st_player": "{{away}} d / st球員",
			"away_other_player": "{{away}}其他球員",
			"home_d_st_player": "{{home}} d / st球員",
			"home_other_player": "{{home}}其他球員"
		}
	},
	"archery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"athletics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.1st_half_1x2": {
		"Name": "上半場 - 1x2",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_double_chance": {
		"Name": "上半場 - 雙勝",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "和局 或 {{away}}",
			"home_or_away": "{{home}} 或 {{away}}",
			"home_or_draw": "{{home}} 或和局"
		}
	},
	"aussie_rules.1st_half_draw_no_bet": {
		"Name": "上半場 - 和局不賭",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_handicap": {
		"Name": "上半場 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.1st_half_odd_even": {
		"Name": "上半場 - 單/雙",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"aussie_rules.1st_half_team_total": {
		"Name": "上半場 - {{team}} 總分",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"aussie_rules.1st_half_total": {
		"Name": "上半場 - 總分",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"aussie_rules.double_chance": {
		"Name": "雙勝彩",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"draw_away": "和或 {{away}}",
			"home_away": "{{home}}或 {{away}}",
			"home_draw": "{{home}}或和"
		}
	},
	"aussie_rules.draw_no_bet": {
		"Name": "和局不賭",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"aussie_rules.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"aussie_rules.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_disposals": {
		"Name": "球員傳球",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_goals": {
		"Name": "球員得分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_handballs": {
		"Name": "球員手球",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_kicks": {
		"Name": "球員踢球",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_marks": {
		"Name": "球員接球",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_tackles": {
		"Name": "球員擒抱",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.quarter_1x2": {
		"Name": "{{quarter}} 節 - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_draw_no_bet": {
		"Name": "{{quarter}} 節 - 和局不賭",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_handicap": {
		"Name": "{{quarter}} 節 - 輸贏比數",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.quarter_team_total": {
		"Name": "{{quarter}} 節 - {{team}} 總數",
		"Variables": [
			"team",
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"aussie_rules.quarter_total": {
		"Name": "{{quarter}} 節 - 總分",
		"Variables": [
			"quarter",
			"total"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"aussie_rules.quarter_winning_margin": {
		"Name": "{{quarter}} 節 - 輸贏比數",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.team_total": {
		"Name": "{{team}} 總分",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"aussie_rules.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"aussie_rules.winner": {
		"Name": "勝利者",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.exact_games": {
		"Name": "準確局數",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.game_odd_even": {
		"Name": "{{game}} 局 - 單/雙",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"badminton.game_point_handicap": {
		"Name": "{{game}} 局 - 讓分盤分數",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.game_pointnr": {
		"Name": "{{game}} 局 - {{point}} 分數",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_race_to_points": {
		"Name": "{{game}} 局 - 先得 {{point}} 分數",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_total_points": {
		"Name": "{{game}} 局 - 總分分數",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"badminton.game_winner": {
		"Name": "{{game}} 局 - 贏家",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.handicap": {
		"Name": "讓分盤",
		"Primary": 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": "多少局被額外分數決定",
		"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.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"badminton.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bandy.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"bandy.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"baseball.handicap_innings_1_to_5": {
		"Name": "1至5局-讓分盤",
		"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.inning_match_decision": {
		"Name": "當比賽局數決定",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"any_extra_inning": "任何額外局",
			"bottom_of_9th_inning": "第9局底",
			"top_of_9th_inning": "第九局頂部"
		}
	},
	"baseball.max_consecutive_runs": {
		"Name": "連續比賽次數最高的一方球隊",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"dynamic.runs": "{{runs}}"
		}
	},
	"baseball.moneyline": {
		"Name": "強弱盤賠率",
		"Primary": true,
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.moneyline_innings_1_to_5": {
		"Name": "局1至5局-強弱盤賠率",
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"baseball.odd_even": {
		"Name": "單/數（包括額外的局）",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"baseball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.race_to_runs": {
		"Name": "賽盤 {{run}}局數（包括額外的局）",
		"Variables": [
			"run"
		],
		"Split": "period=ot\u0026run={{run}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.run_line": {
		"Name": "讓疊盤",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.team_totals": {
		"Name": "{{team}}總數（包括額外的局）",
		"Variables": [
			"total",
			"team",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"baseball.total_scoreless_innings": {
		"Name": "總計無得分局",
		"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": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"baseball.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"baseball.totals_innings_1_to_5": {
		"Name": "1至5局-總計",
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"baseball.with_extra_inning": {
		"Name": "會有額外的一局",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"basketball.1st_half_1x2": {
		"Name": "上半場-1x2",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_draw_no_bet": {
		"Name": "第一半-平局沒有下注",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_team_total": {
		"Name": "上半場-共 {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.1x2": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2": {
		"Name": "下半場-1x2",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot": {
		"Name": "下半場-1x2（包括加時賽）",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_handicap": {
		"Name": "下半場-讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.2nd_half_total": {
		"Name": "下半場-合計",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.any_team_total_maximum_consecutive_points": {
		"Name": "任何球隊的總最高連續得分",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低於 {{total}}"
		}
	},
	"basketball.halftime_fulltime": {
		"Name": "半/全場",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/ 和",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "和/{{away}}",
			"draw_draw": "和/和",
			"draw_home": "和/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/ 和",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"basketball.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_first_half": {
		"Name": "上半場-讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_second_half": {
		"Name": "下半場-讓分盤（包括加時賽）",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.highest_scoring_quarter": {
		"Name": "最高得分季度",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "第一季度",
			"2nd_quarter": "第二季度",
			"3rd_quarter": "第三季度",
			"4th_quarter": "第四季度",
			"equal": "等於"
		}
	},
	"basketball.moneyline": {
		"Name": "強弱盤賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"basketball.odd_even_period_first_half": {
		"Name": "上半場-單/雙",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"basketball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.quarter_1x2": {
		"Name": "季度 {{quarter}}-1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"basketball.quarter_handicap": {
		"Name": "季度 {{quarter}}-讓分盤",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.quarter_totals": {
		"Name": "季度 {{quarter}}總計",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.race_to_points": {
		"Name": "爭奪 {{point}}分",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points_incl_ot": {
		"Name": "爭奪 {{point}}分（包括加時賽）",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.scoring_type_pointnr": {
		"Name": "評分類型 {{point}} 得分（包括加時）",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} 1分",
			"away_2": "{{away}} 2分",
			"away_3": "{{away}} 3分",
			"home_1": "{{home}} 1分",
			"home_2": "{{home}} 2分",
			"home_3": "{{home}} 3分"
		}
	},
	"basketball.team_total_maximum_consecutive_points": {
		"Name": "{{team}} 總最高連續得分",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.team_totals": {
		"Name": "{{team}}總計",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.total_period_first_half": {
		"Name": "上半場-總計",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.total_period_second_half": {
		"Name": "下半場-總計（包括加時）",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"basketball.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"beach_soccer.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"beach_soccer.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.totals": {
		"Name": "合計",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"beach_volleyball.handicap": {
		"Name": "積分讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"beach_volleyball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.totals": {
		"Name": "總積分",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"beach_volleyball.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"bowls.handicap": {
		"Name": "賽盤讓分盤",
		"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.set_1x2": {
		"Name": "{{set}} 盤 - 1x2",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"bowls.set_and_end_total": {
		"Name": "{{set}} 盤結束 {{end}} - 總數",
		"Variables": [
			"set",
			"end",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"bowls.set_and_end_winner": {
		"Name": "{{set}} 盤結束 {{end}} - 贏家",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_draw_no_bet": {
		"Name": "{{set}} 盤 - 和局不賭",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_end_exact_points": {
		"Name": "{{set}} 盤結束 {{end}} - 準確分數",
		"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}} 盤結束 {{end}} - 單/雙",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"bowls.set_handicap": {
		"Name": "{{set}} 盤 - 讓分盤",
		"Variables": [
			"handicap",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"bowls.set_point": {
		"Name": "{{set}} 盤 - {{point}} 分數",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_race_to_points": {
		"Name": "{{set}} 盤 - 先到 {{point}} 分數",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_team_total": {
		"Name": "{{set}} 盤 - {{team}} 總數",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026set={{set}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"bowls.set_total": {
		"Name": "{{set}} 盤 - 總共",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"bowls.totals": {
		"Name": "總賽盤",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"bowls.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.1x2": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"boxing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.totals": {
		"Name": "總回合",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"boxing.will_the_fight_go_the_distance": {
		"Name": "戰鬥會遠嗎",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"boxing.winner": {
		"Name": "贏取勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.winner_exact_rounds": {
		"Name": "優勝者和確切回合",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "優勝者和回合範圍",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winning_method": {
		"Name": "取勝方法",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"chess.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.correct_score_in_maps": {
		"Name": "正確分數 (地圖中)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_1st_half_winner": {
		"Name": "{{map}} 地圖 上半場 - 贏家",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_1x2": {
		"Name": "{{map}} 地圖 - 1x2",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_handicap": {
		"Name": "地圖讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_knife_round_winner": {
		"Name": "{{map}} 地圖刀回合 - 贏家",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_odd_even_rounds": {
		"Name": "地圖 {{map}}-單/雙回合（包括加時賽）",
		"Variables": [
			"map"
		],
		"Split": "period={{map}}",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"counter_strike.map_player_with_most_deaths": {
		"Name": "{{map}} 地圖 - 最多死數玩家 (包括延長賽)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "{{map}} 地圖 - 最多擊殺玩家 (包括延長賽)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "{{map}} 地圖 - 先到 {{round}} 回合",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_bomb_defused": {
		"Name": "{{map}} 地圖回合 {{round}} - 拆彈",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "{{map}} 地圖回合 {{round}} - 值彈",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"counter_strike.map_round_handicap": {
		"Name": "地圖 {{map}}-障礙賽（包括加時賽）",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_kill_handicap": {
		"Name": "{{map}} 地圖回合 {{round}} - 擊殺讓分",
		"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}} 地圖回合 {{round}} - {{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}} 地圖回合 {{round}} - 有 {{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}} 地圖回合 {{round}} - {{team}} 總共擊殺",
		"Variables": [
			"team",
			"map",
			"round",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"counter_strike.map_round_total_kills": {
		"Name": "{{map}} 地圖回合 {{round}} - 總共擊殺",
		"Variables": [
			"total",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"counter_strike.map_round_winner": {
		"Name": "{{map}} 地圖回合 {{round}} - 贏家",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_total_headshots": {
		"Name": "地圖 {{map}}-爆頭總數（包括加時賽）",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"counter_strike.map_total_rounds": {
		"Name": "地圖 {{map}}-總回合（包括加時賽）",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"counter_strike.map_will_there_be_an_ace": {
		"Name": "{{map}} 地圖 - 是否會有Ace (包括延長賽)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "{{map}} 地圖 - 是否會有延長賽",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"counter_strike.map_winner": {
		"Name": "地圖 {{map}}-勝利者（包括加時賽）",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_xth_kill": {
		"Name": "{{map}} 地圖 - {{xth}} 擊殺",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.match_odds": {
		"Name": "比賽賠率",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"counter_strike.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.total_maps": {
		"Name": "總地圖",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"counter_strike.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.innings_total": {
		"Name": "總局數",
		"Deprecated": true,
		"Description": "總局數",
		"Variables": [
			"inningnr",
			"total"
		],
		"Split": "period=ft\u0026period=inning{{inningnr}}",
		"Outcomes": {
			"over": " {{total}}以上",
			"under": " {{total}}以下"
		}
	},
	"cricket.innings_total_v2": {
		"Name": "局數 - 總共",
		"Variables": [
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"cricket.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.player_total": {
		"Name": "{{player}}總計",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"cricket.test_1x2": {
		"Name": "1x2",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"cricket.test_innings_team_total": {
		"Name": "{{innings}}局-總{{team}}",
		"Description": "各隊的總局數",
		"Variables": [
			"team",
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": " {{total}}以上",
			"under": "{{total}}以下"
		}
	},
	"cricket.test_match_innings_team_totals": {
		"Name": "{{innings}} 局數 - {{team}} 總共",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"cricket.test_match_player_total": {
		"Name": "{{innings}}局- {{player}} 共",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"cricket.will_there_be_a_tie": {
		"Name": "是否會有和局",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"cricket.winner": {
		"Name": "比賽勝利者（包括超級輪）",
		"Primary": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"curling.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.head2head": {
		"Name": "正面交鋒",
		"Primary": true,
		"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}}"
		}
	},
	"darts.180s_handicap": {
		"Name": "180分讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.correct_score_in_sets": {
		"Name": "正確分數 (盤中)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.handicap_legs": {
		"Name": "讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.handicap_sets": {
		"Name": "賽盤讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.most_180s": {
		"Name": "最多180分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"darts.odd_even_sets": {
		"Name": "單/雙賽盤",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"darts.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_correct_score_in_legs": {
		"Name": "{{set}} 盤 - 正確分數 (局中)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "{{set}} 盤 局 {{leg}} - 任何先得到180分的選手",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "{{set}} 盤 局 {{leg}} - 結束顏色",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "青",
			"red": "紅"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "{{set}} 盤 - 局讓分",
		"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}} 盤 局 {{leg}} - {{team}} 得到180分",
		"Variables": [
			"set",
			"leg",
			"team"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}\u0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"darts.set_leg_total_darts": {
		"Name": "{{set}} 盤 局 {{leg}} - 總鏢數",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "{{set}} 盤 局 {{leg}} - 贏家",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "{{set}} 盤 - 最多180分",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "{{set}} 盤 - 單/雙 局",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "{{set}} 盤  - {{team}} 總共180分",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "{{set}} 盤 - 總共180分",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "{{set}} 盤 - 總局數",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"darts.set_which_player_wins_the_rest": {
		"Name": "{{set}} 盤 - 哪個選手贏得剩下的部分",
		"Variables": [
			"set",
			"score"
		],
		"Split": "period=default\u0026set={{set}}\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"darts.set_winner": {
		"Name": "{{set}} 盤 - 贏家",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.team_total_180s": {
		"Name": "{{team}} 總共180分",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "總共180分",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"darts.total_legs": {
		"Name": "總局數",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"darts.total_sets": {
		"Name": "總賽盤",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"darts.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.correct_score_in_maps": {
		"Name": "正確分數 (地圖中)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_10_minutes_total_kills": {
		"Name": "{{map}} 地圖 10 分鐘 - 總擊殺 從 {{from}} 到 {{to}}",
		"Variables": [
			"total",
			"map",
			"from",
			"to"
		],
		"Split": "period=default\u0026map={{map}}\u0026from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"dota_2.map_aegis_handicap": {
		"Name": "{{map}} 地圖 - 不朽盾讓分",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_handicap": {
		"Name": "地圖讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_draw_no_bet": {
		"Name": "{{map}} 地圖 - 擊殺和局不賭",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_kill_handicap": {
		"Name": "地圖 {{map}}-擊殺讓分盤",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_player_with_highest_creep_score": {
		"Name": "{{map}} 地圖 - 最高吃兵數玩家",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "{{map}} 地圖 - 先到 {{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}} 地圖 - 先到 {{xth}} 擊殺",
		"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}} 地圖 - 先到 {{xth}} 净值",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "{{map}} 地圖 - 總不朽盾",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"dota_2.map_total_kills": {
		"Name": "地圖 {{map}}-擊殺總數",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"dota_2.map_total_tower": {
		"Name": "{{map}} 地圖 - 總塔臺",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{total}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "{{map}} 地圖 - 塔臺盾讓分",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_winner": {
		"Name": "地圖 {{map}}-勝利者",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_aegis": {
		"Name": "{{map}} 地圖 - {{xth}} 不朽盾",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_barracks": {
		"Name": "{{map}} 地圖 - {{xth}} 兵營",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "{{map}} 地圖 - {{xth}} 擊殺",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "{{map}} 地圖 - {{xth}} 聖壇",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "{{map}} 地圖 - {{xth}} 塔臺",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.match_odds": {
		"Name": "比賽賠率",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"dota_2.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.total_maps": {
		"Name": "總地圖",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"dota_2.will_there_be_a_rampage": {
		"Name": "是否會有五連殺",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "是否會有四連殺",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"dota_2.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"entertainment.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.winner": {
		"Name": "贏家",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_bga.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.asian_handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_extratime": {
		"Name": "延長賽 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_first_half": {
		"Name": "上半場 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_second_half": {
		"Name": "下半場 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=2hu0026period=ftu0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.booking_match_odds": {
		"Name": "吃牌 1x2",
		"Variables": [],
		"Split": "period=period=ft_yellow_cardsu0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_fifa.booking_nr": {
		"Name": "{{booking}} 吃牌",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "無"
		}
	},
	"esport_fifa.both_teams_to_score": {
		"Name": "兩隊皆得分",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"esport_fifa.corner_handicap": {
		"Name": "角球讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.corner_match_odds": {
		"Name": "角球 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_fifa.corner_nr": {
		"Name": "{{corner}} 角球",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "無"
		}
	},
	"esport_fifa.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_1st_half": {
		"Name": "上半場 - 正確比分",
		"Variables": [],
		"Split": "period=ftu0026period=1hu0026period=2h",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_2nd_half": {
		"Name": "下半場 - 正確比分",
		"Variables": [],
		"Split": "period=ftu0026period=1hu0026period=2h",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.double_chance": {
		"Name": "雙勝",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "和局 或 {{away}}",
			"home_away": "{{home}} 或 {{away}}",
			"home_draw": "{{home}} 或和局"
		}
	},
	"esport_fifa.draw_no_bet": {
		"Name": "和局不賭",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.exact_total_goals_period_first_half": {
		"Name": "上半場 - 準確比分",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.exact_total_goals_period_second_half": {
		"Name": "下半場 - 準確比分",
		"Variables": [
			"goals"
		],
		"Split": "period=2hu0026period=ftu0026period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.goal_nr": {
		"Name": "{{goal}} 進球",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "無"
		}
	},
	"esport_fifa.halftime_fulltime_result": {
		"Name": "半場/全場",
		"Variables": [],
		"Split": "period=1hu0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/和局",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "和局/{{away}}",
			"draw_draw": "和局/和局",
			"draw_home": "和局/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/和局",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"esport_fifa.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_extratime": {
		"Name": "延長賽 - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_first_half": {
		"Name": "上半場 - 1x2",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_second_half": {
		"Name": "下半場 - 1x2",
		"Variables": [],
		"Split": "period=ftu0026period=2hu0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_fifa.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.penalty_shootout_odd_even": {
		"Name": "互射十二碼 - 單/雙",
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"esport_fifa.team_clean_sheet": {
		"Name": "{{team}} 全場無失球",
		"Variables": [
			"team"
		],
		"Split": "period=ftu0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"esport_fifa.team_total_goals": {
		"Name": "{{team}} 總分",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1hu0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_first_half": {
		"Name": "上半場 - {{team}} 總分",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1hu0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_second_half": {
		"Name": "下半場 - {{team}} 總分",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2hu0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.team_win_to_nil": {
		"Name": "{{team}} 對手得分為零",
		"Variables": [
			"team"
		],
		"Split": "period=ftu0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"esport_fifa.total_booking_points": {
		"Name": "红黄牌分數總數",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cardsu0026period=ft_red_cardsu0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.total_bookings": {
		"Name": "红黄牌總數",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cardsu0026period=ft_red_cardsu0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.total_corners": {
		"Name": "角球總分",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.total_goals": {
		"Name": "總分",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.total_goals_period_extratime": {
		"Name": "延長賽 - 大小盤",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.total_goals_period_first_half": {
		"Name": "上半場 - 總分",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_fifa.total_goals_period_second_half": {
		"Name": "下半場 - 總分",
		"Variables": [
			"total"
		],
		"Split": "period=2hu0026period=ftu0026period=1h",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_king_of_glory.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.winner": {
		"Name": "贏家",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_1x2": {
		"Name": "上半場 - 1x2",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_draw_no_bet": {
		"Name": "上半場 - 和局不賭",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_team_total": {
		"Name": "上半場 - {{team}} 總分",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.1st_half_winning_margin": {
		"Name": "上半場 - 輸贏比數",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.1x2": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2": {
		"Name": "下半場 - 1x2",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot": {
		"Name": "下半場 - 1x2（包括延長賽）",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_handicap": {
		"Name": "下半場 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.2nd_half_total": {
		"Name": "下半場 - 總分",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.halftime_fulltime": {
		"Name": "半場/全場",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/和局",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "和局/{{away}}",
			"draw_draw": "和局/和局",
			"draw_home": "和局/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/和局",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"esport_nba2k.handicap": {
		"Name": "讓分盤（包括延長賽）",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_first_half": {
		"Name": "上半場 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_second_half": {
		"Name": "下半場 - 讓分盤（包括延長賽）",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.highest_scoring_quarter": {
		"Name": "一節最高得分",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "第一節",
			"2nd_quarter": "第二節",
			"3rd_quarter": "第三節",
			"4th_quarter": "第四節",
			"equal": "平等"
		}
	},
	"esport_nba2k.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"esport_nba2k.odd_even_period_first_half": {
		"Name": "上半場 - 單/雙",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"esport_nba2k.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.quarter_1x2": {
		"Name": "{{quarter}} 節 - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.quarter_handicap": {
		"Name": "{{quarter}} 節 - 輸贏比數",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.quarter_totals": {
		"Name": "{{quarter}} 節 - 總分",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.quarter_winning_margin": {
		"Name": "{{quarter}} 節 - 輸贏比數",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away_by_3_plus": "{{away}} 贏3+",
			"home_by_3_plus": "{{home}} 贏3+",
			"other": "其他"
		}
	},
	"esport_nba2k.race_to_points": {
		"Name": "先得 {{point}} 分",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.race_to_points_incl_ot": {
		"Name": "先得 {{point}} 分 (包括延長賽)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.scoring_type_pointnr": {
		"Name": "得分類型{{point}}分（包括加時賽）",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} 1分",
			"away_2": "{{away}} 2分",
			"away_3": "{{away}} 3分",
			"home_1": "{{home}} 1分",
			"home_2": "{{home}} 2分",
			"home_3": "{{home}} 3分"
		}
	},
	"esport_nba2k.team_totals": {
		"Name": "{{team}} 總分（包括延長賽）",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.total_period_first_half": {
		"Name": "上半場 - 總分",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.total_period_second_half": {
		"Name": "下半場 - 總分（包括下半場）",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.totals": {
		"Name": "總分（包括延長賽）",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"esport_nba2k.winner_incl_overtime": {
		"Name": "贏家（包括延長賽）",
		"Primary": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "輸贏比數（包括延長賽）",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"field_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.totals": {
		"Name": "總",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"floorball.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"floorball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.totals": {
		"Name": "總",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"formula_1.outright": {
		"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}}"
		}
	},
	"futsal.double_chance": {
		"Name": "雙勝彩",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "和或 {{away}}",
			"home_away": "{{home}}或 {{away}}",
			"home_draw": "{{home}}或和"
		}
	},
	"futsal.draw_no_bet": {
		"Name": "平局退款",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"futsal.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"futsal.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"futsal.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"futsal.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.totals": {
		"Name": "總計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"golf.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"handball.1st_half_total": {
		"Name": "上半場 - 總分",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"handball.double_chance": {
		"Name": "雙機會",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "和或 {{away}}",
			"home_away": "{{home}}或 {{away}}",
			"home_draw": "{{home}}或和"
		}
	},
	"handball.draw_no_bet": {
		"Name": "平局不下注",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"handball.halftime_fulltime_result": {
		"Name": "半/全場",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}} / 和",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "和或 {{away}}",
			"draw_draw": "和/ 和",
			"draw_home": "和/{{home}}",
			"home_away": "{{home}}或 {{away}}",
			"home_draw": "{{home}}/和",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"handball.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"handball.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"handball.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"handball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"handball.team_total": {
		"Name": "{{team}} 總計",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"handball.totals": {
		"Name": "總",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"handball.winner": {
		"Name": "贏家 (包括延長賽和罰點球)",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"hearthstone.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"hearthstone.winner": {
		"Name": "贏家",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2_both_teams_to_score": {
		"Name": "1x2 \u0026 雙方得分 (包括延長賽和罰點球)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away_no": "{{away}} \u0026 否",
			"away_yes": "{{away}} \u0026 是",
			"home_no": "{{home}} \u0026 否",
			"home_yes": "{{home}} \u0026 是"
		}
	},
	"ice_hockey.all_periods_under": {
		"Name": "所有節小於 {{total}}",
		"Variables": [
			"total"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"ice_hockey.both_teams_to_score": {
		"Name": "兩隊得分",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"ice_hockey.correct_score": {
		"Name": "正確分數",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"ice_hockey.correct_score_incl_overtime_and_penalties": {
		"Name": "正確分數 (包括延長賽和罰點球)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.double_chance": {
		"Name": "雙勝",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_or_away": "和局 或 {{away}}",
			"home_or_away": "{{home}} 或 {{away}}",
			"home_or_draw": "{{home}} 或和局"
		}
	},
	"ice_hockey.goal_nr": {
		"Name": "入球 {{goal}}",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "沒有"
		}
	},
	"ice_hockey.handicap": {
		"Name": "讓分盤（包括加時賽和罰球）",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.handicap_regular_time": {
		"Name": "讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.highest_scoring_period": {
		"Name": "最高得分期",
		"Variables": [],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"1st_period": "第一時期",
			"2nd_period": "下半場",
			"3rd_period": "第三時期",
			"equal": "等於"
		}
	},
	"ice_hockey.last_goal": {
		"Name": "最後一個進球",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "無"
		}
	},
	"ice_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.period_1x2": {
		"Name": "{{period}} 節 - 1x2",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"ice_hockey.period_both_teams_to_score": {
		"Name": "時期 {{period}}-兩隊都得分",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"ice_hockey.period_handicap": {
		"Name": "期間 {{period}}-讓分盤",
		"Variables": [
			"handicap",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.period_last_team_to_score": {
		"Name": "期間 {{period}} - 最後得分球隊",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "沒有"
		}
	},
	"ice_hockey.period_total": {
		"Name": "期間 {{period}} - 總",
		"Variables": [
			"total",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"ice_hockey.period_which_team_to_score": {
		"Name": "時期 {{period}}-那隊得分",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"both_teams": "兩隊",
			"none": "沒有",
			"only_away": "只有 {{away}}",
			"only_home": "只有 {{home}}"
		}
	},
	"ice_hockey.team_clean_sheet": {
		"Name": "{{team}}零失球",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"ice_hockey.team_to_score_in_all_periods": {
		"Name": "{{team}}在所有時期得分",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3\u0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"ice_hockey.team_total": {
		"Name": "{{team}}總共",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"ice_hockey.total": {
		"Name": "總分",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"ice_hockey.totals": {
		"Name": "總計（包括加時和罰球）",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"ice_hockey.which_team_to_score": {
		"Name": "其中一隊得分",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"both_teams": "雙方隊伍",
			"none": "其他",
			"only_away": "唯 {{team}}",
			"only_home": "唯 {{team}}"
		}
	},
	"ice_hockey.winner": {
		"Name": "勝利者（包括加時和罰球）",
		"Primary": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.winning_margin_incl_overtime_and_penalties": {
		"Name": "輸贏比數 (包括延長賽和罰點球)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} 贏一球",
			"away_by_2": "{{away}} 贏兩球",
			"away_by_3": "{{away}} 贏三球以上",
			"home_by_1": "{{home}} 贏一球",
			"home_by_2": "{{home}} 贏兩球",
			"home_by_3": "{{home}} 贏三球以上"
		}
	},
	"kabaddi.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"kabaddi.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.total": {
		"Name": "總分",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"league_of_legends.correct_score_in_maps": {
		"Name": "正確分數 (地圖中)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"league_of_legends.map_handicap": {
		"Name": "地圖 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet": {
		"Name": "{{map}} 地圖 - 擊殺和局不賭",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_handicap": {
		"Name": "{{map}} 地圖 - 擊殺讓分",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_winner": {
		"Name": "地圖 {{map}}-優勝者",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_baron": {
		"Name": "{{map}} 地圖 - {{xth}} 巴龍",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_dragon": {
		"Name": "{{map}} 地圖 - {{xth}} 龍",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_inhibitor": {
		"Name": "{{map}} 地圖 - {{xth}} 水晶",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_kill": {
		"Name": "{{map}} 地圖 - {{xth}} 擊殺",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_tower": {
		"Name": "{{map}} 地圖 - {{xth}} 塔臺",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.match_odds": {
		"Name": "比賽賠率",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"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.total_maps": {
		"Name": "總地圖",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"league_of_legends.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.1x2": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"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.totals": {
		"Name": "總回合",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"mma.will_the_fight_go_the_distance": {
		"Name": "拳賽中完成所有回合",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"mma.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.winner_exact_rounds": {
		"Name": "優勝者和確切回合",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.winning_method": {
		"Name": "取勝方法",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.head2head": {
		"Name": "正面交鋒",
		"Primary": true,
		"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}}"
		}
	},
	"olympics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"pesapallo.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"pesapallo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.winner": {
		"Name": "贏家",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"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.winner": {
		"Name": "贏家",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.draw_no_bet": {
		"Name": "平局退款",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.halftime_fulltime_result": {
		"Name": "半/全場",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}}/ {{away}}",
			"away_draw": "{{away}}/ 和",
			"away_home": "{{away}}/ {{home}}",
			"draw_away": "和或 {{away}}",
			"draw_draw": "和/ 和",
			"draw_home": "和/ {{home}}",
			"home_away": "{{home}}/ {{away}}",
			"home_draw": "{{home}}/和",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"rugby_league.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.moneyline": {
		"Name": "強弱盤賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"rugby_league.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"rugby_league.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_league.team_totals": {
		"Name": "{{team}}總計",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"rugby_league.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"rugby_union.draw_no_bet": {
		"Name": "平局退款",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_union.halftime_fulltime_result": {
		"Name": "半/全場",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}}/ {{away}}",
			"away_draw": "{{away}}",
			"away_home": "{{away}}/ {{home}}",
			"draw_away": "和/ {{away}}",
			"draw_draw": "和/ 和",
			"draw_home": "和/ {{home}}",
			"home_away": "{{home}}/ {{away}}",
			"home_draw": "{{home}}/和",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"rugby_union.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.moneyline": {
		"Name": "強弱盤賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"rugby_union.odd_even": {
		"Name": "單/雙",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"rugby_union.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.team_totals": {
		"Name": "{{team}}總",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"rugby_union.totals": {
		"Name": "合計",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"sailing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"snooker.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"snooker.handicap": {
		"Name": "讓分盤",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"snooker.odd_even_frames": {
		"Name": "單/雙局",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"snooker.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.totals": {
		"Name": "總局數",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"snooker.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.10_minutes_sending_off_from_to": {
		"Name": "10 分鐘 - 犯規下場 從 {{from}} 到 {{to}}",
		"Variables": [
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"soccer.1st_half_corner_handicap": {
		"Name": "上半場 - 角球讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.5_minutes_team_total_corners_from_to": {
		"Name": "5 分鐘 - {{team}} 角球總數 從 {{from}} 到 {{to}}",
		"Variables": [
			"team",
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}\u0026team={{team}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"soccer.5_minutes_total_from_to": {
		"Name": "5 分鐘 - 從 {{from}} 到 {{to}} 的大小盤",
		"Variables": [
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"soccer.anytime_goalscorer": {
		"Name": "任何時間入球",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "無進球",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.asian_handicap": {
		"Name": "亞洲讓分盤",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_extratime": {
		"Name": "延長賽 - 讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_first_half": {
		"Name": "上半亞洲讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_second_half": {
		"Name": "下半亞洲讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.booking_match_odds": {
		"Name": "罰牌比賽賠率",
		"Variables": [],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"soccer.booking_nr": {
		"Name": "罰牌 {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "沒有"
		}
	},
	"soccer.both_teams_to_score": {
		"Name": "兩隊得分",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"soccer.corner_handicap": {
		"Name": "角球讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_match_odds": {
		"Name": "比賽賠率",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"soccer.corner_nr": {
		"Name": "角球 {{corner}}",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "沒有"
		}
	},
	"soccer.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_1st_half": {
		"Name": "上半場 - 正確比分",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_2nd_half": {
		"Name": "下半場 - 正確比分",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.double_chance": {
		"Name": "雙勝彩",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "和或 {{away}}",
			"home_away": "{{home}}或 {{away}}",
			"home_draw": "{{home}}或和"
		}
	},
	"soccer.draw_no_bet": {
		"Name": "平局退款",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.exact_total_goals_period_first_half": {
		"Name": "上半場正確入球總數",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.exact_total_goals_period_second_half": {
		"Name": "下半場正確入球總數",
		"Variables": [
			"goals"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.goal_nr": {
		"Name": "入球 {{goal}}",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "沒有"
		}
	},
	"soccer.goal_strike_zone": {
		"Name": "{{goal}} 得分 - 進球區",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"high_center": "中高",
			"high_left": "左高",
			"high_right": "右高",
			"low_center": "中低",
			"low_left": "左低",
			"low_right": "右低"
		}
	},
	"soccer.goalnr_goalscorer": {
		"Name": "{{goal}} 得分者",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"dynamic.no_goal": "無進球",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.halftime_fulltime_result": {
		"Name": "半/全場",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/ {{away}}",
			"away_draw": "{{away}} / 和",
			"away_home": "{{away}}/ {{home}}",
			"draw_away": "和/ {{away}}",
			"draw_draw": "和/ 和",
			"draw_home": "和/ {{home}}",
			"home_away": "{{home}}/ {{away}}",
			"home_draw": "{{home}}/和",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"soccer.last_corner": {
		"Name": "最後一個角球",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "無"
		}
	},
	"soccer.last_goalscorer": {
		"Name": "最後得分者",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "No Goal",
			"dynamic.other": "Other",
			"dynamic.own_goal": "Own Goal",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.match_odds": {
		"Name": "全場賽事結果",
		"Primary": true,
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_extratime": {
		"Name": "延長賽 - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_first_half": {
		"Name": "上半場賽果",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_second_half": {
		"Name": "比賽賠率 - 下半場",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"soccer.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"soccer.penalty_shootout_odd_even": {
		"Name": "平局決勝賽 - 單/雙",
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"soccer.team_clean_sheet": {
		"Name": "{{team}} 零失球",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"soccer.team_total_goals": {
		"Name": "{{team}}入球總數",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.team_total_goals_period_first_half": {
		"Name": "{{team}}上半場入球總數",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.team_total_goals_period_second_half": {
		"Name": "{{team}}下半場入球總數",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.team_win_to_nil": {
		"Name": "{{team}}零失球獲勝",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"soccer.total_booking_points": {
		"Name": "總罰牌",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.total_bookings": {
		"Name": "總罰牌",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.total_corners": {
		"Name": "總角球",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.total_goals": {
		"Name": "入球總數",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.total_goals_period_extratime": {
		"Name": "延長賽 - 大小盤",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"soccer.total_goals_period_first_half": {
		"Name": "上半場入球總數",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.total_goals_period_second_half": {
		"Name": "下半場入球總數",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"soccer.when_will_goal_be_scored_intervals": {
		"Name": "當 {{goal}} 會得分 (10 分鐘休息)",
		"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": "無"
		}
	},
	"soccer.which_team_wins_the_rest_of_the_match": {
		"Name": "哪一隊在贏下剩下的場次",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和局",
			"home": "{{home}}"
		}
	},
	"specials.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"squash.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.point_handicap": {
		"Name": "讓分盤分數",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"squash.total_points": {
		"Name": "總分分數",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"squash.winner": {
		"Name": "贏家",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.correct_score_in_maps": {
		"Name": "正確分數 (地圖中)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"starcraft.map_handicap": {
		"Name": "地圖讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"starcraft.map_winner": {
		"Name": "地圖 {{map}}-優勝者",
		"Variables": [
			"map"
		],
		"Split": "period=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.total_maps": {
		"Name": "總地圖",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"starcraft.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"street_fighter_v.outright": {
		"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.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"swimming.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"table_tennis.exact_games": {
		"Name": "準確局數",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.game_odd_even": {
		"Name": "{{game}} 局 - 單/雙",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"table_tennis.game_point": {
		"Name": "{{game}} 局 - {{point}} 分數",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_point_handicap": {
		"Name": "{{game}} 局 - 讓分盤分數",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_race_to_points": {
		"Name": "{{game}} 局 - 先得 {{point}} 分數",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_total_points": {
		"Name": "{{game}} 局 - 總分分數",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"table_tennis.game_winner": {
		"Name": "{{game}} 局 - 贏家",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.handicap": {
		"Name": "積分讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.how_many_games_will_be_decided_by_extra_points": {
		"Name": "多少局被額外分數決定",
		"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.totals": {
		"Name": "總積分",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"table_tennis.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.any_set_to_nil": {
		"Name": "比賽將結束以零賠率",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"tennis.correct_score": {
		"Name": "正確比分",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.exact_points": {
		"Name": "第 {{set}}局中游戲 {{game}}的正確分數",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "set={{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"dynamic.point": "{{point}}"
		}
	},
	"tennis.exact_sets": {
		"Name": "精確賽盤",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.game_handicap": {
		"Name": "遊戲讓分盤",
		"Primary": true,
		"Description": "在讓分差額應用於玩家獲勝的遊戲之後，預測結果。",
		"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}}-遊戲讓分盤",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.odd_even_games": {
		"Name": "單/雙遊戲",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.point_in_game_and_set": {
		"Name": "賽盤 {{set}}遊戲 {{game}}-積分 {{point}}勝利者",
		"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}}-爭奪比賽 {{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}}遊戲 {{game}}-爭奪 {{point}}分",
		"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}}-正確得分",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.set_game_correct_score": {
		"Name": "設定 {{set}}遊戲 {{game}}-正確分數",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}",
		"Outcomes": {
			"away_to_0": "{{away}}至0",
			"away_to_15": "{{away}}至15",
			"away_to_30": "{{away}}至30",
			"away_to_40": "{{away}}至40",
			"home_to_0": "{{home}}至0",
			"home_to_15": "{{home}}至15",
			"home_to_30": "{{home}}至30",
			"home_to_40": "{{home}}至40"
		}
	},
	"tennis.set_game_to_deuce": {
		"Name": "賽盤 {{set}} 遊戲 {{game}} - 刁時",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"tennis.set_handicap": {
		"Name": "賽盤讓分盤",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.set_tiebreak_total_points": {
		"Name": "設定 {{set}}打平-總分",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=set{{set}}",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"tennis.team_to_win_a_set": {
		"Name": "{{team}}贏一盤",
		"Variables": [
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5\u0026team={{team}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"tennis.team_total_games": {
		"Name": "{{team}}總比賽",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026team={{team}}\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"tennis.total_games": {
		"Name": "遊戲總數",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"tennis.total_games_in_set": {
		"Name": "總遊戲賽盤 {{set}}",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"tennis.total_sets": {
		"Name": "總賽盤",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"tennis.winner": {
		"Name": "勝出者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_in_game_and_set": {
		"Name": " {{set}} {{game}}遊戲賽的勝利者",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_of_set": {
		"Name": "賽盤勝利者 {{set}}",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.with_tiebreak": {
		"Name": "和局",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"volleyball.correct_score": {
		"Name": "正確分數",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"volleyball.handicap": {
		"Name": "積分讓分盤",
		"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.totals": {
		"Name": "總積分",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"volleyball.winner": {
		"Name": "勝利者",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"waterpolo.match_odds": {
		"Name": "比賽賠率",
		"Primary": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "和",
			"home": "{{home}}"
		}
	},
	"waterpolo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.totals": {
		"Name": "總",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "超過 {{total}}",
			"under": "低過 {{total}}"
		}
	},
	"winter_sports.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_equals_any_regular_ball": {
		"Name": "額外抽獎球等同於其他普通球",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"world_lottery.bonus_ball_odd_even": {
		"Name": "額外抽獎球 單/雙",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"world_lottery.bonus_ball_range": {
		"Name": "額外抽獎球範圍",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_single_digit": {
		"Name": "額外抽獎球單碼",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"world_lottery.bonus_ball_sum_odd_even": {
		"Name": "額外抽獎球總計 單/雙",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"world_lottery.bonus_ball_sum_total": {
		"Name": "額外抽獎球總計總數",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"world_lottery.bonus_ball_total": {
		"Name": "額外抽獎球總數",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"world_lottery.draw_sum_odd_even": {
		"Name": "和局總計 單/雙",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "雙",
			"odd": "單"
		}
	},
	"world_lottery.draw_sum_range": {
		"Name": "和局總計範圍",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.draw_sum_total": {
		"Name": "和局總計總數",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"world_lottery.draw_sum_total_incl_bonus_ball": {
		"Name": "和局總計總數 (包括額外抽獎球)",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "大 {{total}}",
			"under": "小 {{total}}"
		}
	},
	"world_lottery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet": {
		"Name": "標準投注",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_additional_drum": {
		"Name": "標準投注 (包括外加鼓的額外抽獎球)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_same_drum": {
		"Name": "標準投注 (包括同鼓的額外抽獎球)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	}
}