{
	"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}} drive play {{play}} - {{team}} play type",
		"Variables": [
			"drive",
			"play",
			"team"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"pass": "pass",
			"rush": "rush"
		}
	},
	"american_football.drive_play_total_yards_gained": {
		"Name": "{{drive}} drive play {{play}} - {{team}} total yards gained",
		"Variables": [
			"drive",
			"play",
			"team",
			"total"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"american_football.drive_result": {
		"Name": "{{drive}} drive - result",
		"Variables": [
			"drive"
		],
		"Split": "drive={{drive}}",
		"Outcomes": {
			"field_goal_attempt": "field goal attempt",
			"offensive_touchdown": "offensive touchdown",
			"punt": "punt",
			"safety": "safety",
			"turnover": "turnover"
		}
	},
	"american_football.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": "九局下半",
			"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_to_lead_by_points": {
		"Name": "任何队领先{{point}}",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"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_to_lead_by_points": {
		"Name": "{{team}}领先{{point}}",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"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": "胜平负",
		"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": "胜者 \u0026 精确回合",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "胜者 \u0026 回合范围",
		"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": "正确比分（在maps）",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_1st_half_winner": {
		"Name": "{{map}} map 上半场 - 胜者",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_1x2": {
		"Name": "{{map}} map - 1x2",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "平局",
			"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}} 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}} map - 队员最多死亡 (incl. overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "{{map}} map - 队员最多击杀 (incl. overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "{{map}} 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}} map 轮 {{round}} - 炸弹被拆除",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "{{map}} 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}} 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}} 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}} 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}} 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}} 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}} 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}} map - 会不会不有ACE (incl. overtime)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "{{map}} 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}} 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": "胜平负",
		"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": "180s 盘口",
		"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": "超过 180s",
		"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}} 盘 - 正确得分 (in legs)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "{{set}} 盘 leg {{leg}} - 得分为180的队员",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "{{set}} 盘 leg {{leg}} - 检查颜色",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "绿",
			"red": "红"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "{{set}} 盘 - leg 差点",
		"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 {{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 {{leg}} - 总投掷",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "高于 {{total}}",
			"under": "低于 {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "{{set}} 盘 leg {{leg}} - 胜者",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "{{set}} 盘 - 最多 180s",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "平局",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "{{set}} 盘- 奇数/偶数 legs",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "偶数",
			"odd": "奇数"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "{{set}} 盘 - {{team}} 总数 180s",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "{{set}} 盘 - 总数 180s",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "{{set}} 盘- 总 legs",
		"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}} 总数 180s",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "总数 180s",
		"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": "正确比分（在maps）",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_10_minutes_total_kills": {
		"Name": "{{map}} map 十分钟-总击杀从{{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}} 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}} 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}} map - 队员最高蠕变得分",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "{{map}} 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}} 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}} map - {{xth}}净值",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "{{map}} 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}} map - 总塔",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{total}}",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "{{map}} 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}} map - {{xth}} 保护",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_barracks": {
		"Name": "{{map}} map - {{xth}} 兵营",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "{{map}} map - {{xth}} 杀",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "{{map}} map - {{xth}} 圣地",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "{{map}} 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": "会不会有rampage",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "否",
			"yes": "是"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "会不会有ultra kill",
		"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": "胜平负",
		"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": "胜平负",
		"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 (incl. overtime)",
		"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": "盘口 (incl. overtime)",
		"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": "下半场 - 盘口 (incl. overtime)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.highest_scoring_quarter": {
		"Name": "得分最高的节",
		"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}} 分 (incl. overtime)",
		"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}}总数 (incl. overtime)",
		"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": "下半场 - 总数 (incl. overtime)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"esport_nba2k.totals": {
		"Name": "总数 (incl. overtime)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "高于{{total}}",
			"under": "低于{{total}}"
		}
	},
	"esport_nba2k.winner_incl_overtime": {
		"Name": "获胜 (incl. overtime)",
		"Primary": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "输赢比数(incl. overtime)",
		"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}}"
		}
	},
	"greyhound.exacta": {
		"Name": "正序连赢",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.place": {
		"Name": "位置",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.quinella": {
		"Name": "赌前两名",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.show": {
		"Name": "显示",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trifecta": {
		"Name": "三连胜式",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trio": {
		"Name": "三个一组",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "其他",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win": {
		"Name": "赢",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"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": "胜者 (incl. overtime and penalties)",
		"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": "胜平负",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "平局",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2_both_teams_to_score": {
		"Name": "x2 \u0026 两队得分 (incl. overtime and penalties)",
		"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": "正确比分 (incl. overtime and penalties)",
		"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": "输赢比数 (incl. overtime and penalties)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} 1",
			"away_by_2": "{{away}} 2",
			"away_by_3": "{{away}} 3+",
			"home_by_1": "{{home}} 1",
			"home_by_2": "{{home}} 2",
			"home_by_3": "{{home}} 3+"
		}
	},
	"kabaddi.handicap": {
		"Name": "欧洲让球盘",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "胜平负",
		"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": "正确比分（在maps）",
		"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}} map - 杀平局返还",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_handicap": {
		"Name": "{{map}} 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}} 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}} 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}} 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}} 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}} 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": "胜平负",
		"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": "胜者 \u0026 精确回合",
		"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": "正确比分（在maps）",
		"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}}"
		}
	}
}