{
	"american_football.1x2_period_first_half": {
		"Name": "1ère mi-temps - 1x2",
		"Description": "Pari à 3 voies lors de la première mi-temps : 1 = victoire à domicile, X = match nul et 2 = victoire adverse (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"american_football.double_chance": {
		"Name": "Double chance",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"draw_away": "Match nul ou {{away}}",
			"home_away": "{{home}} ou {{away}}",
			"home_draw": "{{home}} ou Match nul"
		}
	},
	"american_football.draw_no_bet": {
		"Name": "Remboursé si match nul (inclus prolongations)",
		"Description": "S'il y a match nul après le temps additionnel, tous les paris sont remboursés",
		"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": "passe",
			"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": "Plus de {{total}}",
			"under": "Moins de {{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": "Mi-temps/Fin de match",
		"Description": "Marché sur les résultats à la mi-temps ainsi qu'à la fin du 4ᵉ quart temps, excluant le temps additionnel",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"american_football.handicap": {
		"Name": "Handicap ",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.handicap_period_first_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.highest_scoring_quarter": {
		"Name": "Quart-temps le plus prolifique au score",
		"Description": "À l'issue de quel quart temps le plus de points seront marqués par les deux équipes, hors temps additionnel ?",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1er quart-temps",
			"2nd_quarter": "2ème quart-temps",
			"3rd_quarter": "3ème quart-temps",
			"4th_quarter": "4ème quart-temps",
			"equal": "égal"
		}
	},
	"american_football.moneyline": {
		"Name": "Vainqueur ",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.odd_even": {
		"Name": "Pair/Impair ",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"american_football.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"american_football.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"american_football.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"american_football.player_anytime_touchdown": {
		"Name": "{{player}} (Touchdown à Tout Moment)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_completions": {
		"Name": "{{player}} (Réceptions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_field_goal_period_1st_quarter": {
		"Name": "{{player}} (Field Goal lors du 1er Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_field_goal_period_2nd_quarter": {
		"Name": "{{player}} (Field Goal lors du 2ᵉ Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_field_goal_period_3rd_quarter": {
		"Name": "{{player}} (Field Goal lors du 3ᵉ Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_field_goal_period_4th_quarter": {
		"Name": "{{player}} (Field Goal lors du 4ᵉ Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_first_pass_completion_distance": {
		"Name": "{{player}} (Première Réception en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_first_reception": {
		"Name": "{{player}} (Première Réception en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_first_rushing_attempt": {
		"Name": "{{player}} (Première Tentative de Pointe en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_first_touchdown_pass_distance": {
		"Name": "{{player}} (Première Passe de Touchdown en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_first_touchdown_scorer": {
		"Name": "{{player}} (Marqueur du Premier Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_have_rush_attempts": {
		"Name": "{{player}} (Tentative de Pointe)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_interceptions": {
		"Name": "{{player}} (Interceptions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_kicking_points": {
		"Name": "{{player}} (Points Frappés)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_last_touchdown_scorer": {
		"Name": "{{player}} (Marqueur du Dernier Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_long_completion": {
		"Name": "{{player}} (Longue Réception Réussie)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_long_reception": {
		"Name": "{{player}} (Longue Réception)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_longest_pass_completion": {
		"Name": "{{player}} (Passe de Réception la Plus Longue en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_longest_punt": {
		"Name": "{{player}} (Botté de Dégagement le Plus Long en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_longest_reception": {
		"Name": "{{player}} (Réception la Plus Longue en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_longest_rushing_attempts": {
		"Name": "{{player}} (Tentative de Pointe la Plus Longue en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_miss_field_goal": {
		"Name": "{{player}} (Loupe un Botté de Précision)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_mvp_super_bowl": {
		"Name": "{{player}} (Meilleur Joueur du SuperBowl)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_pass_attempts": {
		"Name": "{{player}} (Tentatives de Passe)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_pass_completions": {
		"Name": "{{player}} (Passes Réceptionnées)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_pass_yards": {
		"Name": "{{player}} (Passe en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_points": {
		"Name": "{{player}} (Points Totaux)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_punt_result_in_a_touchback": {
		"Name": "{{player}} (Résultat de Botté de Dégagement lors d'un Touché Arrière)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_punts": {
		"Name": "{{player}} (Bottés de Dégagement Totaux)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_receiving_yards": {
		"Name": "{{player}} (Réception en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_receptions": {
		"Name": "{{player}} (Réceptions)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_rush_attempts": {
		"Name": "{{player}} (Tentatives de Pointe)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_rush_touchdown": {
		"Name": "{{player}} (Pointe et Touchdown)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_rush_yards": {
		"Name": "{{player}} (Pointe en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_score_points_in_all_four_quarters": {
		"Name": "{{player}} (Marque des Points lors des 4 Quart Temps 1-4)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_shortest_punt": {
		"Name": "{{player}} (Botté de Dégagement le Plus Court en Yards)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_throw_2_or_more_touchdowns_in_any_quarter": {
		"Name": "{{player}} (Marque 2 Touchdowns ou plus lors de n'importe quel quart temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_throw_touchdown_pass_period_1st_quarter": {
		"Name": "{{player}} (Fait une Passe de Touchdown dans le 1er Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_throw_touchdown_pass_period_2nd_quarter": {
		"Name": "{{player}} (Fait une Passe de Touchdown dans le 2ᵉ Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_throw_touchdown_pass_period_3rd_quarter": {
		"Name": "{{player}} (Fait une Passe de Touchdown dans le 3ᵉ Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_throw_touchdown_pass_period_4th_quarter": {
		"Name": "{{player}} (Fait une Passe de Touchdown dans le 4ᵉ Quart Temps)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_total_field_goals": {
		"Name": "{{player}} (Bottés de Précision)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_total_points_score_period_2nd_half_incl_ot": {
		"Name": "{{player}} (Points Totaux Marqués lors de la 2ᵉ Moitié + Temps Additionnel)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_touchdown": {
		"Name": "{{player}} (Marque un Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_touchdown_in_1h_and_2h_incl_ot": {
		"Name": "{{player}} (Marque un Touchdown lors de la 1ère et 2ᵉ moitié / Temps Additionnel)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_touchdown_passes": {
		"Name": "{{player}} (Passes de Touchdown)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.player_touchdown_period_1h": {
		"Name": "{{player}} (Marque un Touchdown lors de la 1ère Moitié)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"american_football.player_touchdown_receptions": {
		"Name": "{{player}} (Réceptions Touchdown)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.quarter_1x2": {
		"Name": "{{quarter}} quart-temps - 1x2",
		"Description": "Pari à 3 voies : 1 = victoire à domicile, X = match nul et 2 = victoire adverse à la fin du 4ᵉ quart temps(1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"american_football.quarter_handicap": {
		"Name": "{{quarter}} quart-temps - handicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_handicap_incl_ot": {
		"Name": "{{quarter}} quart-temps - handicap (inclus prolongations)",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_total": {
		"Name": "{{quarter}} quart-temps - total",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.quarter_totals_incl_ot": {
		"Name": "{{quarter}} quart-temps - total (inclus prolongations)",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.race_to_points": {
		"Name": "Atteindra en premier {{point}} points (inclus prolongations)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.team_highest_scoring_quarter": {
		"Name": "Equipe avec le plus de points en un quart-temps",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"american_football.team_odd_even": {
		"Name": "{{team}} Pair/Impair",
		"Variables": [
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"american_football.team_total_period_first_half": {
		"Name": "1ère mi-temps - {{team}} total",
		"Description": "Le nombre total de points marqués par l'équipe nommée lors de la 1ère moitié seulement",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.team_totals": {
		"Name": "{{team}} total (inclus prolongations)",
		"Description": "Nombre total de points marqués par l'équipe nommée, incluant le temps additionnel",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.totals_period_first_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.totals_period_second_half": {
		"Name": "2ème mi-temps - total (inclus prolongations)",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=1h\u0026period=ot\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"american_football.touchdown_scorer": {
		"Name": "{{touchdown}} touchdown scorer (incl. overtime)",
		"Variables": [
			"touchdown"
		],
		"Split": "period=ot\u0026touchdown={{touchdown}}",
		"Outcomes": {
			"away_d_st_player": "{{away}} d/st player",
			"away_other_player": "{{away}} other player",
			"home_d_st_player": "{{home}} d/st player",
			"home_other_player": "{{home}} other player"
		}
	},
	"archery.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"archery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"archery.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"archery.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"athletics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"athletics.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"athletics.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"aussie_rules.1st_half_1x2": {
		"Name": "1ère mi-temps - 1x2",
		"Description": "Pari à 3 voies : 1 = victoire à domicile, X = match nul et 2 = victoire adverse (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_double_chance": {
		"Name": "1ère mi-temps - double chance",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "Match nul ou {{away}}",
			"home_or_away": "{{home}} ou {{away}}",
			"home_or_draw": "{{home}} ou Match nul"
		}
	},
	"aussie_rules.1st_half_draw_no_bet": {
		"Name": "1ère mi-temps - remboursé si match nul",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_handicap": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.1st_half_odd_even": {
		"Name": "1ère mi-temps - pair/impair",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"aussie_rules.1st_half_team_total": {
		"Name": "1ère mi-temps - {{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"aussie_rules.1st_half_total": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"aussie_rules.double_chance": {
		"Name": "Double chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Match nul ou {{away}}",
			"home_away": "{{home}} ou {{away}}",
			"home_draw": "{{home}} ou Match nul"
		}
	},
	"aussie_rules.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"aussie_rules.odd_even": {
		"Name": "Pair/Impair (inclus prolongations)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"aussie_rules.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"aussie_rules.player_disposals": {
		"Name": "Passes du joueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_goals": {
		"Name": "Buts du joueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_handballs": {
		"Name": "Passes à la main du joueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_kicks": {
		"Name": "Passes au pied du joueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_marks": {
		"Name": "Arrêts de volée du joueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_tackles": {
		"Name": "Plaquages du joueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_1st_half": {
		"Name": "1ère mi-temps - intervalles nombre de points",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_ft": {
		"Name": "Intervalles points",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.quarter_1x2": {
		"Name": "{{quarter}} quart-temps - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_draw_no_bet": {
		"Name": "{{quarter}} quart-temps - remboursé si match nul",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_handicap": {
		"Name": "{{quarter}} quart-temps - handicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.quarter_team_total": {
		"Name": "{{quarter}} quart-temps - total {{team}}",
		"Variables": [
			"team",
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"aussie_rules.quarter_total": {
		"Name": "{{quarter}} quart-temps - total",
		"Variables": [
			"quarter",
			"total"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"aussie_rules.quarter_winning_margin": {
		"Name": "{{quarter}} quart-temps - marge de victoire",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.team_total": {
		"Name": "{{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"aussie_rules.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"aussie_rules.which_team_wins_the_rest_of_the_match_period_ft": {
		"Name": "Quelle équipe va gagner le reste du match {{score}} ?",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winner": {
		"Name": "Vainqueur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winning_margin_period_ft": {
		"Name": "Marge de victoire",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.exact_games": {
		"Name": "Nombre exact de jeux",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.game_odd_even": {
		"Name": "{{game}} jeu - pair/impair",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"badminton.game_point_handicap": {
		"Name": "{{game}} jeu - handicap points",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.game_pointnr": {
		"Name": "{{game}} manche - {{point}} point",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_race_to_points": {
		"Name": "{{game}} jeu - atteindra en premier {{point}} points",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_total_points": {
		"Name": "{{game}} jeu - total points",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"badminton.game_winner": {
		"Name": "{{game}} jeu - vainqueur",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.nr_games_by_extra_points": {
		"Name": "Combien de jeux vont se décider par des points supplémentaires ?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"badminton.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"badminton.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bandy.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"bandy.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"bandy.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.1x2_and_total_period_ot": {
		"Name": "1x2 \u0026 total (inclus manches supplémentaires)",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 plus de {{total}}",
			"away_and_under": "{{away}} \u0026 moins de {{total}}",
			"draw_and_over": "Match nul \u0026 plus de {{total}}",
			"draw_and_under": "Match nul \u0026 moins de {{total}}",
			"home_and_over": "{{home}} \u0026 plus de {{total}}",
			"home_and_under": "{{home}} \u0026 moins de {{total}}"
		}
	},
	"baseball.both_teams_to_score_in_inning": {
		"Name": "{{inning}} manche - les deux équipes qui marquent",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"baseball.handicap_in_inning": {
		"Name": "{{inning}} manche - handicap",
		"Variables": [
			"inning",
			"handicap"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.handicap_innings_1_to_5": {
		"Name": "Manches 1 à 5 - handicap",
		"Variables": [
			"handicap",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.highest_scoring_inning": {
		"Name": "Manche avec le plus de points marqués",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=innings1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5\u0026period=inning6\u0026period=inning7\u0026period=inning8\u0026period=inning9",
		"Outcomes": {
			"1st_inning": "1ère manche",
			"2nd_inning": "2ème manche",
			"3rd_inning": "3ème manche",
			"4th_inning": "4ème manche",
			"5th_inning": "5ème manche",
			"6th_inning": "6ème manche",
			"7th_inning": "7ème manche",
			"8th_inning": "8ème manche",
			"9th_inning": "9ème manche",
			"equal": "égal"
		}
	},
	"baseball.hit_on_pitch_pitchnr": {
		"Name": "Bonne balle au {{pitchnr}} lancer",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"baseball.home_run_on_pitch_pitchnr": {
		"Name": "Coup de circuit au {{pitchnr}} lancer",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"baseball.inning_1x2": {
		"Name": "{{inning}} manche - 1x2",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"baseball.inning_match_decision": {
		"Name": "Quand le match sera-t-il conclu ?",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"any_extra_inning": "une manche supplémentaire",
			"bottom_of_9th_inning": "bas de la 9ème manche",
			"top_of_9th_inning": "haut de la 9ème manche"
		}
	},
	"baseball.max_consecutive_runs": {
		"Name": "Maximum de runs consécutifs par une des équipes",
		"Description": "Plus grand nombre de points marqués par n'importe quelle équipe consécutivement",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"dynamic.runs": "{{runs}}"
		}
	},
	"baseball.moneyline": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.moneyline_innings_1_to_5": {
		"Name": "Manches 1 à 5 - 1x2",
		"Description": "Quelle équipe mènera à la fin du 5ᵉ tour de batte ?",
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"baseball.odd_even": {
		"Name": "Pair/Impair (inclus manches supplémentaires)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"baseball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"baseball.player_total_batter_runs_and_runs_batted_in_period_ot": {
		"Name": "{{player}} total batter runs + runs batted in (incl. extra innings)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.race_to_runs": {
		"Name": "Atteindra en premier {{run}} runs (inclus manches supplémentaires)",
		"Variables": [
			"run"
		],
		"Split": "period=ot\u0026run={{run}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.result_of_pitch": {
		"Name": "Résultat du {{pitchnr}} lancer",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"ball": "balle",
			"hit": "bonne balle (hit)",
			"other": "autre",
			"strike": "strike"
		}
	},
	"baseball.result_of_player_at_bat": {
		"Name": "Résultat de {{player}} {{appearancenr}} passage à la batte",
		"Variables": [
			"player",
			"appearancenr"
		],
		"Split": "player={{player}}\u0026appearancenr={{appearancenr}}",
		"Outcomes": {
			"home_run": "coup de circuit (homerun)",
			"on_base": "sur une base",
			"out": "éliminé"
		}
	},
	"baseball.run_line": {
		"Name": "Handicap (inclus manches supplémentaires)",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.run_range_period_ot": {
		"Name": "Intervalles nombre de runs (inclus manches supplémentaires)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.run_runnr_period_ot": {
		"Name": "{{runnr}} run (inclus manches supplémentaires)",
		"Variables": [
			"runnr"
		],
		"Split": "runnr={{runnr}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"baseball.team_total_home_runs_period_ot": {
		"Name": "{{team}} nombre de coup de circuits (homeruns) (prolongations incluses)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.team_totals": {
		"Name": "{{team}} total (inclus manches supplémentaires)",
		"Variables": [
			"total",
			"team",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.total_hits_in_inning": {
		"Name": "{{inning}} manche - nombre de frappes (hits)",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}_hits",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.total_hits_period_ot": {
		"Name": "Nombre de frappes (hit) (prolongations incluses)",
		"Variables": [
			"total"
		],
		"Split": "period=ft_hits\u0026period=ot_hits",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.total_home_runs_period_ot": {
		"Name": "Nombre de coup de circuits (homeruns) (prolongations incluses)",
		"Variables": [
			"total"
		],
		"Split": "period=ot_home_runs\u0026period=ft_home_runs",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.total_in_inning": {
		"Name": "{{inning}} manche - total",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.total_scoreless_innings": {
		"Name": "Total manche la moins prolifique au score",
		"Description": "Le nombre total de tours de batte lorsque l'équipe du batteur ne marque pas de point",
		"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": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.totals_innings_1_to_5": {
		"Name": "Manches 1 à 5 - total",
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"baseball.with_extra_inning": {
		"Name": "Y aura-t-il une manche supplémentaire ?",
		"Description": "Des tours de batte supplémentaires sont mis en place lorsque le score est nul à la fin du 9ᵉ tour de batte",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"basketball.1st_half_1x2": {
		"Name": "1ère mi-temps - 1x2",
		"Description": "Pari à 3 voies lors de la première mi-temps : 1 = victoire à domicile, X = match nul et 2 = victoire adverse (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_draw_no_bet": {
		"Name": "1ère mi-temps - remboursé si match nul",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_team_total": {
		"Name": "1ère mi-temps - {{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.1x2": {
		"Name": "1x2 (Hors prolongations)",
		"Description": "Pari à 3 voies : 1 = victoire à domicile, X = match nul et 2 = victoire adverse, excluant le temps additionnel (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2": {
		"Name": "2ème mi-temps - 1x2",
		"Description": "Pari à 3 voies lors de la deuxième mi-temps seulement : 1 = victoire à domicile, X = match nul et 2 = victoire adverse, excluant le temps additionnel (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot": {
		"Name": "2ème mi-temps - 1x2 (inclus prolongations)",
		"Deprecated": true,
		"Description": "Pari à 3 voies lors de la deuxième mi-temps seulement : 1 = victoire à domicile, X = match nul et 2 = victoire adverse, incluant le temps additionnel (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot.v2": {
		"Name": "2ème mi-temps - 1x2 (inclus prolongations)",
		"Deprecated": true,
		"Description": "Pari à 3 voies lors de la deuxième mi-temps seulement : 1 = victoire à domicile, X = match nul et 2 = victoire adverse, incluant le temps additionnel (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_handicap": {
		"Name": "2ème mi-temps - handicap (Hors prolongations)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.2nd_half_total": {
		"Name": "2ème mi-temps - total (Hors prolongations)",
		"Description": "Points marqués lors de la deuxième mi-temps uniquement par les deux équipes, excluant le temps additionnel",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.any_team_to_lead_by_points": {
		"Name": "Any team to lead by {{point}}",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"basketball.any_team_total_maximum_consecutive_points": {
		"Name": "Any team total maximum consecutive points",
		"Description": "Plus grand nombre de points marqués par n'importe quelle équipe consécutivement",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.anytime_exact_score": {
		"Name": "Score exact à tout moment {{homepoints}}:{{awaypoints}}",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"no": "Non",
			"yes": "Oui"
		}
	},
	"basketball.halftime_fulltime": {
		"Name": "Mi-temps/Fin de match",
		"Description": "Marché sur les résultats à la mi-temps ainsi qu'à la fin de la deuxième mi-temps, excluant le temps additionnel",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"basketball.handicap": {
		"Name": "Fourchette",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_2h_incl_ot": {
		"Name": "2ème mi-temps - handicap (inclus prolongations)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h_incl_ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_first_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_second_half": {
		"Name": "2ème mi-temps - handicap (Hors prolongations)",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.highest_scoring_quarter": {
		"Name": "Quart-temps le plus prolifique au score",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1er quart-temps",
			"2nd_quarter": "2ème quart-temps",
			"3rd_quarter": "3ème quart-temps",
			"4th_quarter": "4ème quart-temps",
			"equal": "égal"
		}
	},
	"basketball.moneyline": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.odd_even": {
		"Name": "Pair/Impair",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"basketball.odd_even_period_first_half": {
		"Name": "1ère mi-temps - pair/impair",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"basketball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"basketball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"basketball.player_assists": {
		"Name": "{{player}} (Passes décisives)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_blocks": {
		"Name": "{{player}} (Contres)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_double_double": {
		"Name": "{{player}} (Double-Double)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_points": {
		"Name": "{{player}} (Points)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_points_rebounds_assists": {
		"Name": "{{player}} (Points + Rebonds + Passes Décisives)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_rebounds": {
		"Name": "{{player}} (Rebonds)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_steals_blocks": {
		"Name": "{{player}} (Interceptions + Contres)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_three_point_field_goals": {
		"Name": "{{player}} (Paniers à 3 points)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.player_turnovers": {
		"Name": "{{player}} (Turnovers)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.quarter_1x2": {
		"Name": "{{quarter}} quart-temps - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"basketball.quarter_handicap": {
		"Name": "{{quarter}} quart-temps - handicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.quarter_totals": {
		"Name": "{{quarter}} quart-temps - total",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.race_to_home_x_and_away_y_points": {
		"Name": "Points à domicile {{homepoints}} et à l’extérieur {{awaypoints}}",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points": {
		"Name": "Atteindra en premier {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points_incl_ot": {
		"Name": "Atteindra en premier {{point}} points (inclus prolongations)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.scoring_type_pointnr": {
		"Name": "Manière de marquer {{point}} point (prolongation incl.)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} marque à 1 point",
			"away_2": "{{away}} marque à 2 points",
			"away_3": "{{away}} marque à 3 points",
			"home_1": "{{home}} marque à 1 point",
			"home_2": "{{home}} marque à 2 points",
			"home_3": "{{home}} marque à 3 points"
		}
	},
	"basketball.team_to_lead_by_points": {
		"Name": "{{team}} to lead by {{point}}",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"basketball.team_total_maximum_consecutive_points": {
		"Name": "{{team}} total maximum consecutive points",
		"Description": "Plus grand nombre de points marqués par l'équipe nommée consécutivement",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.team_totals": {
		"Name": "{{team}} total (inclus prolongations)",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.total_period_first_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.total_period_second_half": {
		"Name": "2ème mi-temps - total (inclus prolongations)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"basketball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"beach_soccer.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"beach_soccer.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"beach_soccer.totals": {
		"Name": "Total",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"beach_volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.handicap": {
		"Name": "Handicap points",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"beach_volleyball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"beach_volleyball.totals": {
		"Name": "Total points",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"beach_volleyball.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"bowls.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.handicap": {
		"Name": "Set handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"bowls.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"bowls.set_1x2": {
		"Name": "{{set}} set - 1x2",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"bowls.set_and_end_total": {
		"Name": "{{set}} set manche {{end}} - total",
		"Variables": [
			"set",
			"end",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"bowls.set_and_end_winner": {
		"Name": "{{set}} set manche {{end}} - vainqueur",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_draw_no_bet": {
		"Name": "{{set}} set - remboursé si match nul",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_end_exact_points": {
		"Name": "{{set}} set manche {{end}} - nombre exact de points",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"0": "0",
			"1": "1",
			"2": "2",
			"3": "3",
			"4": "4"
		}
	},
	"bowls.set_end_odd_even": {
		"Name": "{{set}} set manche {{end}} - pair/impair",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"bowls.set_handicap": {
		"Name": "{{set}} set - handicap",
		"Variables": [
			"handicap",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"bowls.set_point": {
		"Name": "{{set}} set - {{point}} point",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_race_to_points": {
		"Name": "{{set}} set - atteindra en premier {{point}} points",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_team_total": {
		"Name": "{{set}} set - {{team}} total",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026set={{set}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"bowls.set_total": {
		"Name": "{{set}} set - total",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"bowls.totals": {
		"Name": "Total sets",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"bowls.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.1x2": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"boxing.freetext": {
		"Name": "{{market_name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"boxing.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "En combien de rounds ce combat durera ? 1 / 2 (la moitié) d'un round représente 1 minute et 30 secondes",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"boxing.will_the_fight_go_the_distance": {
		"Name": "Will the fight go the distance",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"boxing.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.winner_exact_rounds": {
		"Name": "Winner \u0026 exact rounds",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "Vainqueur et round range",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winning_method": {
		"Name": "Winning method",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"call_of_duty.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.handicap": {
		"Name": "Map handicap",
		"Primary": true,
		"Description": "Le handicap donne à une équipe un avantage sur la carte pour rendre les parties avec une équipe supérieure plus égales et intéressantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"call_of_duty.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"call_of_duty.map_winner_v2": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"call_of_duty.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"call_of_duty.totals": {
		"Name": "Maps au total",
		"Primary": true,
		"Description": "Parier sur le nombre total de cartes jouées.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"call_of_duty.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"chess.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"chess.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"counter_strike.correct_score_in_maps": {
		"Name": "Score correct (en maps)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_1st_half_winner": {
		"Name": "{{map}} map 1ère mi-temps - vainqueur",
		"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": "Match nul",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_knife_round_winner": {
		"Name": "{{map}} map manche au couteau - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_odd_even_rounds": {
		"Name": "{{map}} map - pair/impair manches (inclus prolongations)",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period={{map}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"counter_strike.map_odd_even_rounds.v2": {
		"Name": "{{map}} map - pair/impair manches (inclus prolongations)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"counter_strike.map_player_with_most_deaths": {
		"Name": "{{map}} map - joueur avec le plus de morts (inclus prolongations)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "{{map}} map - joueur avec le plus de kills (inclus prolongations)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "{{map}} map - atteindra en premier {{round}} manches",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_bomb_defused": {
		"Name": "{{map}} map manche {{round}} - bombe désamorcée",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "{{map}} map manche {{round}} - bombe plantée",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"counter_strike.map_round_handicap": {
		"Name": "{{map}} map - manche handicap (inclus prolongations)",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_handicap.v2": {
		"Name": "{{map}} map - manche handicap (inclus prolongations)",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_kill_handicap": {
		"Name": "{{map}} map manche {{round}} - kill handicap",
		"Variables": [
			"handicap",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_kill_number": {
		"Name": "{{map}} map manche {{round}} - {{kill}} kill",
		"Variables": [
			"map",
			"round",
			"kill"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}\u0026kill={{kill}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_player_with_kills": {
		"Name": "{{map}} map manche {{round}} - joueur avec {{kill}} kill",
		"Variables": [
			"map",
			"round",
			"kill"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}\u0026kill={{kill}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_round_team_total_kills": {
		"Name": "{{map}} map manche {{round}} - {{team}} total kills",
		"Variables": [
			"team",
			"map",
			"round",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"counter_strike.map_round_total_kills": {
		"Name": "{{map}} map manche {{round}} - total kills",
		"Variables": [
			"total",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"counter_strike.map_round_winner": {
		"Name": "{{map}} map manche {{round}} - vainqueur",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_team_total": {
		"Name": "Carte {{map}} - {{team}} total",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"counter_strike.map_total_headshots": {
		"Name": "{{map}} map - total de tirs à la tête (inclus prolongations)",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"counter_strike.map_total_rounds": {
		"Name": "{{map}} map - total manches (inclus prolongations)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"counter_strike.map_will_there_be_an_ace": {
		"Name": "{{map}} map - y aura-t-il un ace (inclus prolongations) ?",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "{{map}} map - Y aura-t-il des prolongations ?",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"counter_strike.map_winner": {
		"Name": "{{map}} map - vainqueur (inclus prolongations)",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_xth_kill": {
		"Name": "{{map}} map - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.match_odds": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"counter_strike.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"counter_strike.total_maps": {
		"Name": "Maps au total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"counter_strike.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.any_player_to_score_milestone": {
		"Name": "manche - Un des joueurs va marquer {{milestone}}",
		"Deprecated": true,
		"Variables": [
			"milestone"
		],
		"Split": "period=ft\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"cricket.any_player_to_score_milestone.v2": {
		"Name": "{{innings}} manche - Un des joueurs va marquer {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"cricket.day_session_total": {
		"Name": "{{day}} jour session {{session}} - total",
		"Description": "Combien de courses dans la session de cette journée ?",
		"Variables": [
			"day",
			"session",
			"total"
		],
		"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.innings_dismissal_batter_out": {
		"Name": "{{innings}} manche - {{dismissal}} batteur out",
		"Description": "Quel frappeur sera sorti ensuite ?",
		"Variables": [
			"innings",
			"dismissal",
			"player"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.innings_player_to_score_milestone": {
		"Name": "{{innings}} manche - {{player}} va marquer {{milestone}}",
		"Description": "Est-ce que le batteur marquera autant de courses ?",
		"Variables": [
			"innings",
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"cricket.innings_player_total_fours": {
		"Name": "{{innings}} manche - {{player}} total de Four",
		"Description": "Fours marquées par le batteur",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.innings_team_total_fours": {
		"Name": "{{innings}} manche - {{team}} total de Four",
		"Description": "Combien de fours l'équipe marquera ?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.innings_team_total_sixes": {
		"Name": "{{innings}} manche - {{team}} total de Six",
		"Description": "Combien de Six l'équipe marquera ?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.innings_total": {
		"Name": "Courses Totales",
		"Deprecated": true,
		"Description": "Courses Totales",
		"Variables": [
			"inningnr",
			"total"
		],
		"Split": "period=ft\u0026period=inning{{inningnr}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.innings_total_v2": {
		"Name": "{{innings}} manche - total",
		"Variables": [
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"cricket.player_to_score_milestone": {
		"Name": "manche - {{player}} va marquer {{milestone}}",
		"Description": "Est-ce que le batteur marquera autant de courses ?",
		"Variables": [
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"cricket.player_total": {
		"Name": "manche - {{player}} total",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.player_total_fours": {
		"Name": "manche - {{player}} total de Four",
		"Description": "Fours marquées par le batteur",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.player_total_player_performance": {
		"Name": "{{player}} total performance du joueur",
		"Description": "Les points de performance du joueur (1 point / course, 20 points / guichet, 10 points / balle attrapée, 25 points / hors jeu)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.team_total_at_dismissal": {
		"Name": "manches - {{team}} total à la {{dismissal}} élimination",
		"Variables": [
			"team",
			"total",
			"dismissal"
		],
		"Split": "period=ft\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.team_total_fours": {
		"Name": "manche - {{team}} total de Four",
		"Description": "Combien de fours l'équipe marquera ?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.team_total_from_0_over_to_x_over": {
		"Name": "manche Séries de lancers 0 à {{over}} - {{team}} total",
		"Variables": [
			"to_over",
			"team",
			"total"
		],
		"Split": "period=ft\u0026to_over={{to_over}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.team_total_sixes": {
		"Name": "manche - {{team}} total de Six",
		"Description": "Combien de Six l'équipe marquera ?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.test_1x2": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"cricket.test_match_innings_any_player_score_milestone": {
		"Name": "{{innings}} manche - Un des joueurs va marquer {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"cricket.test_match_innings_team_total_at_dismissal": {
		"Name": "{{innings}} manches - {{team}} total à la {{dismissal}} élimination",
		"Variables": [
			"innings",
			"team",
			"dismissal",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.test_match_innings_team_totals": {
		"Name": "{{innings}} manche - {{team}} total",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.test_match_player_total": {
		"Name": "{{innings}} manche - {{player}} total",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.test_match_team_with_top_batter": {
		"Name": "Equipe avec le meilleur batteur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.test_winner": {
		"Name": "Gagnante",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.top_batter_total": {
		"Name": "Meilleur batteur total",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.total_in_highest_scoring_over": {
		"Name": "Total dans la série de lancers la plus prolifique au score",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.total_sixes": {
		"Name": "Total de Six",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"cricket.will_there_be_a_tie": {
		"Name": "Y aura-t-il une égalité ?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"cricket.winner": {
		"Name": "Vainqueur (inclus le Super Over)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"crossfire.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"crossfire.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"curling.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"curling.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"curling.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"curling.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"cycling.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.head2head": {
		"Name": "Face à face",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cycling.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cycling.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"darts.180s_handicap": {
		"Name": "180 handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.correct_score_in_sets": {
		"Name": "Score correct (en nombre de sets)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.handicap_legs": {
		"Name": "Manche handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.handicap_sets": {
		"Name": "Set handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.most_180s": {
		"Name": "Le plus de 180",
		"Description": "Quel joueur marquera le plus de 180 ? c.-à-d. 180 = 3 triples 20 en un tour",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"darts.odd_even_sets": {
		"Name": "Pair/Impair sets",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"darts.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"darts.set_correct_score_in_legs": {
		"Name": "{{set}} set - score correct (en nombre de manches)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "{{set}} set manche {{leg}} - un des joueurs va faire un 180",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "{{set}} set manche {{leg}} - dernière couleur du finish",
		"Description": "La dernière fléchette de la partie sera-t-elle verte ou rouge ?",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "vert",
			"red": "rouge"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "{{set}} set - manche handicap",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.set_leg_team_to_score_a_180": {
		"Name": "{{set}} set manche {{leg}} - {{team}} va faire un 180",
		"Variables": [
			"set",
			"leg",
			"team"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"darts.set_leg_total_darts": {
		"Name": "{{set}} set manche {{leg}} - total fléchettes",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "{{set}} set manche {{leg}} - vainqueur",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "{{set}} set - le plus de 180",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "{{set}} set - pair/impair manches",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "{{set}} set - {{team}} total de 180",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "{{set}} set - total de 180",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "{{set}} set - total manches",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.set_which_player_wins_the_rest": {
		"Name": "{{set}} set - quel joueur va gagner le reste",
		"Variables": [
			"set",
			"score"
		],
		"Split": "period=default\u0026set={{set}}\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"darts.set_winner": {
		"Name": "{{set}} set - vainqueur",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.team_total_180s": {
		"Name": "{{team}} total de 180",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "Total de 180",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.total_legs": {
		"Name": "Total manches",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.total_sets": {
		"Name": "Total sets",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"darts.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.correct_score_in_maps": {
		"Name": "Score correct (en maps)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_10_minutes_total_kills": {
		"Name": "{{map}} map 10 Minutes - total kills de {{from}} à {{to}}",
		"Variables": [
			"total",
			"map",
			"from",
			"to"
		],
		"Split": "period=default\u0026map={{map}}\u0026from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.map_aegis_handicap": {
		"Name": "{{map}} map - égide handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_draw_no_bet": {
		"Name": "{{map}} map - kill pari remboursé si match nul",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_kill_handicap": {
		"Name": "{{map}} map - kill handicap",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_handicap_v2": {
		"Name": "{{map}} map - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_most_kills": {
		"Name": "Carte {{map}} - Le Plus de Tués",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_player_with_highest_creep_score": {
		"Name": "{{map}} map - joueur avec le plus haut creep score",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "{{map}} map - atteindra en premier le niveau {{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 - atteindra en premier {{xth}} kills",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_race_to_xth_net_worth": {
		"Name": "{{map}} map - atteindra en premier {{xth}} valeur nette",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_team_total_kills": {
		"Name": "Carte {{map}} - {{team}} Total Tués",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "{{map}} map - total égides",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.map_total_kills": {
		"Name": "{{map}} map - total kills",
		"Deprecated": true,
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.map_total_kills_v2": {
		"Name": "{{map}} map - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.map_total_tower": {
		"Name": "{{map}} map - total tours",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "{{map}} map - tour handicap",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_winner_v2": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_aegis": {
		"Name": "{{map}} map - {{xth}} égide",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_barracks": {
		"Name": "{{map}} map - {{xth}} caserne",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "{{map}} map - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "{{map}} manche - {{xth}} autel",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "{{map}} map - {{xth}} tour",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.match_odds": {
		"Name": "1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"dota_2.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"dota_2.total_maps": {
		"Name": "Maps au total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"dota_2.will_there_be_a_rampage": {
		"Name": "Y aura-t-il un rampage ?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "Y aura-t-il un ultra kill ?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"dota_2.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"entertainment.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"entertainment.over_under": {
		"Name": "Plus de / Moins de",
		"Variables": [
			"price"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{price}}",
			"under": "Moins de {{price}}"
		}
	},
	"esport_aoe.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_aoe.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_aoe.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Description": "Le handicap donne à une équipe un avantage sur la carte pour rendre les parties avec une équipe supérieure plus égales et intéressantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_aoe.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_aoe.total_maps": {
		"Name": "Maps au total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_aoe.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_arena_of_valor.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_arena_of_valor.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.match_3_way": {
		"Name": "3 voies",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_arena_of_valor.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_bga.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_bga.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_bga.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_bga.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_brawl_stars.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_brawl_stars.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_brawl_stars.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Description": "Le handicap donne à une équipe un avantage sur la carte pour rendre les parties avec une équipe supérieure plus égales et intéressantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_brawl_stars.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_brawl_stars.total_maps": {
		"Name": "Maps au total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_brawl_stars.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.asian_handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_extratime": {
		"Name": "Prolongations - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_first_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_second_half": {
		"Name": "2ème mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.booking_match_odds": {
		"Name": "Cartons 1x2",
		"Variables": [],
		"Split": "period=period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_fifa.booking_nr": {
		"Name": "{{booking}} carton",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"esport_fifa.both_teams_to_score": {
		"Name": "Les deux équipes qui marquent",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"esport_fifa.corner_handicap": {
		"Name": "Corners handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.corner_match_odds": {
		"Name": "Corners 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_fifa.corner_nr": {
		"Name": "{{corner}} corner",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"esport_fifa.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_1st_half": {
		"Name": "1ère mi-temps - score correct",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_2nd_half": {
		"Name": "2ème mi-temps - score correct",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.double_chance": {
		"Name": "Double chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Match nul ou {{away}}",
			"home_away": "{{home}} ou {{away}}",
			"home_draw": "{{home}} ou Match nul"
		}
	},
	"esport_fifa.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.exact_total_goals_period_first_half": {
		"Name": "1ère mi-temps - nombre exact de buts",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.exact_total_goals_period_second_half": {
		"Name": "2ème mi-temps - nombre exact de buts",
		"Variables": [
			"goals"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.goal_nr": {
		"Name": "{{goal}} but",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"esport_fifa.halftime_fulltime_result": {
		"Name": "Mi-temps/Fin de match",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"esport_fifa.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_extratime": {
		"Name": "Prolongations - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_first_half": {
		"Name": "1ère mi-temps - 1x2",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_second_half": {
		"Name": "2ème mi-temps - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_fifa.odd_even.penalty_shootout": {
		"Name": "Séance de tirs au but - pair/impair",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "Pair",
			"odd": "Impair"
		}
	},
	"esport_fifa.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_fifa.penalty_shootout_odd_even": {
		"Name": "Séance de tirs au but - pair/impair",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"esport_fifa.team_clean_sheet": {
		"Name": "{{team}} cage inviolée",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"esport_fifa.team_total_goals": {
		"Name": "{{team}} total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_first_half": {
		"Name": "1ère mi-temps - {{team}} total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_second_half": {
		"Name": "2ème mi-temps - {{team}} total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.team_win_to_nil": {
		"Name": "{{team}} gagne sans prendre de buts",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"esport_fifa.total_booking_points": {
		"Name": "Total points cartons",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.total_bookings": {
		"Name": "Total cartons",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.total_corners": {
		"Name": "Total corners",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.total_goals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.total_goals_period_extratime": {
		"Name": "Prolongations - total",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.total_goals_period_first_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_fifa.total_goals_period_second_half": {
		"Name": "2ème mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_free_fire.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_king_of_glory.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_kill_handicap": {
		"Name": "{{map}} map - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_most_kills": {
		"Name": "Carte {{map}} - Le Plus de Tués",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_king_of_glory.map_team_total_kills": {
		"Name": "Carte {{map}} - {{team}} Total Tués",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_king_of_glory.map_total_kills": {
		"Name": "{{map}} map - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_king_of_glory.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}\u0026period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_king_of_glory.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_king_of_glory.total_maps": {
		"Name": "Maps au Total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_king_of_glory.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_madden.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.1st_half_1x2": {
		"Name": "1ère mi-temps - 1x2",
		"Description": "Pari à 3 voies lors de la première mi-temps seulement : 1 = victoire à domicile, X = égalité et 2 = victoire adverse",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_draw_no_bet": {
		"Name": "1ère mi-temps - remboursé si match nul",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_team_total": {
		"Name": "1ère mi-temps - {{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.1st_half_winning_margin": {
		"Name": "1ère mi-temps - marge de victoire",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.1x2": {
		"Name": "1x2",
		"Description": "Pari à 3 voies excluant le Temps Additionnel : 1 = victoire à domicile, X = égalité et 2 = victoire adverse",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2": {
		"Name": "2ème mi-temps - 1x2",
		"Description": "Pari à 3 voies lors de la 2ᵉ mi-temps seulement, excluant le Temps Additionnel : 1 = victoire à domicile, X = égalité et 2 = victoire adverse",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot": {
		"Name": "2ème mi-temps - 1x2 (inclus prolongations)",
		"Deprecated": true,
		"Description": "Pari à 3 voies lors de la 2ᵉ mi-temps seulement, incluant le Temps Additionnel : 1 = victoire à domicile, X = égalité et 2 = victoire adverse",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot.v2": {
		"Name": "2ème mi-temps - 1x2 (inclus prolongations)",
		"Description": "Pari à 3 voies lors de la deuxième mi-temps seulement : 1 = victoire à domicile, X = match nul et 2 = victoire adverse, incluant le temps additionnel (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_handicap": {
		"Name": "2ème mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.2nd_half_total": {
		"Name": "2ème mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.halftime_fulltime": {
		"Name": "Mi-temps/Fin de match",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"esport_nba2k.handicap": {
		"Name": "Fourchette",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_first_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_second_half": {
		"Name": "2ème mi-temps - handicap (inclus prolongations)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.highest_scoring_quarter": {
		"Name": "Quart-temps le plus prolifique au score",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1er quart-temps",
			"2nd_quarter": "2ème quart-temps",
			"3rd_quarter": "3ème quart-temps",
			"4th_quarter": "4ème quart-temps",
			"equal": "égal"
		}
	},
	"esport_nba2k.odd_even": {
		"Name": "Pair/Impair",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"esport_nba2k.odd_even_period_first_half": {
		"Name": "1ère mi-temps - pair/impair",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"esport_nba2k.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_nba2k.quarter_1x2": {
		"Name": "{{quarter}} quart-temps - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.quarter_handicap": {
		"Name": "{{quarter}} quart-temps - handicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.quarter_totals": {
		"Name": "{{quarter}} quart-temps - total",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.quarter_winning_margin": {
		"Name": "{{quarter}} quart-temps - marge de victoire",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away_by_3_plus": "{{away}} par 3 ou +",
			"home_by_3_plus": "{{home}} par 3 ou +",
			"other": "autre"
		}
	},
	"esport_nba2k.race_to_points": {
		"Name": "Atteindra en premier {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.race_to_points_incl_ot": {
		"Name": "Atteindra en premier {{point}} points (inclus prolongations)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.scoring_type_pointnr": {
		"Name": "Manière de marquer {{point}} point (prolongation incl.)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} marque à 1 point",
			"away_2": "{{away}} marque à 2 points",
			"away_3": "{{away}} marque à 3 points",
			"home_1": "{{home}} marque à 1 point",
			"home_2": "{{home}} marque à 2 points",
			"home_3": "{{home}} marque à 3 points"
		}
	},
	"esport_nba2k.team_totals": {
		"Name": "{{team}} total (inclus prolongations)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.total_period_first_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.total_period_second_half": {
		"Name": "2ème mi-temps - total (inclus prolongations)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.totals": {
		"Name": "Total",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_nba2k.winner_incl_overtime": {
		"Name": "Vainqueur (inclus prolongations)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "Marge de victoire (inclus prolongations)",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_valorant.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Description": "Le handicap donne à une équipe un avantage sur la carte pour rendre les parties avec une équipe supérieure plus égales et intéressantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_round_handicap": {
		"Name": "{{map}} map - handicap (prolongations inclus)",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_team_total_rounds": {
		"Name": "Carte {{map}} - {{team}} total",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_valorant.map_total_rounds": {
		"Name": "{{map}} map - total (prolongations inclus)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_valorant.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_valorant.totals": {
		"Name": "Maps au total",
		"Primary": true,
		"Description": "Parier sur le nombre total de cartes jouées.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_valorant.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_warcraft.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_warcraft.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_warcraft.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_warcraft.totals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"esport_warcraft.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"field_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"field_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"field_hockey.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"floorball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"floorball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"floorball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"formula_1.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"formula_e.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"futsal.double_chance": {
		"Name": "Double chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Match nul ou {{away}}",
			"home_away": "{{home}} ou {{away}}",
			"home_draw": "{{home}} ou Match nul"
		}
	},
	"futsal.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"futsal.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"futsal.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"futsal.odd_even": {
		"Name": "Pair/Impair (inclus prolongations)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"futsal.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"futsal.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"golf.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"golf.winner": {
		"Name": "Face à face",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"greyhound.exacta": {
		"Name": "Exacta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright": {
		"Name": "{{market_name}}",
		"Deprecated": true,
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright.v2": {
		"Name": "{{name}}",
		"Deprecated": true,
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"greyhound.place": {
		"Name": "Place",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.place.v2": {
		"Name": "Place ({{position}} à positionner)",
		"Deprecated": true,
		"Description": "Parier sur un chien qui termine à une des places choisies, c.-à-d. Top 3 veut dire que votre sélection sera considérée gagnante si le chien termine à l'une des trois premières places.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.quinella": {
		"Name": "Quinella",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.show": {
		"Name": "Show",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trifecta": {
		"Name": "Trifecta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trio": {
		"Name": "Trio",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win": {
		"Name": "Win",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win.v2": {
		"Name": "Vainqueur",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.win_sp.v2": {
		"Name": "Victoire",
		"Deprecated": true,
		"Description": "Le prix de départ sera la cote officielle déclarée par les bookmakers de l'événement au début de la course.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhounds.place": {
		"Name": "Place ({{position}} à positionner)",
		"Primary": true,
		"Description": "Parier sur un chien qui termine à une des places choisies, c.-à-d. Top 3 veut dire que votre sélection sera considérée gagnante si le chien termine à l'une des trois premières places.",
		"Variables": [
			"position"
		],
		"Split": "period=default\\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win": {
		"Name": "Vainqueur",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win_sp": {
		"Name": "Victoire",
		"Description": "Le prix de départ sera la cote officielle déclarée par les bookmakers de l'événement au début de la course.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"handball.1st_half_total": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"handball.double_chance": {
		"Name": "Double chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Match nul ou {{away}}",
			"home_away": "{{home}} ou {{away}}",
			"home_draw": "{{home}} ou Match nul"
		}
	},
	"handball.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"handball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"handball.halftime_fulltime_result": {
		"Name": "Mi-temps/Fin de match",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"handball.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"handball.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"handball.odd_even": {
		"Name": "Pair/Impair (inclus prolongations)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"handball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"handball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"handball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"handball.team_total": {
		"Name": "{{team}} total (inclus prolongations)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"handball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"handball.winner": {
		"Name": "Vainqueur (inclus prolongations et séance de tirs au but)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"hearthstone.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"hearthstone.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"hearthstone.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"hearthstone.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"hearthstone.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"heroes_of_the_storm.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"heroes_of_the_storm.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"heroes_of_the_storm.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.total": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"heroes_of_the_storm.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"horse_racing.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"horse_racing.place": {
		"Name": "Place ({{position}} à positionner)",
		"Primary": true,
		"Description": "Parier sur un cheval qui termine à une des places choisies, c.-à-d. Top 3 veut dire que votre sélection sera considérée gagnante si le chien termine à l'une des trois premières places.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win": {
		"Name": "Vainqueur",
		"Primary": true,
		"Description": "Gagnant de la course",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win.v2": {
		"Name": "Vainqueur",
		"Primary": true,
		"Description": "Gagnant de la course",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win_sp": {
		"Name": "Victoire",
		"Description": "Le prix de départ sera la cote officielle déclarée par les bookmakers de l'événement au début de la course.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"ice_hockey.1x2": {
		"Name": "1x2 (Hors prolongations)",
		"Description": "Pari à 3 voies excluant le Temps Additionnel : 1 = victoire à domicile, X = match nul et 2 = victoire adverse (1 = 1ère équipe appelée si le lieu du match est neutre)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2_both_teams_to_score": {
		"Name": "1x2 \u0026 les deux équipes qui marquent (inclus prolongations et séance de tirs au but)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away_no": "{{away}} \u0026 non",
			"away_yes": "{{away}} \u0026 oui",
			"home_no": "{{home}} \u0026 non",
			"home_yes": "{{home}} \u0026 oui"
		}
	},
	"ice_hockey.all_periods_under": {
		"Name": "Toutes les périodes Moins de {{total}}",
		"Variables": [
			"total"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"ice_hockey.both_teams_to_score": {
		"Name": "Les deux équipes qui marquent",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"ice_hockey.correct_score": {
		"Name": "Score correct",
		"Description": "Le score à la fin du temps règlementaire c.-à-d. excluant le temps additionnel et tirs de fusillade",
		"Variables": [],
		"Split": "period=ft\u0026period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"ice_hockey.correct_score_incl_overtime_and_penalties": {
		"Name": "Score correct (inclus prolongations et séance de tirs au but)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.double_chance": {
		"Name": "Double chance (Hors prolongations)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_or_away": "Match nul ou {{away}}",
			"home_or_away": "{{home}} ou {{away}}",
			"home_or_draw": "{{home}} ou Match nul"
		}
	},
	"ice_hockey.exact_goals_period_ft_incl_et_and_penalty_shootout": {
		"Name": "Nombre exact de buts (Prolongations et Séance de Tirs de Fusillade inclus)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=et\u0026period=penalty_shootout",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.goal_nr": {
		"Name": "{{goal}} but",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"ice_hockey.handicap": {
		"Name": "Handicap (inclus prolongations et séance de tirs au but)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.handicap_regular_time": {
		"Name": "Handicap (Hors prolongations et séance de tirs au but)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.highest_scoring_period": {
		"Name": "Période la plus prolifique au score",
		"Variables": [],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"1st_period": "1ère période",
			"2nd_period": "2ème période",
			"3rd_period": "3ème période",
			"equal": "égal"
		}
	},
	"ice_hockey.last_goal": {
		"Name": "Dernier but",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"ice_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"ice_hockey.period_1x2": {
		"Name": "{{period}} période - 1x2",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"ice_hockey.period_both_teams_to_score": {
		"Name": "{{period}} période - les deux équipes qui marquent",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"ice_hockey.period_handicap": {
		"Name": "{{period}} période - handicap",
		"Variables": [
			"handicap",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.period_last_team_to_score": {
		"Name": "{{period}} période - dernière équipe qui va marquer",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"ice_hockey.period_team_total": {
		"Name": "{{period}} période - {{team}} total",
		"Variables": [
			"team",
			"total",
			"period"
		],
		"Split": "period=p{{period}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"ice_hockey.period_total": {
		"Name": "{{period}} période - total",
		"Variables": [
			"total",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"ice_hockey.period_which_team_to_score": {
		"Name": "{{period}} période - quelle équipe va marquer",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"both_teams": "les deux équipes",
			"none": "aucun",
			"only_away": "seulement {{team}}",
			"only_home": "seulement {{team}}"
		}
	},
	"ice_hockey.period_winner": {
		"Name": "{{period}} Période - Gagnant",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.team_clean_sheet": {
		"Name": "{{team}} cage inviolée",
		"Description": "Un blanchissage désigne l'incapacité d'une équipe à marquer un but",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"ice_hockey.team_to_score_in_all_periods": {
		"Name": "{{team}} qui marque dans toutes les périodes",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"ice_hockey.team_to_score_in_first_period": {
		"Name": "{{team}} Marquer lors de la 1ère Période",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"ice_hockey.team_total": {
		"Name": "{{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"ice_hockey.team_total_incl_overtime_and_penalties": {
		"Name": "{{team}} total (inclus prolongations et séance de tirs au but)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"ice_hockey.total": {
		"Name": "Total (Hors prolongations et séance de tirs au but)",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"ice_hockey.totals": {
		"Name": "Total US (inclus prolongations et séance de tirs au but)",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"ice_hockey.which_team_to_score": {
		"Name": "Quelle équipe va marquer",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"both_teams": "les deux équipes",
			"none": "aucun",
			"only_away": "seulement {{team}}",
			"only_home": "seulement {{team}}"
		}
	},
	"ice_hockey.winner": {
		"Name": "Vainqueur (inclus prolongations et séance de tirs au but)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.winning_margin_incl_overtime_and_penalties": {
		"Name": "Marge de victoire (inclus prolongations et séance de tirs au but)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} par 1",
			"away_by_2": "{{away}} par 2",
			"away_by_3": "{{away}} par 3 ou +",
			"away_by_4": "{{away}} par 4",
			"away_by_5_plus": "{{away}} par 5 ou +",
			"away_by_exact_3": "{{away}} par 3",
			"home_by_1": "{{home}} par 1",
			"home_by_2": "{{home}} par 2",
			"home_by_3": "{{home}} par 3 ou +",
			"home_by_4": "{{home}} par 4",
			"home_by_5_plus": "{{home}} par 5 ou +",
			"home_by_exact_3": "{{home}} par 3"
		}
	},
	"kabaddi.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"kabaddi.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"kabaddi.total": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"league_of_legends.correct_score_in_maps": {
		"Name": "Score correct (en maps)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"league_of_legends.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"league_of_legends.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet": {
		"Name": "{{map}} map - kill pari remboursé si match nul",
		"Deprecated": true,
		"Description": "Choisissez l'équipe que vous pensez gagnera. Dans le cas d'un match nul, les parts seront remboursées.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet.v2": {
		"Name": "{{map}} map - kill pari remboursé si match nul",
		"Description": "Choisissez l'équipe que vous pensez gagnera. Dans le cas d'un match nul, les parts seront remboursées.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_handicap": {
		"Name": "{{map}} map - kill handicap",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_handicap.v2": {
		"Name": "{{map}} map - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_team_total_kills": {
		"Name": "Carte {{map}} - {{team}} Total Tués",
		"Variables": [
			"team",
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"league_of_legends.map_total_kills": {
		"Name": "{{map}} map - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"league_of_legends.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_winner_v2": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_baron": {
		"Name": "{{map}} map - {{xth}} baron",
		"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}} dragon",
		"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}} inhibiteur",
		"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}} kill",
		"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}} tour",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.match_odds": {
		"Name": "1x2",
		"Description": "Les cotes vous donnent la possibilité de parier sur l'équipe (A), une égalité et l'équipe (B).",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"league_of_legends.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"league_of_legends.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"league_of_legends.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"league_of_legends.total_maps": {
		"Name": "Maps au total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"league_of_legends.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.1x2": {
		"Name": "1x2",
		"Description": "Pari à 3 voies : 1 désigne une victoire à domicile, X désigne une égalité et 2 désigne une victoire adverse.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"mma.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"mma.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"mma.will_the_fight_go_the_distance": {
		"Name": "Will the fight go the distance",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"mma.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.winner_exact_rounds": {
		"Name": "Winner \u0026 exact rounds",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.winning_method": {
		"Name": "Winning method",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.head2head": {
		"Name": "Face à face",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"motorsport.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"olympics.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"olympics.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"olympics.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"olympics.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"olympics.winner": {
		"Name": "Vainqueur",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"overwatch.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_kill_handicap": {
		"Name": "{{map}} map - kill handicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_most_kills": {
		"Name": "Carte {{map}} - Le Plus de Tués",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.map_team_total_kills": {
		"Name": "Carte {{map}} - {{team}} Total Tués",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"overwatch.map_total_kills": {
		"Name": "{{map}} map - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"overwatch.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}\u0026period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"overwatch.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"overwatch.total_maps": {
		"Name": "Totalité des Cartes",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"overwatch.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"pesapallo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"pesapallo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"politics.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.government": {
		"Name": "Gouvernement",
		"Description": "Gouvernement après l'élection",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.house_majority": {
		"Name": "Majorité",
		"Description": "Majorité",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.most_seats": {
		"Name": "La plupart des sièges",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.next_chancellor": {
		"Name": "Prochain chancelier",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright": {
		"Name": "{{market_name}}",
		"Deprecated": true,
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright.v2": {
		"Name": "{{name}}",
		"Deprecated": true,
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"politics.party_of_next_chancellor": {
		"Name": "Parti du Prochain Chancelier",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.party_vote_percentage": {
		"Name": "Pourcentage des Votes {{party}}",
		"Variables": [
			"party"
		],
		"Split": "party={{party}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.senate_majority": {
		"Name": "Majorité du Sénat",
		"Description": "Majorité du Sénat",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"rainbow_six.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rainbow_six.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"rainbow_six.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rocket_league.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"rocket_league.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rocket_league.handicap": {
		"Name": "Map handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rocket_league.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rocket_league.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rocket_league.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rocket_league.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"rocket_league.total_maps": {
		"Name": "Maps au total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rocket_league.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.1x2_period_1st_half": {
		"Name": "1ère mi-temps - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"rugby_league.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Description": "Choisissez l'équipe que vous pensez gagnera. Dans le cas d'un match nul, les parts seront remboursées.",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_league.halftime_fulltime_result": {
		"Name": "Mi-temps/Fin de match",
		"Description": "Marché sur les résultats à la mi-temps ainsi qu'à la fin du match, excluant le temps additionnel",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_league.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.handicap_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "Pari handicap à 3 voies, c.-à-d. Angleterre contre le Pays de Galles 0:19 = l'Angleterre doit gagner avec 20 points d'avance ou plus, Égalité 0:19 = l'Angleterre doit gagner avec 19 points d'avance exactement, Pays de Galles 0:19 = le Pays de Galles doit gagner ou perdre avec un écart de 18 points ou moins.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Match nul ({{handicap_score}})",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_league.handicap_period_1st_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.moneyline": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"rugby_league.next_scoring_play": {
		"Name": "Prochain but à {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} avec un drop",
			"away_with_penalty": "{{away}} avec une pénalité",
			"away_with_try": "{{away}} avec un essai",
			"home_with_drop_goal": "{{home}} avec un drop",
			"home_with_penalty": "{{home}} avec une pénalité",
			"home_with_try": "{{home}} avec un essai"
		}
	},
	"rugby_league.odd_even": {
		"Name": "Pair/Impair",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"rugby_league.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_league.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_league.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"rugby_league.race_to_points": {
		"Name": "Atteindra en premier {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"rugby_league.team_totals": {
		"Name": "{{team}} total (inclus prolongations)",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_league.total_period_1st_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_league.total_tries": {
		"Name": "Total d'essais",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_league.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_league.try_handicap": {
		"Name": "Essais handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.which_team_wins_the_rest_of_the_match": {
		"Name": "Quelle équipe va gagner le reste du match {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"rugby_league.winning_margin_period_ft": {
		"Name": "Marge de victoire",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.1x2_period_1st_half": {
		"Name": "1ère mi-temps - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"rugby_union.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_union.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.halftime_fulltime_result": {
		"Name": "Mi-temps/Fin de match",
		"Description": "Marché sur les résultats à la mi-temps ainsi qu'à la fin du match, excluant le temps additionnel",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_union.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.handicap_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "Pari handicap à 3 voies, c.-à-d. Angleterre contre le Pays de Galles 0:19 = l'Angleterre doit gagner avec 20 points d'avance ou plus, Égalité 0:19 = l'Angleterre doit gagner avec 19 points d'avance exactement, Pays de Galles 0:19 = le Pays de Galles doit gagner ou perdre avec un écart de 18 points ou moins.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Match nul ({{handicap_score}})",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_union.handicap_period_1st_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.moneyline": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"rugby_union.next_scoring_play": {
		"Name": "Prochain but à {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} avec un drop",
			"away_with_penalty": "{{away}} avec une pénalité",
			"away_with_try": "{{away}} avec un essai",
			"home_with_drop_goal": "{{home}} avec un drop",
			"home_with_penalty": "{{home}} avec une pénalité",
			"home_with_try": "{{home}} avec un essai"
		}
	},
	"rugby_union.odd_even": {
		"Name": "Pair/Impair",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"rugby_union.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"rugby_union.race_to_points": {
		"Name": "Atteindra en premier {{point}} points",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"rugby_union.team_totals": {
		"Name": "{{team}} total (inclus prolongations)",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_union.total_period_1st_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_union.total_tries": {
		"Name": "Total d'essais",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_union.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"rugby_union.try_handicap": {
		"Name": "Essais handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.which_team_wins_the_rest_of_the_match": {
		"Name": "Quelle équipe va gagner le reste du match {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"rugby_union.winning_margin_period_ft": {
		"Name": "Marge de victoire",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sailing.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"sailing.winner": {
		"Name": "Vainqueur",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"snooker.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"snooker.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.handicap": {
		"Name": "Manche handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"snooker.odd_even_frames": {
		"Name": "Pair/Impair manches",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"snooker.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"snooker.totals": {
		"Name": "Total manches",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"snooker.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.10_minutes_sending_off_from_to": {
		"Name": "10 minutes - expulsion de {{from}} à {{to}}",
		"Variables": [
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.12_booking_handicap": {
		"Name": "1-2 Handicap Cartons",
		"Description": "1 point = deux cartons jaunes, 2 points = carton rouge avec 3 points maximum par joueur. Seulement les joueurs sur le terrain comptent",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_corner_handicap": {
		"Name": "1ère mi-temps - corners handicap",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_total_corners": {
		"Name": "1ère mi-temps - total corners",
		"Variables": [
			"total"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.5_minutes_team_total_corners_from_to": {
		"Name": "5 minutes - {{team}} total corners de {{from}} à {{to}}",
		"Variables": [
			"team",
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.5_minutes_total_from_to": {
		"Name": "5 minutes - total de {{from}} à {{to}}",
		"Variables": [
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.anytime_goalscorer": {
		"Name": "Buteur pendant le match",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "aucun but",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.anytime_goalscorer_and_1x2_period_ft": {
		"Name": "{{player}} Buteur dans le match \u0026 1x2",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "{{player}} \u0026 Match nul",
			"home": "{{home}}",
			"other": "autre"
		}
	},
	"soccer.asian_handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Description": "Rendez-vous sur [article sur le Handicap asiatique](/{{locale}}/blog/betting-strategy/what-are-asian-handicaps/)",
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_extratime": {
		"Name": "Prolongations - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_first_half": {
		"Name": "1ère mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_second_half": {
		"Name": "2ème mi-temps - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.booking_match_odds": {
		"Name": "Cartons 1x2",
		"Description": "Quelle équipe recevra le plus de cartons ? (10 = carton jaune, 25 = carton rouge avec un maximum de 35 points par joueur. Seuls les joueurs sur le terrain comptent.)",
		"Variables": [],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.booking_nr": {
		"Name": "{{booking}} carton",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"soccer.booking_point_range_period_ft": {
		"Name": "Nombre de points des cartons (fourchette)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.both_teams_to_score": {
		"Name": "Les deux équipes qui marquent",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.both_teams_to_score_period_1h": {
		"Name": "1ère mi-temps - les deux équipes qui marquent",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.corner_handicap": {
		"Name": "Corners handicap",
		"Description": "Pari de match entre les équipes, incluant le handicap corner. Pour être pris en compte, un corner doit être tiré.",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_handicap_period_1h": {
		"Name": "1ère mi-temps - corners handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_match_odds": {
		"Name": "Corners 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.corner_nr": {
		"Name": "{{corner}} corner",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"soccer.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_1st_half": {
		"Name": "1ère mi-temps - score correct",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_2nd_half": {
		"Name": "2ème mi-temps - score correct",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "autre",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.double_chance": {
		"Name": "Double chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Match nul ou {{away}}",
			"home_away": "{{home}} ou {{away}}",
			"home_draw": "{{home}} ou Match nul"
		}
	},
	"soccer.double_chance_period_1h": {
		"Name": "1ère mi-temps - double chance",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "Match nul ou {{away}}",
			"home_or_away": "{{home}} ou {{away}}",
			"home_or_draw": "{{home}} ou Match nul"
		}
	},
	"soccer.draw_no_bet": {
		"Name": "Remboursé si match nul",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.draw_no_bet_period_1h": {
		"Name": "1ère mi-temps - remboursé si match nul",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.exact_total_goals_period_first_half": {
		"Name": "1ère mi-temps - nombre exact de buts",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.exact_total_goals_period_second_half": {
		"Name": "2ème mi-temps - nombre exact de buts",
		"Variables": [
			"goals"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.freetext.v2": {
		"Name": "{{market}}",
		"Variables": [
			"market"
		],
		"Split": "market={{market}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.freetext.v3": {
		"Name": "{{market_name_key}}",
		"Variables": [
			"market_name_key"
		],
		"Split": "market_name_key={{market_name_key}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.goal_nr": {
		"Name": "{{goal}} but",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"soccer.goal_strike_zone": {
		"Name": "{{goal}} but - zone de frappe",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"high_center": "en haut au centre",
			"high_left": "en haut à gauche",
			"high_right": "en haut à droite",
			"low_center": "en bas au centre",
			"low_left": "en bas à gauche",
			"low_right": "en bas à droite"
		}
	},
	"soccer.goalnr_goalscorer": {
		"Name": "{{goal}} buteur",
		"Description": "Le pari Buteur 1 désigne le premier buteur du match. Si le joueur choisi n'a pas commencé ou n'est pas sur le terrain lorsque le but est marqué, les paris sont nuls. Buteur 2 représente le deuxième but, Buteur 3 le troisième but, etc.",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"dynamic.no_goal": "aucun but",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.goalscorer_and_correct_score_period_ft": {
		"Name": "{{player}} {{goalnr}} buteur \u0026 score exact",
		"Variables": [
			"goalnr",
			"player"
		],
		"Split": "player={{player}}\u0026goalnr={{goalnr}}",
		"Outcomes": {
			"dynamic.score": "{{score}}",
			"other": "autre"
		}
	},
	"soccer.halftime_fulltime_result": {
		"Name": "Mi-temps/Fin de match",
		"Description": "Marché sur les résultats à la mi-temps ainsi qu'à la fin des 90 minutes",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Match nul",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Match nul/{{away}}",
			"draw_draw": "Match nul/Match nul",
			"draw_home": "Match nul/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Match nul",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"soccer.handicap.penalty_shootout": {
		"Name": "Handicap - Séance de Tirs au But",
		"Variables": [
			"handicap"
		],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.handicap_1x2_period_1h": {
		"Name": "1ère mi-temps - handicap {{handicap_score}}",
		"Description": "Équipe à Domicile 0:1 = l'équipe à domicile doit gagner avec un écart de 2 buts ou plus. Égalité 0:1 = l'équipe à domicile gagne avec un but d'avance. Équipe adverse 0:1 = l'équipe adverse doit gagner ou faire un match nul.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=1h\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Match nul ({{handicap_score}})",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"soccer.last_corner": {
		"Name": "Dernier corner",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "aucun"
		}
	},
	"soccer.last_goalscorer": {
		"Name": "Dernier buteur",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "aucun but",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Le gagnant à la fin des 90 minutes réglementaires",
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_extratime": {
		"Name": "Prolongations - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_first_half": {
		"Name": "1ère mi-temps - 1x2",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_second_half": {
		"Name": "2ème mi-temps - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.odd_even.penalty_shootout": {
		"Name": "Séance de tirs au but - pair/impair",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "Pair",
			"odd": "Impair"
		}
	},
	"soccer.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"soccer.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"soccer.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.penalty_shootout_odd_even": {
		"Name": "Séance de tirs au but - pair/impair",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"soccer.player_assists_period_ot": {
		"Name": "{{player}} Assistances du joueur",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_goals_period_ot": {
		"Name": "{{player}} Buts du joueur",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_on_goal_period_ot": {
		"Name": "{{player}} Tirs cadrés du joueur",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_period_ot": {
		"Name": "{{player}} Tirs du joueur",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_tackles_period_ot": {
		"Name": "{{player}} Plaquages du joueur",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_total_passes_period_ot": {
		"Name": "{{player}} Passes Totales (Incluant le Temps Additionnel)",
		"Description": "Passes totales faites par le joueur",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.player_total_shots_on_goal_period_ot": {
		"Name": "{{player}} Nombre de Tirs Total (Incluant le Temps Additionnel)",
		"Description": "Tirs Totaux par le joueur",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.player_total_shots_period_ot": {
		"Name": "{{player}} Tirs Totaux (Incluant le Temps Additionnel)",
		"Description": "Tirs Totaux par le joueur",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.player_total_tackles_period_ot": {
		"Name": "{{player}} Tacles Totaux (Incluant le Temps Additionnel)",
		"Description": "Tacles totaux faits par le joueur",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.sending_off_period_1h": {
		"Name": "1ère mi-temps - Expulsion ?",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.sending_off_period_ft": {
		"Name": "Expulsion",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.team_clean_sheet": {
		"Name": "{{team}} cage inviolée",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.team_total_goals": {
		"Name": "{{team}} total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.team_total_goals_period_first_half": {
		"Name": "1ère mi-temps - {{team}} total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.team_total_goals_period_second_half": {
		"Name": "2ème mi-temps - {{team}} total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.team_win_to_nil": {
		"Name": "{{team}} gagne sans prendre de buts",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.to_qualify": {
		"Name": "Pour se Qualifier",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.to_qualify.v2": {
		"Name": "Se qualifie",
		"Variables": [],
		"Split": "period=default\u0026period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.total.penalty_shootout_first_ten": {
		"Name": "Total - 1er 10 Pénaltys lors de la Séance de Tirs au But",
		"Variables": [
			"total"
		],
		"Split": "period=penalty_shootout_first_ten",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_booking_points": {
		"Name": "Total points cartons",
		"Description": "10 points = deux cartons jaunes, 25 points = carton rouge avec 35 points maximum par joueur. Seulement les joueurs sur le terrain comptent",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_bookings": {
		"Name": "Total cartons",
		"Description": "1 point = deux cartons jaunes, 2 points = carton rouge avec 3 points maximum par joueur. Seulement les joueurs sur le terrain comptent",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_corners": {
		"Name": "Total corners",
		"Description": "Nombre total de corners tirés lors du temps réglementaire.",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_goals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_goals_period_extratime": {
		"Name": "Prolongations - total",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_goals_period_first_half": {
		"Name": "1ère mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.total_goals_period_second_half": {
		"Name": "2ème mi-temps - total",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"soccer.when_will_goal_be_scored_intervals": {
		"Name": "Quand le {{goal}} but sera-t-il marqué (intervalle 10 minutes)",
		"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": "aucun"
		}
	},
	"soccer.which_team_wins_the_rest_of_the_match": {
		"Name": "Quelle équipe va gagner le reste du match ?",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"soccer.will_there_be_penalty_shootout": {
		"Name": "Y aura-t-il une séance de tirs au but ?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"soccer.winner_period_penalty_shootout": {
		"Name": "Gagnant - Séance de Tirs au But",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.winning_method": {
		"Name": "Méthode de victoire",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_overtime": "{{away}} prolongations",
			"away_penalties": "{{away}} séance de tirs au but",
			"away_regular_time": "{{away}} temps réglementaire",
			"home_overtime": "{{home}} prolongations",
			"home_penalties": "{{home}} séance de tirs au but",
			"home_regular_time": "{{home}} temps réglementaire"
		}
	},
	"specials.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"specials.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"specials.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"specials.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"squash.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"squash.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"squash.point_handicap": {
		"Name": "Handicap points",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"squash.total_points": {
		"Name": "Total points",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"squash.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.correct_score_in_maps": {
		"Name": "Score correct (en maps)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"starcraft.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"starcraft.map_handicap": {
		"Name": "Map handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"starcraft.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.map_winner_v2": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"starcraft.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"starcraft.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"starcraft.total_maps": {
		"Name": "Maps au total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"starcraft.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"street_fighter_v.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"street_fighter_v.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"street_fighter_v.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"street_fighter_v.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"sumo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sumo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sumo.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"sumo.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"swimming.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"swimming.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"swimming.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"swimming.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"table_tennis.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"table_tennis.exact_games": {
		"Name": "Nombre exact de jeux",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.game_odd_even": {
		"Name": "{{game}} jeu - pair/impair",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"table_tennis.game_odd_even.v2": {
		"Name": "{{game}} jeu - pair/impair",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"table_tennis.game_point": {
		"Name": "{{game}} manche - {{point}} point",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_point_handicap": {
		"Name": "{{game}} jeu - handicap points",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_point_handicap.v2": {
		"Name": "{{game}} jeu - handicap points",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_race_to_points": {
		"Name": "{{game}} jeu - atteindra en premier {{point}} points",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_total_points": {
		"Name": "{{game}} jeu - total points",
		"Deprecated": true,
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"table_tennis.game_total_points.v2": {
		"Name": "{{game}} jeu - total points",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"table_tennis.game_winner": {
		"Name": "{{game}} jeu - vainqueur",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_winner.v2": {
		"Name": "{{game}} jeu - vainqueur",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.handicap": {
		"Name": "Handicap points",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.handicap.v2": {
		"Name": "Handicap points",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.how_many_games_will_be_decided_by_extra_points": {
		"Name": "Combien de jeux vont se décider par des points supplémentaires ?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"table_tennis.totals": {
		"Name": "Total points",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"table_tennis.totals.v2": {
		"Name": "Total points",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"table_tennis.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.any_set_to_nil": {
		"Name": "Un des sets sans concéder de jeu",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"tennis.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.exact_points": {
		"Name": "{{set}} set jeu {{game}} - nombre exact de points",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "set={{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"dynamic.point": "{{point}}"
		}
	},
	"tennis.exact_sets": {
		"Name": "Nombre exact de sets",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.game_handicap": {
		"Name": "Handicap de jeux ",
		"Primary": true,
		"Description": "Prédisez les résultats après que le handicap ait été appliqué aux parties auxquels les joueurs ont gagné. Tous les paris resteront VALABLES s'il y a un Super Tie Break, qui compte comme 1 partie.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_in_set": {
		"Name": "{{set}} set - jeux handicap",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_void_supertiebreak": {
		"Name": "Handicap de Partie (NON VALABLE si Super Tie Break lors du 3ᵉ jeu)",
		"Deprecated": true,
		"Description": "Prédisez les résultats après que le handicap ait été appliqué aux parties auxquels les joueurs ont gagné. Non valable si Super Tie Break lors du 3ᵉ jeu. Un Tie Break de 10 points au troisième jeu dans le Grand Chelem n'est pas un Super Tie Break.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.odd_even_games": {
		"Name": "Pair/impair jeux",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"tennis.point_in_game_and_set": {
		"Name": "{{set}} set jeu {{game}} - {{point}} 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}} set - atteindra en premier {{game}} jeux",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.race_to_points_in_set_and_game": {
		"Name": "{{set}} set jeu {{game}} - atteindra en premier {{point}} points",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026point={{point}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.set_correct_score": {
		"Name": "{{set}} set - score correct",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.set_game_correct_score": {
		"Name": "{{set}} set jeu {{game}} - score correct",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"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}} set jeu {{game}} - va à égalité",
		"Description": "La partie annoncée atteindra-t-elle « deuce » ? c.-à-d. si le score est à 40 - 40 à tout moment",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"tennis.set_handicap": {
		"Name": "Set handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.set_tiebreak_total_points": {
		"Name": "{{set}} set tiebreak - total points",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"tennis.team_to_win_a_set": {
		"Name": "{{team}} remporte un set",
		"Description": "Le joueur sélectionné gagnera-t-il au moins un jeu ?",
		"Variables": [
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5\u0026team={{team}}",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"tennis.team_total_games": {
		"Name": "{{team}} total jeux",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026team={{team}}\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"tennis.total_games": {
		"Name": "Total de jeux (le super tie-break compte comme 1 jeu) ",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Le nombre total de jeux gagnés par les deux joueurs combinés, c.-à-d. 6 - 2, 3 - 6, 7 - 6 = 30 (16 + 14). Tous les paris seront VALABLES s'il y a un Super Tie Break comptant comme 1 jeu.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"tennis.total_games_in_set": {
		"Name": "{{set}} set - total jeux",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"tennis.total_games_void_supertiebreak": {
		"Name": "Total de Jeux (NON VABALE si Super Tie Break lors du 3ᵉ Jeu)",
		"Deprecated": true,
		"Description": "Le nombre total de jeux gagnés par les deux joueurs combinés, c.-à-d. 6 - 2, 3 - 6, 7 - 6 = 30 (16 + 14). Non valable si Super Tie Break au 3ᵉ jeu. Un Tie Break de 10 points au troisième jeu dans le Grand Chelem n'est pas un Super Tie Break.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"tennis.total_sets": {
		"Name": "Total sets",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"tennis.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_and_total": {
		"Name": "Vainqueur  et total",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 plus de {{total}}",
			"away_and_under": "{{away}} \u0026 moins de {{total}}",
			"home_and_over": "{{home}} \u0026 plus de {{total}}",
			"home_and_under": "{{home}} \u0026 moins de {{total}}"
		}
	},
	"tennis.winner_in_game_and_set": {
		"Name": "{{set}} set jeu {{game}} - vainqueur",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_of_set": {
		"Name": "{{set}} set - vainqueur",
		"CashoutAvailable": true,
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.with_tiebreak": {
		"Name": "Y aura-t-il un Tie-break ?",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"volleyball.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"volleyball.handicap": {
		"Name": "Handicap points",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"volleyball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"volleyball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"volleyball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"volleyball.set_handicap": {
		"Name": "Set handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"volleyball.total_sets": {
		"Name": "Total sets",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"volleyball.totals": {
		"Name": "Total points",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"volleyball.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"waterpolo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"waterpolo.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Match nul",
			"home": "{{home}}"
		}
	},
	"waterpolo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"waterpolo.totals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"wild_rift.correct_score": {
		"Name": "Score correct",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"wild_rift.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"wild_rift.handicap": {
		"Name": "Handicap (inclus prolongations)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"wild_rift.map_winner": {
		"Name": "{{map}} map - vainqueur",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"wild_rift.total": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"wild_rift.winner": {
		"Name": "Vainqueur",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"winter_sports.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"winter_sports.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"winter_sports.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"winter_sports.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"world_lottery.bonus_ball_equals_any_regular_ball": {
		"Name": "Boule bonus égal à une des boules régulières",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"world_lottery.bonus_ball_odd_even": {
		"Name": "Boule bonus Pair/Impair",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"world_lottery.bonus_ball_range": {
		"Name": "Boule bonus Intervalle",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_single_digit": {
		"Name": "Boule bonus Chiffre unique",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "non",
			"yes": "oui"
		}
	},
	"world_lottery.bonus_ball_sum_odd_even": {
		"Name": "Boule bonus Somme Pair/Impair",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"world_lottery.bonus_ball_sum_total": {
		"Name": "Boule bonus Somme Total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"world_lottery.bonus_ball_total": {
		"Name": "Boule bonus Total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"world_lottery.draw_sum_odd_even": {
		"Name": "Tirage Somme Pair/Impair",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "pair",
			"odd": "impair"
		}
	},
	"world_lottery.draw_sum_range": {
		"Name": "Tirage Somme Intervalle",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.draw_sum_total": {
		"Name": "Tirage Somme Total",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"world_lottery.draw_sum_total_incl_bonus_ball": {
		"Name": "Tirage Somme Total (inclus Boule bonus)",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Plus de {{total}}",
			"under": "Moins de {{total}}"
		}
	},
	"world_lottery.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"world_lottery.standard_bet": {
		"Name": "Pari standard",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_additional_drum": {
		"Name": "Pari standard (inclus Boule bonus dans une sphère additionelle)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_same_drum": {
		"Name": "Pari standard (inclus Boule bonus dans la même sphère)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	}
}