{
	"american_football.1x2_period_first_half": {
		"Name": "1° tempo - 1x2",
		"Description": "Mercato 3-way solo per il 1° tempo: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta (1=1° squadra nominata in caso di sede neutrale)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"american_football.double_chance": {
		"Name": "Doppia chance",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"draw_away": "Pareggio o {{away}}",
			"home_away": "{{home}} o {{away}}",
			"home_draw": "{{home}} o pareggio"
		}
	},
	"american_football.draw_no_bet": {
		"Name": "Pareggio annulla scommessa (incl. supplementari)",
		"Description": "In caso di pareggio dopo i tempi supplementari, tutte le scommesse verranno annullate",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.drive_play_play_type": {
		"Name": "{{drive}} drive giocato {{play}} - {{team}} tipo giocata",
		"Variables": [
			"drive",
			"play",
			"team"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"pass": "Passaggio",
			"rush": "Pressione"
		}
	},
	"american_football.drive_play_total_yards_gained": {
		"Name": "{{drive}} drive giocato {{play}} - {{team}} totale yard conquistate",
		"Variables": [
			"drive",
			"play",
			"team",
			"total"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.drive_result": {
		"Name": "{{drive}} drive - risultato",
		"Variables": [
			"drive"
		],
		"Split": "drive={{drive}}",
		"Outcomes": {
			"field_goal_attempt": "Tentativo di field goal",
			"offensive_touchdown": "Touchdown offensivo",
			"punt": "Punt",
			"safety": "Sicurezza",
			"turnover": "Turnover"
		}
	},
	"american_football.halftime_fulltime_result": {
		"Name": "Intervallo/finale",
		"Description": "Scommessa sia sul risultato all'intervallo che sul risultato alla fine del 4° quarto, esclusi i tempi supplementari",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/pareggio",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Pareggio/{{away}}",
			"draw_draw": "Pareggio/Pareggio",
			"draw_home": "Pareggio/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/pareggio",
			"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° tempo - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.highest_scoring_quarter": {
		"Name": "Quarto con il risultato più alto",
		"Description": "Quale sarà il quarto che produrrà il maggior numero di punti segnati da entrambe le squadre, esclusi i tempi supplementari?",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1° quarto",
			"2nd_quarter": "2° quarto",
			"3rd_quarter": "3° quarto",
			"4th_quarter": "4° quarto",
			"equal": "uguale"
		}
	},
	"american_football.moneyline": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.odd_even": {
		"Name": "Pari/dispari",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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 in qualunque momento)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_completions": {
		"Name": "{{player}} (Completi)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_field_goal_period_1st_quarter": {
		"Name": "{{player}} (Field Goal nel 1° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_field_goal_period_2nd_quarter": {
		"Name": "{{player}} (Field Goal nel 2° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_field_goal_period_3rd_quarter": {
		"Name": "{{player}} (Field Goal nel 3° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_field_goal_period_4th_quarter": {
		"Name": "{{player}} (Field Goal nel 4° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_first_pass_completion_distance": {
		"Name": "{{player}} (Primo passaggio completo in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_reception": {
		"Name": "{{player}} (Prima ricezione in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_rushing_attempt": {
		"Name": "{{player}} (Primo tentativo di pressione in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_touchdown_pass_distance": {
		"Name": "{{player}} (Primo passaggio in touchdown in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_first_touchdown_scorer": {
		"Name": "{{player}} (1° marcatore di touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_have_rush_attempts": {
		"Name": "{{player}} (Tentativo di pressione)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_interceptions": {
		"Name": "{{player}} (Intercetti)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_kicking_points": {
		"Name": "{{player}} (Punti da Field Goal)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_last_touchdown_scorer": {
		"Name": "{{player}} (Ultimo marcatore di touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_long_completion": {
		"Name": "{{player}} (Completo lungo)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_long_reception": {
		"Name": "{{player}} (Ricezione lunga)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_pass_completion": {
		"Name": "{{player}} (Passaggio più lungo completato in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_punt": {
		"Name": "{{player}} (Punt più lungo in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_reception": {
		"Name": "{{player}} (Ricezione più lunga in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_longest_rushing_attempts": {
		"Name": "{{player}} (Tentativo di pressione più lungo in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_miss_field_goal": {
		"Name": "{{player}} (Sbaglia un field goal)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_mvp_super_bowl": {
		"Name": "{{player}} (MVP del SuperBowl)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_pass_attempts": {
		"Name": "{{player}} (Tentativi di passaggio)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_pass_completions": {
		"Name": "{{player}} (Passaggi completi)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_pass_yards": {
		"Name": "{{player}} (Passaggio in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_points": {
		"Name": "{{player}} (Punti totali)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_punt_result_in_a_touchback": {
		"Name": "{{player}} (Risultato del punt in un touchback)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_punts": {
		"Name": "{{player}} (Punt totali)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_receiving_yards": {
		"Name": "{{player}} (Yard di ricezione)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_receptions": {
		"Name": "{{player}} (Ricezioni)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_rush_attempts": {
		"Name": "{{player}} (Tentativi di pressione)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_rush_touchdown": {
		"Name": "{{player}} (Pressione TD)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_rush_yards": {
		"Name": "{{player}} (Pressione yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_score_points_in_all_four_quarters": {
		"Name": "{{player}} (Segna punti in tutti e 4 i quarti 1-4)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_shortest_punt": {
		"Name": "{{player}} (Punt più corto in yard)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_throw_2_or_more_touchdowns_in_any_quarter": {
		"Name": "{{player}} (Effettua 2 o più passaggi da touchdown in qualsiasi quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_throw_touchdown_pass_period_1st_quarter": {
		"Name": "{{player}} (Effettua un passaggio da touchdown nel 1° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_throw_touchdown_pass_period_2nd_quarter": {
		"Name": "{{player}} (Effettua un passaggio da touchdown nel 2° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_throw_touchdown_pass_period_3rd_quarter": {
		"Name": "{{player}} (Effettua un passaggio da touchdown nel 3° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_throw_touchdown_pass_period_4th_quarter": {
		"Name": "{{player}} (Effettua un passaggio da touchdown nel 4° quarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_total_field_goals": {
		"Name": "{{player}} (Field goal)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_total_points_score_period_2nd_half_incl_ot": {
		"Name": "{{player}} (Punti totali segnati nel 2° tempo + tempi supplementari)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_touchdown": {
		"Name": "{{player}} (Segna un Touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_touchdown_in_1h_and_2h_incl_ot": {
		"Name": "{{player}} (Segna un touchdown nel 1° tempo e nel 2° tempo/tempi supplementari)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_touchdown_passes": {
		"Name": "{{player}} (Passaggi da TD)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.player_touchdown_period_1h": {
		"Name": "{{player}} (Segna un touchdown nel 1° tempo)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_touchdown_receptions": {
		"Name": "{{player}} (TD su ricezioni)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.quarter_1x2": {
		"Name": "{{quarter}} quarto - 1x2",
		"Description": "Mercato 3-way: 1 = vittoria in casa, X = pareggio e il 2 = vittoria in trasferta alla fine del 4° quarto (1=1° squadra nominata se in campo neutro)",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"american_football.quarter_handicap": {
		"Name": "{{quarter}} quarto - handicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_handicap_incl_ot": {
		"Name": "{{quarter}} quarto - handicap  (incl. supplementari)",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_total": {
		"Name": "{{quarter}} quarto - totale",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.quarter_totals_incl_ot": {
		"Name": "{{quarter}} quarto - totale (incl. supplementari)",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.race_to_points": {
		"Name": "Gara a {{point}} punti (incl. supplementari)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.team_highest_scoring_quarter": {
		"Name": "Squadra con il risultato più alto in un quarto",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"american_football.team_odd_even": {
		"Name": "{{team}} pari/dispari",
		"Variables": [
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"american_football.team_total_period_first_half": {
		"Name": "1° tempo - {{team}} totale",
		"Description": "Il numero totale di punti segnati dalla squadra indicata solo nel 1° tempo",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.team_totals": {
		"Name": "{{team}} totale (incl. supplemementari)",
		"Description": "Numero totale di punti segnati dalla squadra indicata, compresi i tempi supplementari",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.totals": {
		"Name": "Totali",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.totals_period_first_half": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.totals_period_second_half": {
		"Name": "2° tempo - totale (incl. supplementari)",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=1h\u0026period=ot\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"american_football.touchdown_scorer": {
		"Name": "{{touchdown}} touchdown segnati",
		"Variables": [
			"touchdown"
		],
		"Split": "period=ot\u0026touchdown={{touchdown}}",
		"Outcomes": {
			"away_d_st_player": "{{away}} d/st giocatore",
			"away_other_player": "{{away}} altro giocatore",
			"home_d_st_player": "{{home}} d/st giocatore",
			"home_other_player": "{{home}} altro giocatore"
		}
	},
	"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° tempo - 1x2",
		"Description": "Mercato 3-way: 1 = vittoria in casa, X = pareggio e il 2 = vittoria in trasferta (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_double_chance": {
		"Name": "1° tempo - doppia chance",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "pareggio o {{away}}",
			"home_or_away": "{{home}} o {{away}}",
			"home_or_draw": "{{home}} o pareggio"
		}
	},
	"aussie_rules.1st_half_draw_no_bet": {
		"Name": "1° tempo - pareggio senza scommessa",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_handicap": {
		"Name": "1° tempo - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.1st_half_odd_even": {
		"Name": "1° tempo - pari/dispari",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"even": "pari",
			"odd": "dispari"
		}
	},
	"aussie_rules.1st_half_team_total": {
		"Name": "1° tempo - {{team}} totale",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"aussie_rules.1st_half_total": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "under {{total}}"
		}
	},
	"aussie_rules.double_chance": {
		"Name": "Doppia chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Pareggio o {{away}}",
			"home_away": "{{home}} o {{away}}",
			"home_draw": "{{home}} o pareggio"
		}
	},
	"aussie_rules.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"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": "Pareggio",
			"home": "{{home}}"
		}
	},
	"aussie_rules.odd_even": {
		"Name": "Pari/dispari (incl. supplementari)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Eliminazioni giocatori",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_goals": {
		"Name": "Goal del giocatore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_handballs": {
		"Name": "Falli di mano del giocatore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_kicks": {
		"Name": "Kick del giocatore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_marks": {
		"Name": "Mark del giocatore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_tackles": {
		"Name": "Placcaggi del giocatore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_1st_half": {
		"Name": "1° tempo - intervallo punti",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_ft": {
		"Name": "Intervallo punti",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.quarter_1x2": {
		"Name": "{{quarter}} quarto - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_draw_no_bet": {
		"Name": "{{quarter}} quarto - pareggio annulla scommessa",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_handicap": {
		"Name": "{{quarter}} quarto - handicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.quarter_team_total": {
		"Name": "{{quarter}} quarto - {{team}} totale",
		"Variables": [
			"team",
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026team={{team}}",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "under {{total}}"
		}
	},
	"aussie_rules.quarter_total": {
		"Name": "{{quarter}} quarto - totale",
		"Variables": [
			"quarter",
			"total"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "under {{total}}"
		}
	},
	"aussie_rules.quarter_winning_margin": {
		"Name": "{{quarter}} quarto - margine vittoria",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.team_total": {
		"Name": "{{team}} totale",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "under {{total}}"
		}
	},
	"aussie_rules.totals": {
		"Name": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"aussie_rules.which_team_wins_the_rest_of_the_match_period_ft": {
		"Name": "Quale squadra vince il resto del match {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winner": {
		"Name": "Vincitore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winning_margin_period_ft": {
		"Name": "Margine vittoria",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.exact_games": {
		"Name": "Game esatti",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.game_odd_even": {
		"Name": "{{game}} game - pari/dispari",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "pari",
			"odd": "dispari"
		}
	},
	"badminton.game_point_handicap": {
		"Name": "{{game}} game - punto handicap",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.game_pointnr": {
		"Name": "{{game}} game - {{point}} punto",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_race_to_points": {
		"Name": "{{game}} game - gara a {{point}} punti",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_total_points": {
		"Name": "{{game}} game - totale punti",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"badminton.game_winner": {
		"Name": "{{game}} game - vincitore",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.nr_games_by_extra_points": {
		"Name": "Quanti game saranno decisi ai vantaggi",
		"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": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"badminton.winner": {
		"Name": "Vincitore",
		"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": "Pareggio",
			"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": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.1x2_and_total_period_ot": {
		"Name": "1x2 e totale (incl. extra inning)",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} e over {{total}}",
			"away_and_under": "{{away}} e Under {{total}}",
			"draw_and_over": "Pareggio e Over {{total}}",
			"draw_and_under": "Pareggio e Under {{total}}",
			"home_and_over": "{{home}} e Over {{total}}",
			"home_and_under": "{{home}} e Under {{total}}"
		}
	},
	"baseball.both_teams_to_score_in_inning": {
		"Name": "{{inning}} inning - Segnano entrambe le squadre",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"baseball.handicap_in_inning": {
		"Name": "{{inning}} inning - handicap",
		"Variables": [
			"inning",
			"handicap"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.handicap_innings_1_to_5": {
		"Name": "Inning da 1 a 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": "Inning con il risultato più alto",
		"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° inning",
			"2nd_inning": "2° inning",
			"3rd_inning": "3° inning",
			"4th_inning": "4° inning",
			"5th_inning": "5° inning",
			"6th_inning": "6° inning",
			"7th_inning": "7.o inning",
			"8th_inning": "8° inning",
			"9th_inning": "9° inning",
			"equal": "uguale"
		}
	},
	"baseball.hit_on_pitch_pitchnr": {
		"Name": "Colpo al {{pitchnr}} pitch",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"baseball.home_run_on_pitch_pitchnr": {
		"Name": "Home run al {{pitchnr}} pitch",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"baseball.inning_1x2": {
		"Name": "{{inning}} inning - 1x2",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"baseball.inning_match_decision": {
		"Name": "Quando il match sarà deciso",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"any_extra_inning": "Qualsiasi extra inning",
			"bottom_of_9th_inning": "Seconda metà dei 9 inning",
			"top_of_9th_inning": "Prima metà dei 9 inning"
		}
	},
	"baseball.max_consecutive_runs": {
		"Name": "Numero massimo di run consecutivi per ogni squadra",
		"Description": "Maggior numero di punti segnati consecutivamente da una delle due squadre",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"dynamic.runs": "{{runs}}"
		}
	},
	"baseball.moneyline": {
		"Name": "Vincitore",
		"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": "Inning da 1 a 5 - 1x2",
		"Description": "Quale squadra sarà in testa alla fine del 5° inning?",
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"baseball.odd_even": {
		"Name": "Pari/Dispari (incl. extra inning)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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}} totale run battitore + run battuti (inc. inning extra)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.race_to_runs": {
		"Name": "Gara a {{run}} run (incl. inning extra)",
		"Variables": [
			"run"
		],
		"Split": "period=ot\u0026run={{run}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.result_of_pitch": {
		"Name": "Risultato di {{pitchnr}} pitch",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"ball": "Palla",
			"hit": "Colpo",
			"other": "Altro",
			"strike": "strike"
		}
	},
	"baseball.result_of_player_at_bat": {
		"Name": "Risultato di {{player}} alla battuta {{appearancenr}}",
		"Variables": [
			"player",
			"appearancenr"
		],
		"Split": "player={{player}}\u0026appearancenr={{appearancenr}}",
		"Outcomes": {
			"home_run": "home run",
			"on_base": "Alla base",
			"out": "out"
		}
	},
	"baseball.run_line": {
		"Name": "Run Line",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.run_range_period_ot": {
		"Name": "Intervallo punti (incl. inning extra)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.run_runnr_period_ot": {
		"Name": "{{runnr}} run (incl. extra inning)",
		"Variables": [
			"runnr"
		],
		"Split": "runnr={{runnr}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"baseball.team_total_home_runs_period_ot": {
		"Name": "{{team}} totale fuoricampo (incl. inning extra)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.team_totals": {
		"Name": "{{team}} totale (incl. inning extra)",
		"Variables": [
			"total",
			"team",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_hits_in_inning": {
		"Name": "{{inning}} inning - Totale battute valide",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}_hits",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_hits_period_ot": {
		"Name": "Totale battute valide (incl. inning extra)",
		"Variables": [
			"total"
		],
		"Split": "period=ft_hits\u0026period=ot_hits",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_home_runs_period_ot": {
		"Name": "Totale Fuoricampo (incl. extra inning)",
		"Variables": [
			"total"
		],
		"Split": "period=ot_home_runs\u0026period=ft_home_runs",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_in_inning": {
		"Name": "{{inning}} inning - Totale",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.total_scoreless_innings": {
		"Name": "Inning totali senza punti",
		"Description": "Il numero totale di inning in cui la squadra in battuta non riesce a segnare un punto",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5\u0026period=inning6\u0026period=inning7\u0026period=inning8\u0026period=inning9",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.totals": {
		"Name": "Totali",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.totals_innings_1_to_5": {
		"Name": "Inning da 1 a 5 - totale",
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"baseball.with_extra_inning": {
		"Name": "Ci sarà un extra inning",
		"Description": "L'extra inning si verifica quando il punteggio è in parità alla fine del 9° inning",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"basketball.1st_half_1x2": {
		"Name": "1° tempo - 1x2",
		"Description": "Mercato 3-way solo per il 1° tempo: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_draw_no_bet": {
		"Name": "1° tempo - pareggio annulla scommessa",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_team_total": {
		"Name": "1° tempo - {{team}} totale",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.1x2": {
		"Name": "1x2 (escl. supplementari)",
		"Description": "Mercato 3-way: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta, esclusi i tempi supplementari (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2": {
		"Name": "2° tempo - 1x2",
		"Description": "Mercato 3-way solo per il 2° tempo: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta, esclusi i tempi supplementari (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot": {
		"Name": "2° tempo - 1x2 (incl. supplementari)",
		"Deprecated": true,
		"Description": "Mercato 3-way solo per il 2° tempo: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta inclusi i tempi supplementari (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot.v2": {
		"Name": "2° tempo - 1x2 (incl. supplementari)",
		"Deprecated": true,
		"Description": "Mercato 3-way solo per il 2° tempo: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta compresi i tempi supplementari (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_handicap": {
		"Name": "2° tempo - handicap (esclusi supplementari)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.2nd_half_total": {
		"Name": "2° tempo - totale (esclusi supplementari)",
		"Description": "Punti segnati solo nel 2° tempo da entrambe le squadre, esclusi i tempi supplementari",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.any_team_to_lead_by_points": {
		"Name": "Qualsiasi squadra in vantaggio di {{point}}",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"basketball.any_team_total_maximum_consecutive_points": {
		"Name": "Qualsiasi squadra totale numero massimo di punti consecutivi",
		"Description": "Maggior numero di punti segnati consecutivamente da una delle due squadre",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.halftime_fulltime": {
		"Name": "Intervallo/finale",
		"Description": "Scommessa sia sul risultato all'intervallo che sul risultato alla fine del 2° tempo, esclusi i tempi supplementari",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/pareggio",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "pareggio/{{away}}",
			"draw_draw": "pareggio/pareggio",
			"draw_home": "pareggio/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/ pareggio",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"basketball.handicap": {
		"Name": "Spread",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_2h_incl_ot": {
		"Name": "2° tempo - handicap (incl. supplementari)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h_incl_ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_first_half": {
		"Name": "1° tempo - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_second_half": {
		"Name": "2° tempo - handicap (escl. supplementari)",
		"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": "Quarto con il risultato più alto",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1° quarto",
			"2nd_quarter": "2° quarto",
			"3rd_quarter": "3° quarto",
			"4th_quarter": "4° quarto",
			"equal": "Pari a"
		}
	},
	"basketball.moneyline": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.odd_even": {
		"Name": "Pari/Dispari",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"basketball.odd_even_period_first_half": {
		"Name": "1° tempo - pari/dispari",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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}} (Assist)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_blocks": {
		"Name": "{{player}} (Blocchi)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_double_double": {
		"Name": "{{player}} (Doppia+Doppia)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_points": {
		"Name": "{{player}} (Punti)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_points_rebounds_assists": {
		"Name": "{{player}} (Pt+Rimb+Asst)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_rebounds": {
		"Name": "{{player}} (Rimbalzi)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_steals_blocks": {
		"Name": "{{player}} (Rubate+Blocchi)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_three_point_field_goals": {
		"Name": "{{player}} (3 Punti GF)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.player_turnovers": {
		"Name": "{{player}} (Palle perse)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.quarter_1x2": {
		"Name": "{{quarter}} quarto - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"basketball.quarter_handicap": {
		"Name": "{{quarter}} quarto - handicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.quarter_totals": {
		"Name": "{{quarter}} quarto - totale",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.race_to_points": {
		"Name": "Corsa a {{point}} punti",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points_incl_ot": {
		"Name": "Gara a {{point}} punti (incl. supplementari)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.scoring_type_pointnr": {
		"Name": "Tipo marcatura {{point}} punti (Incl. supplementari)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} 1 point score",
			"away_2": "{{away}} risultato a 2 punti",
			"away_3": "{{away}} risultato a 3 punti",
			"home_1": "{{home}} risultato a 1 punto",
			"home_2": "{{home}} 2 point score",
			"home_3": "{{home}} risultato a 3 punti"
		}
	},
	"basketball.team_to_lead_by_points": {
		"Name": "{{team}} in vantaggio di {{point}}",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"basketball.team_total_maximum_consecutive_points": {
		"Name": "{{team}} numero massimo punti consecutivi totale",
		"Description": "Maggior numero dei punti segnati dalla squadra indicata consecutivamente",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.team_totals": {
		"Name": "{{team}} Totale ",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.total_period_first_half": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.total_period_second_half": {
		"Name": "2° tempo - totale (incl. supplementari)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"basketball.totals": {
		"Name": "Totali",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{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": "Pareggio",
			"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": "Totale",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"beach_volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.handicap": {
		"Name": "Handicap punti",
		"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": "Totale punti",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"beach_volleyball.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.correct_score": {
		"Name": "Risultato esatto",
		"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": "Handicap set",
		"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": "Pareggio",
			"home": "{{home}}"
		}
	},
	"bowls.set_and_end_total": {
		"Name": "{{set}} set finisce {{end}} - totale",
		"Variables": [
			"set",
			"end",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"bowls.set_and_end_winner": {
		"Name": "{{set}} set finisce {{end}} - vincitore",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_draw_no_bet": {
		"Name": "{{set}} set - pareggio annulla scommessa",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_end_exact_points": {
		"Name": "{{set}} set finisce {{end}} - punti esatti",
		"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 finisce {{end}} - pari/dispari",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"even": "pari",
			"odd": "dispari"
		}
	},
	"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}} punto",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_race_to_points": {
		"Name": "{{set}} set - gara a {{point}} punti",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_team_total": {
		"Name": "{{set}} set - {{team}} totale",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026set={{set}}",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "under {{total}}"
		}
	},
	"bowls.set_total": {
		"Name": "{{set}} set - totale",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"bowls.totals": {
		"Name": "Totale set",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"bowls.winner": {
		"Name": "Vincitore",
		"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": "Pareggio",
			"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": "Totale round",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Quanti round durerà l'incontro? 1/2 (mezzo) round corrisponde a 1 minuto e 30 secondi",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"boxing.will_the_fight_go_the_distance": {
		"Name": "L'incontro finirà ai punti",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"boxing.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.winner_exact_rounds": {
		"Name": "Vincitore \u0026 round esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "Vincitore \u0026 intervallo round",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winning_method": {
		"Name": "Metodo di vittoria",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.correct_score": {
		"Name": "Risultato esatto",
		"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": "Mappa handicap",
		"Primary": true,
		"Description": "L'handicap offre a una squadra un vantaggio di mappa per rendere i match con una squadra superiore più equilibrati e interessanti.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"call_of_duty.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"call_of_duty.map_winner_v2": {
		"Name": "Mappa {{map}} - Vincitore",
		"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": "Totale Mappe",
		"Primary": true,
		"Description": "Scommetti sulla quantità totale di mappe giocate.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"call_of_duty.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"chess.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"chess.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": "Risultato esatto (in mappe)",
		"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}} mappa 1° tempo - vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_1x2": {
		"Name": "{{map}} mappa - 1x2",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_handicap": {
		"Name": "Mappa handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_knife_round_winner": {
		"Name": "{{map}} mappa \"Round Knife\" - vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_odd_even_rounds": {
		"Name": "{{map}} mappa - pari/dispari round (incl. supplementari)",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period={{map}}",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"counter_strike.map_odd_even_rounds.v2": {
		"Name": "{{map}} mappa - pari/dispari round (incl. supplementari)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"counter_strike.map_player_with_most_deaths": {
		"Name": "{{map}} mappa - giocatore con maggior numero di eliminazioni (Incl. supplementari)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "{{map}} mappa - giocatore con maggior numero di eliminazioni (Incl. supplementari)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "{{map}} mappa - corsa al {{round}} round",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_bomb_defused": {
		"Name": "{{map}} mappa turno {{round}} - bomba disinnescata",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "{{map}} mappa turno {{round}} - bomba innestata",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"counter_strike.map_round_handicap": {
		"Name": "{{map}} mappa - round handicap (incl. supplementari)",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_handicap.v2": {
		"Name": "{{map}} mappa - round handicap (incl. supplementari)",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_kill_handicap": {
		"Name": "{{map}} mappa turno {{round}} - handicap eliminazioni",
		"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}} mappa turno {{round}} - {{kill}} eliminazioni",
		"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}} mappa turno {{round}} - giocatore con {{kill}} eliminazioni",
		"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}} mappa turno {{round}} - {{team}} totale eliminazioni",
		"Variables": [
			"team",
			"map",
			"round",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.map_round_total_kills": {
		"Name": "{{map}} mappa turno {{round}} - totale eliminazioni",
		"Variables": [
			"total",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.map_round_winner": {
		"Name": "{{map}} mappa round {{round}} - vincitore",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_team_total": {
		"Name": "Mappa {{map}} - {{team}} totale",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.map_total_headshots": {
		"Name": "{{map}} mappa - totale colpi alla testa (Incl. supplementari)",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.map_total_rounds": {
		"Name": "{{map}} mappa - totale round (incl. supplementari)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.map_will_there_be_an_ace": {
		"Name": "{{map}} mappa - ci sarà un ace (incl. supplementari)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "{{map}} map - ci saranno supplementari",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"counter_strike.map_winner": {
		"Name": "{{map}} mappa - vincitore (incl. supplementari)",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_xth_kill": {
		"Name": "{{map}} mappa - {{xth}} eliminazioni",
		"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": "Pareggio",
			"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": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"counter_strike.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.any_player_to_score_milestone": {
		"Name": "Qualsiasi giocatore a segno {{milestone}}",
		"Deprecated": true,
		"Variables": [
			"milestone"
		],
		"Split": "period=ft\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"cricket.any_player_to_score_milestone.v2": {
		"Name": "{{innings}} inning - Qualsiasi giocatore segna {{milestone}} run",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"cricket.day_session_total": {
		"Name": "Giorno {{day}} sessione {{session}} - totale",
		"Description": "Quanti punti in quella sessione di quel giorno?",
		"Variables": [
			"day",
			"session",
			"total"
		],
		"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_dismissal_batter_out": {
		"Name": "{{innings}} inning - eliminazione {{dismissal}} - Prossimo battitore eliminato",
		"Description": "Quale sarà il prossimo battitore ad essere eliminato?",
		"Variables": [
			"innings",
			"dismissal",
			"player"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.innings_player_to_score_milestone": {
		"Name": "{{innings}} inning - {{player}} segna {{milestone}}",
		"Description": "Il battitore segnerà questo numero di punti?",
		"Variables": [
			"innings",
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"cricket.innings_player_total_fours": {
		"Name": "{{innings}} inning - {{player}} totale \"Quattro\"",
		"Description": "\"Quattro\" segnati dal battitore",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_team_total_fours": {
		"Name": "{{innings}} inning - {{team}} totale \"Quattro\"",
		"Description": "Quanti \"quattro\" segnerà la squadra?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_team_total_sixes": {
		"Name": "{{innings}} inning - {{team}} totale \"Sei\"",
		"Description": "Quanti \"sei\" segnerà la squadra?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_total": {
		"Name": "Totale punti",
		"Deprecated": true,
		"Description": "Totale punti",
		"Variables": [
			"inningnr",
			"total"
		],
		"Split": "period=ft\u0026period=inning{{inningnr}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.innings_total_v2": {
		"Name": "Totale punti",
		"Variables": [
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"cricket.player_to_score_milestone": {
		"Name": "{{player}} segna {{milestone}}",
		"Description": "Il battitore segnerà questo numero di punti?",
		"Variables": [
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"cricket.player_total": {
		"Name": "{{player}} totale",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.player_total_fours": {
		"Name": "{{player}} totale \"Quattro\"",
		"Description": "\"Quattro\" segnati dal battitore",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.player_total_player_performance": {
		"Name": "{{player}} totale performance del giocatore",
		"Description": "I punti di performance del giocatore (1pt/punto, 20pt/wicket, 10pt/prese, 25pt/stumping)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_at_dismissal": {
		"Name": "{{team}} total a {{dismissal}} eliminazione",
		"Variables": [
			"team",
			"total",
			"dismissal"
		],
		"Split": "period=ft\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_fours": {
		"Name": "{{team}} totale \"Quattro\"",
		"Description": "Quanti \"quattro\" segnerà la squadra?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_from_0_over_to_x_over": {
		"Name": "Over da 0 a {{to_over}} - {{team}} totale",
		"Variables": [
			"to_over",
			"team",
			"total"
		],
		"Split": "period=ft\u0026to_over={{to_over}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.team_total_sixes": {
		"Name": "{{team}} totale \"Sei\"",
		"Description": "Quanti \"sei\" segnerà la squadra?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_1x2": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"cricket.test_innings_team_total": {
		"Name": "{{innings}} inning - {{team}} totale",
		"Description": "Punti totali per squadra in numero inning",
		"Variables": [
			"team",
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_innings_any_player_score_milestone": {
		"Name": "{{innings}} inning - qualsiasi giocatore a segno {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"cricket.test_match_innings_team_total_at_dismissal": {
		"Name": "{{innings}} inning - {{team}} totale a {{dismissal}} eliminazione",
		"Variables": [
			"innings",
			"team",
			"dismissal",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_innings_team_totals": {
		"Name": "{{innings}} inning - {{team}} totale",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_player_total": {
		"Name": "{{innings}} inning - {{player}} totale",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.test_match_team_with_top_batter": {
		"Name": "Squadra con il miglior battitore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.test_winner": {
		"Name": "Vincitore del match",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.top_batter_total": {
		"Name": "Miglior battitore totale",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.total_in_highest_scoring_over": {
		"Name": "Totale nell'Over con il punteggio più alto",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.total_sixes": {
		"Name": "Totale \"Sei\"",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"cricket.will_there_be_a_tie": {
		"Name": "Ci sarà un pareggio",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"cricket.winner": {
		"Name": "Vincitore (incl. 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": "Vincitore",
		"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": "Testa a testa",
		"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": "Risultato esatto (in set)",
		"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": "Handicap confronto",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.handicap_sets": {
		"Name": "Handicap set",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.most_180s": {
		"Name": "Maggior numero di 180",
		"Description": "Quale giocatore registrerà il maggior numero di 180? Cioè, 180 = 3 tripli 20 in un turno",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"darts.odd_even_sets": {
		"Name": "Pari/Dispari set",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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 - risultato esatto (in confronti)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "Set {{set}} confronto {{leg}} - qualsiasi giocatore segna un 180",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "Set {{set}} confronto {{leg}} - colore checkout",
		"Description": "Il dardo finale della confronto sarà verde o rosso?",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "Verde",
			"red": "Rosso"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "Set {{set}} - handicap confronto",
		"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}} confronto {{leg}} - {{team}} segna un 180",
		"Variables": [
			"set",
			"leg",
			"team"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}\u0026team={{team}}",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"darts.set_leg_total_darts": {
		"Name": "Set {{set}} confronto {{leg}} - totale freccette",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "Set {{set}} confronto {{leg}} - vincitore",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "Set {{set}} - maggior numero 180",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "{{set}} set - leg pari/dispari",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "Set {{set}} - {{team}} totale 180",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "Set {{set}} - totale 180",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "Set {{set}} - totale confronto",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.set_which_player_wins_the_rest": {
		"Name": "Set {{set}} - quale giocatore vince il resto",
		"Variables": [
			"set",
			"score"
		],
		"Split": "period=default\u0026set={{set}}\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"darts.set_winner": {
		"Name": "Set {{set}} - vincitore",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.team_total_180s": {
		"Name": "{{team}} totale 180",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "Totale 180",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.total_legs": {
		"Name": "Totale confronti",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.total_sets": {
		"Name": "Totale set",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"darts.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.correct_score_in_maps": {
		"Name": "Risultato esatto (in mappe)",
		"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}} mappa 10 minuti - totale eliminazioni da {{from}} a {{to}}",
		"Variables": [
			"total",
			"map",
			"from",
			"to"
		],
		"Split": "period=default\u0026map={{map}}\u0026from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_aegis_handicap": {
		"Name": "{{map}} mappa - handicap\tegida",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_handicap": {
		"Name": "Mappa handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_draw_no_bet": {
		"Name": "{{map}} mappa - pareggio eliminazioni annulla scommessa",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_kill_handicap": {
		"Name": "{{map}} mappa - handicap eliminazioni",
		"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}} mappa - handicap eliminazioni",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_most_kills": {
		"Name": "{{map}} mappa - Totale eliminazioni",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_player_with_highest_creep_score": {
		"Name": "{{map}} mappa - giocatore con il punteggio \"creep\" più alto",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "{{map}} mappa - gara al livello {{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}} mappa - gara a {{xth}} eliminazioni",
		"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}} mappa - gara a {{xth}} valore",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_team_total_kills": {
		"Name": "Mappa {{map}} - {{team}} totale eliminazioni",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "{{map}} mappa - totale egida",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_kills": {
		"Name": "{{map}} mappa - totale eliminazioni",
		"Deprecated": true,
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_kills_v2": {
		"Name": "{{map}} mappa - totale eliminazioni",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_total_tower": {
		"Name": "{{map}} mappa - totale torri",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "{{map}} mappa - handicap\ttorre",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_winner": {
		"Name": "{{map}} mappa - vincitore",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_winner_v2": {
		"Name": "{{map}} mappa - vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_aegis": {
		"Name": "{{map}} mappa - {{xth}} egida",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_barracks": {
		"Name": "{{map}} mappa - {{xth}} caserme",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "{{map}} mappa - {{xth}} uccisione",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "{{map}} mappa - {{xth}} shrine",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "{{map}} mappa - {{xth}} torre",
		"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": "Pareggio",
			"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": "Totale Mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"dota_2.will_there_be_a_rampage": {
		"Name": "Si scatenerà una tempesta",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "Ci sarà un'ultra uccisione",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"dota_2.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"entertainment.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"entertainment.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"entertainment.over_under": {
		"Name": "Over/Under",
		"Variables": [
			"price"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{price}}",
			"under": "Under {{price}}"
		}
	},
	"esport_aoe.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_aoe.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_aoe.handicap": {
		"Name": "Handicap",
		"Description": "L'handicap offre a una squadra un vantaggio di mappa per rendere i match con una squadra superiore più equilibrati e interessanti.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_aoe.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_aoe.total_maps": {
		"Name": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_aoe.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_arena_of_valor.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_arena_of_valor.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.match_3_way": {
		"Name": "3-way",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"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": "Vincitore",
		"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": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_brawl_stars.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_brawl_stars.handicap": {
		"Name": "Handicap",
		"Description": "L'handicap offre a una squadra un vantaggio di mappa per rendere i match con una squadra superiore più equilibrati e interessanti.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_brawl_stars.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_brawl_stars.total_maps": {
		"Name": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_brawl_stars.winner": {
		"Name": "Vincitore",
		"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": "Supplementari - handicap asiatico",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_first_half": {
		"Name": "1° tempo - handicap asiatico",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_second_half": {
		"Name": "2° tempo - handicap asiatico",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.booking_match_odds": {
		"Name": "Cartellini 1x2",
		"Variables": [],
		"Split": "period=period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_fifa.booking_nr": {
		"Name": "{{booking}} cartellino",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"esport_fifa.both_teams_to_score": {
		"Name": "Entrambe le squadre segnano",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"esport_fifa.corner_handicap": {
		"Name": "Calci d'angolo handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.corner_match_odds": {
		"Name": "Calci d'angolo 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_fifa.corner_nr": {
		"Name": "{{corner}} calci d'angolo",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"esport_fifa.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_1st_half": {
		"Name": "1° tempo - Risultato esatto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_2nd_half": {
		"Name": "2° tempo - risultato esatto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.double_chance": {
		"Name": "Doppia chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Pareggio o {{away}}",
			"home_away": "{{home}} o {{away}}",
			"home_draw": "{{home}} o pareggio"
		}
	},
	"esport_fifa.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.exact_total_goals_period_first_half": {
		"Name": "1° tempo - Totale esatto goal",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.exact_total_goals_period_second_half": {
		"Name": "2° tempo - Totale esatto goal",
		"Variables": [
			"goals"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_fifa.goal_nr": {
		"Name": "{{goal}} goal",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"esport_fifa.halftime_fulltime_result": {
		"Name": "Intervallo/finale",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Pareggio",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Pareggio/{{away}}",
			"draw_draw": "Pareggio/Pareggio",
			"draw_home": "Pareggio/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Pareggio",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"esport_fifa.match_odds": {
		"Name": "Risultato fine partita",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_extratime": {
		"Name": "Supplementari - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_first_half": {
		"Name": "1° tempo - Risultato",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_second_half": {
		"Name": "2° tempo - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_fifa.odd_even.penalty_shootout": {
		"Name": "Rigori - pari/dispari",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Rigori - pari/dispari",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"esport_fifa.team_clean_sheet": {
		"Name": "{{team}} non subisce gol",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"esport_fifa.team_total_goals": {
		"Name": "{{team}} totale",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_first_half": {
		"Name": "1° tempo - {{team}} totale",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_second_half": {
		"Name": "2° tempo - {{team}} totale goal",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.team_win_to_nil": {
		"Name": "{{team}} vince senza subire gol",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"esport_fifa.total_booking_points": {
		"Name": "10-25 Totali punti cartellino",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_bookings": {
		"Name": "Totale cartellini",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_corners": {
		"Name": "Totale calci d'angolo",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_goals": {
		"Name": "Totale",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_goals_period_extratime": {
		"Name": "Supplementari - Totale goal",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_goals_period_first_half": {
		"Name": "1° tempo - Totale goal",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_fifa.total_goals_period_second_half": {
		"Name": "2° tempo - Totale goal",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_free_fire.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.correct_score": {
		"Name": "Risultato esatto",
		"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": "Mappa handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_kill_handicap": {
		"Name": "{{map}} mappa - handicap eliminazioni",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_most_kills": {
		"Name": "{{map}} mappa - Totale eliminazioni",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_king_of_glory.map_team_total_kills": {
		"Name": "Mappa {{map}} - {{team}} totale eliminazioni",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_king_of_glory.map_total_kills": {
		"Name": "{{map}} mappa - totale eliminazioni",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_king_of_glory.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"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": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_king_of_glory.winner": {
		"Name": "Vincitore",
		"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° tempo - 1x2",
		"Description": "Mercato 3-way solo per il 1° tempo: 1 = vittoria in casa, X = pareggio e il 2 = vittoria in trasferta",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_draw_no_bet": {
		"Name": "1° tempo - pareggio annulla scommessa",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_team_total": {
		"Name": "1° tempo - {{team}} totale",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.1st_half_winning_margin": {
		"Name": "1° tempo - margine vittoria",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.1x2": {
		"Name": "1x2",
		"Description": "Mercato 3-way, esclusi i tempi supplementari: 1 = vittoria in casa, X = pareggio e il 2 = vittoria in trasferta",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2": {
		"Name": "2° tempo - 1x2",
		"Description": "Mercato 3-way solo per il 2° tempo, esclusi i tempi supplementari: 1 = vittoria in casa, X = pareggio e il 2 = vittoria in trasferta",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot": {
		"Name": "2° tempo - 1x2 (incl. supplementari)",
		"Deprecated": true,
		"Description": "Mercato 3-way solo per il 2° tempo, inclusi i tempi supplementari: 1 = vittoria in casa, X = pareggio e il 2 = vittoria in trasferta",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot.v2": {
		"Name": "2° tempo - 1x2 (incl. supplementari)",
		"Description": "Mercato 3-way solo per il 2° tempo: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta compresi i tempi supplementari (1=1° squadra nominata se in campo neutro)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_handicap": {
		"Name": "2°tempo - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.2nd_half_total": {
		"Name": "2° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.halftime_fulltime": {
		"Name": "Intervallo/finale",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/pareggio",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "pareggio/{{away}}",
			"draw_draw": "pareggio/pareggio",
			"draw_home": "pareggio/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/ pareggio",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"esport_nba2k.handicap": {
		"Name": "Spread",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_first_half": {
		"Name": "1° tempo - 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° tempo - handicap (incl. supplementari)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.highest_scoring_quarter": {
		"Name": "Quarto con il risultato più alto",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1° quarto",
			"2nd_quarter": "2° quarto",
			"3rd_quarter": "3° quarto",
			"4th_quarter": "4° quarto",
			"equal": "uguale"
		}
	},
	"esport_nba2k.odd_even": {
		"Name": "Pari/Dispari",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"esport_nba2k.odd_even_period_first_half": {
		"Name": "1° tempo - pari/dispari",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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}} quarto - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.quarter_handicap": {
		"Name": "{{quarter}} quarto - handicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.quarter_totals": {
		"Name": "{{quarter}} quarto - totale",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.quarter_winning_margin": {
		"Name": "{{quarter}} quarto - margine vittoria",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away_by_3_plus": "{{away}} di 3+",
			"home_by_3_plus": "{{home}} di 3+",
			"other": "altro"
		}
	},
	"esport_nba2k.race_to_points": {
		"Name": "Gara a {{point}} punti",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.race_to_points_incl_ot": {
		"Name": "Gara a {{point}} punti (incl. supplementari)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.scoring_type_pointnr": {
		"Name": "Tipo di punteggio {{point}} punto (incl. supplementare)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} risultato di 1 punto",
			"away_2": "{{away}} 2 point score",
			"away_3": "{{away}} 3 point score",
			"home_1": "{{home}} risultato di 1 punto",
			"home_2": "{{home}} risultato di 2 punti",
			"home_3": "{{home}} risultato di 3 punti"
		}
	},
	"esport_nba2k.team_totals": {
		"Name": "{{team}} totale",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.total_period_first_half": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.total_period_second_half": {
		"Name": "2° tempo - totale (incl. supplementari)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.totals": {
		"Name": "Totali",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_nba2k.winner_incl_overtime": {
		"Name": "Vincitore (incl. supplementari)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "Margine vittoria (incl. supplementari)",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.correct_score": {
		"Name": "Risultato esatto",
		"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 (incl. supplementari)",
		"Primary": true,
		"Description": "L'handicap offre a una squadra un vantaggio di mappa per rendere i match con una squadra superiore più equilibrati e interessanti.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_round_handicap": {
		"Name": "{{map}} mappa - handicap (incl. supplementari)",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_team_total_rounds": {
		"Name": "Mappa {{map}} - {{team}} totale",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_valorant.map_total_rounds": {
		"Name": "{{map}} mappa - Totale (incl. supplementari)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_valorant.map_winner": {
		"Name": "{{map}} mappa - vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_valorant.totals": {
		"Name": "Totale mappe",
		"Primary": true,
		"Description": "Scommetti sulla quantità totale di mappe giocate.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_valorant.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_warcraft.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_warcraft.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_warcraft.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_warcraft.totals": {
		"Name": "Totali",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"esport_warcraft.winner": {
		"Name": "Vincitore",
		"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": "pareggio",
			"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": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"floorball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"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": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"formula_1.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"formula_e.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"futsal.double_chance": {
		"Name": "Doppia chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Pareggio o {{away}}",
			"home_away": "{{home}} o {{away}}",
			"home_draw": "{{home}} o pareggio"
		}
	},
	"futsal.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"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 (incl. supplementari)",
		"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": "Pareggio",
			"home": "{{home}}"
		}
	},
	"futsal.odd_even": {
		"Name": "Pari/dispari",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"golf.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"golf.winner": {
		"Name": "Testa a testa",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"greyhound.exacta": {
		"Name": "Esatta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Altro",
			"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": "Piazzata",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.place.v2": {
		"Name": "Posizione ({{position}} TBP)",
		"Deprecated": true,
		"Description": "Scommettere che un cane finisca in una delle posizioni designate. Ad esempio, 3TBP significa che la selezione sarà vincente se il cane finisce in uno dei primi 3 posti.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.quinella": {
		"Name": "Quintè",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.show": {
		"Name": "Show",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trifecta": {
		"Name": "Tris",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trio": {
		"Name": "Trio",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win": {
		"Name": "Vincente",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win.v2": {
		"Name": "Vincitore",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.win_sp.v2": {
		"Name": "Vincente",
		"Deprecated": true,
		"Description": "Il prezzo di partenza (SP) sarà la quota ufficiale dichiarata dai bookmaker in corso all'inizio della gara.",
		"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": "Posizione ({{position}} TBP)",
		"Primary": true,
		"Description": "Scommettere che un cane finisca in una delle posizioni designate. Ad esempio, 3TBP significa che la selezione sarà vincente se il cane finisce in uno dei primi 3 posti.",
		"Variables": [
			"position"
		],
		"Split": "period=default\\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win": {
		"Name": "Vincitore",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win_sp": {
		"Name": "Vincente",
		"Description": "Il prezzo di partenza (SP) sarà la quota ufficiale dichiarata dai bookmaker in corso all'inizio della gara.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"handball.1st_half_total": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"handball.double_chance": {
		"Name": "Doppia chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Pareggio o {{away}}",
			"home_away": "{{home}} o {{away}}",
			"home_draw": "{{home}} o pareggio"
		}
	},
	"handball.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"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": "Intervallo/finale",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Pareggio",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Pareggio/{{away}}",
			"draw_draw": "Pareggio/Pareggio",
			"draw_home": "Pareggio/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Pareggio",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"handball.handicap": {
		"Name": "Handicap (incl. supplementari)",
		"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": "Pareggio",
			"home": "{{home}}"
		}
	},
	"handball.odd_even": {
		"Name": "Pari/dispari",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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}} totale",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"handball.totals": {
		"Name": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"handball.winner": {
		"Name": "Vincitore (incl. supplementari e rigori)",
		"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": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"heroes_of_the_storm.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"heroes_of_the_storm.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"heroes_of_the_storm.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.total": {
		"Name": "Totale",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"heroes_of_the_storm.winner": {
		"Name": "Vincitore",
		"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": "Posto ({{position}} TBP)",
		"Primary": true,
		"Description": "Scommettere che un cavallo finisca in una delle posizioni designate. Ad esempio, 3TBP significa che la selezione sarà vincente se il cavallo finisce in uno dei primi 3 posti.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win": {
		"Name": "Vincitore",
		"Primary": true,
		"Description": "Vincitore della gara",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win.v2": {
		"Name": "Vincitore",
		"Primary": true,
		"Description": "Vincitore della gara",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win_sp": {
		"Name": "Vincente",
		"Description": "Il prezzo di partenza (SP) sarà la quota ufficiale dichiarata dai bookmaker in corso all'inizio della gara.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"ice_hockey.1x2": {
		"Name": "1x2 (escl. supplementari)",
		"Description": "Mercato 3-way, tempi supplementari esclusi: 1 = vittoria in casa, X = pareggio e 2 = vittoria in trasferta (1=1° squadra indicata se in campo neutro)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2_both_teams_to_score": {
		"Name": "1x2 e segnano entrambe le squadre (incl. supplementari e rigori)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away_no": "{{away}} e no",
			"away_yes": "{{away}} e sì",
			"home_no": "{{home}} e no",
			"home_yes": "{{home}} e sì"
		}
	},
	"ice_hockey.all_periods_under": {
		"Name": "Tutti i periodi under {{total}}",
		"Variables": [
			"total"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"ice_hockey.both_teams_to_score": {
		"Name": "Entrambe le squadre segnano",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"ice_hockey.correct_score": {
		"Name": "Risultato esatto",
		"Description": "Il punteggio alla fine del tempo regolamentare, cioè esclusi i tempi supplementari e i rigori",
		"Variables": [],
		"Split": "period=ft\u0026period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"ice_hockey.correct_score_incl_overtime_and_penalties": {
		"Name": "Risultato esatto (incl. supplementari e rigori)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"dynamic.other": "altro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.double_chance": {
		"Name": "Doppia chance (escl. supplementari)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_or_away": "pareggio o {{away}}",
			"home_or_away": "{{home}} o {{away}}",
			"home_or_draw": "{{home}} o pareggio"
		}
	},
	"ice_hockey.exact_goals_period_ft_incl_et_and_penalty_shootout": {
		"Name": "Gol esatti (incl. supplementari e rigori)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=et\u0026period=penalty_shootout",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.goal_nr": {
		"Name": "{{goal}} goal",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"ice_hockey.handicap": {
		"Name": "Handicap (incl. supplementari e rigori)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.handicap_regular_time": {
		"Name": "Handicap (escl. supplementari e rigori)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.highest_scoring_period": {
		"Name": "Periodo con il risultato più alto",
		"Variables": [],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"1st_period": "1° periodo",
			"2nd_period": "2° periodo",
			"3rd_period": "3° periodo",
			"equal": "pari a"
		}
	},
	"ice_hockey.last_goal": {
		"Name": "Ultimo goal",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nessuno"
		}
	},
	"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}} periodo - 1x2",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"ice_hockey.period_both_teams_to_score": {
		"Name": "{{period}} periodo - segnano entrambe le squadre",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"ice_hockey.period_handicap": {
		"Name": "{{period}} periodo - handicap",
		"Variables": [
			"handicap",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.period_last_team_to_score": {
		"Name": "{{period}} periodo - ultima squadra a segnare",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"ice_hockey.period_team_total": {
		"Name": "{{period}} periodo - {{team}} totale",
		"Variables": [
			"team",
			"total",
			"period"
		],
		"Split": "period=p{{period}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.period_total": {
		"Name": "{{period}} periodo - totale",
		"Variables": [
			"total",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.period_which_team_to_score": {
		"Name": "{{period}} periodo - quale squadra segna",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"both_teams": "Entrambe le squadre",
			"none": "Nessuno",
			"only_away": "Solo {{away}}",
			"only_home": "Solo {{home}}"
		}
	},
	"ice_hockey.period_winner": {
		"Name": "Periodo {{period}} - Vincitore",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.team_clean_sheet": {
		"Name": "{{team}} non subisce gol",
		"Description": "Per \"clean sheet\" si intende che la squadra indicata non subisce alcun goal",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"ice_hockey.team_to_score_in_all_periods": {
		"Name": "{{team}} segna in tutti i periodi",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"ice_hockey.team_to_score_in_first_period": {
		"Name": "{{team}} a segno nel 1° Periodo",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"ice_hockey.team_total": {
		"Name": "{{team}} totale (escl. supplementari e rigori)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.team_total_incl_overtime_and_penalties": {
		"Name": "{{team}} totale (incl. supplementari e rigori)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.total": {
		"Name": "Totale (escl. supplementari e rigori)",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.totals": {
		"Name": "Totale (incl. supplementari e rigori)",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"ice_hockey.which_team_to_score": {
		"Name": "Quale squadra segna",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"both_teams": "entrambe le squadre",
			"none": "nessuno",
			"only_away": "solo {{team}}",
			"only_home": "solo {{team}}"
		}
	},
	"ice_hockey.winner": {
		"Name": "Vincitore (incl. supplementari e rigori)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.winning_margin_incl_overtime_and_penalties": {
		"Name": "Margine Vittoria (incl. supplementari e rigori)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} di 1",
			"away_by_2": "{{away}} di 2",
			"away_by_3": "{{away}} di 3+",
			"away_by_4": "{{away}} di 4",
			"away_by_5_plus": "{{away}} di 5+",
			"away_by_exact_3": "{{away}} di 3",
			"home_by_1": "{{home}} di 1",
			"home_by_2": "{{home}} di 2",
			"home_by_3": "{{home}} di 3+",
			"home_by_4": "{{home}} di 4",
			"home_by_5_plus": "{{home}} di 5+",
			"home_by_exact_3": "{{home}} di 3"
		}
	},
	"kabaddi.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"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": "Totale",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"league_of_legends.correct_score_in_maps": {
		"Name": "Risultato esatto (in mappe)",
		"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": "Mappa handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet": {
		"Name": "{{map}} mappa - pareggio eliminazioni annulla scommessa",
		"Deprecated": true,
		"Description": "Scegli la squadra che pensi vincerà. In caso di pareggio le puntate verranno restituite.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet.v2": {
		"Name": "{{map}} mappa - pareggio eliminazioni annulla scommessa",
		"Description": "Scegli la squadra che pensi vincerà. In caso di pareggio le puntate verranno restituite.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_handicap": {
		"Name": "{{map}} mappa - handicap     uccisione",
		"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}} mappa - handicap     uccisione",
		"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": "Mappa {{map}} - {{team}} totale eliminazioni",
		"Variables": [
			"team",
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"league_of_legends.map_total_kills": {
		"Name": "{{map}} mappa - totale eliminazioni",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"league_of_legends.map_winner": {
		"Name": "{{map}} mappa - vincitore",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_winner_v2": {
		"Name": "{{map}} mappa - vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_baron": {
		"Name": "{{map}} mappa - {{xth}} barone",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_dragon": {
		"Name": "{{map}} mappa - {{xth}} drago",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_inhibitor": {
		"Name": "{{map}} mappa - {{xth}} inibitore",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_kill": {
		"Name": "{{map}} mappa - {{xth}} eliminazione",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_tower": {
		"Name": "{{map}} mappa - {{xth}} torre",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.match_odds": {
		"Name": "1x2",
		"Description": "Le quote del match ti danno la possibilità di scommettere sulla squadra (A), il pareggio e la squadra (B).",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"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": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"league_of_legends.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.1x2": {
		"Name": "1x2",
		"Description": "Mercato 3-way: L'1 si riferisce alla vittoria in casa, l'X al pareggio e il 2 alla vittoria in trasferta.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"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": "Totale round",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"mma.will_the_fight_go_the_distance": {
		"Name": "L'incontro finirà ai punti",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"mma.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.winner_exact_rounds": {
		"Name": "Vincitore \u0026 round esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.winning_method": {
		"Name": "Metodo Vittoria",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.head2head": {
		"Name": "Testa a testa",
		"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": "Vincitore",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.correct_score": {
		"Name": "Risultato esatto",
		"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": "Mappa handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_kill_handicap": {
		"Name": "{{map}} mappa - handicap eliminazioni",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_most_kills": {
		"Name": "{{map}} mappa - Totale eliminazioni",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.map_team_total_kills": {
		"Name": "Mappa {{map}} - {{team}} totale eliminazioni",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"overwatch.map_total_kills": {
		"Name": "{{map}} mappa - totale eliminazioni",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"overwatch.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"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": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"overwatch.winner": {
		"Name": "Vincitore",
		"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": "Pareggio",
			"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": "Governo",
		"Description": "Governo dopo le elezioni",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.house_majority": {
		"Name": "Maggiore della House",
		"Description": "Maggiore della House",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.most_seats": {
		"Name": "La maggior parte dei posti",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.next_chancellor": {
		"Name": "Il prossimo cancelliere",
		"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": "Partito del prossimo Cancelliere",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.party_vote_percentage": {
		"Name": "Percentuale di voto {{party}}",
		"Variables": [
			"party"
		],
		"Split": "party={{party}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.senate_majority": {
		"Name": "Maggioranza del Senato",
		"Description": "Maggioranza del Senato",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.correct_score": {
		"Name": "Risultato esatto",
		"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": "Mappa {{map}} - Vincitore",
		"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": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rocket_league.correct_score": {
		"Name": "Risultato esatto",
		"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": "Mappa handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rocket_league.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"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": "Totale mappe",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rocket_league.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.1x2_period_1st_half": {
		"Name": "1° tempo - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"rugby_league.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"Description": "Scegli la squadra che pensi vincerà. In caso di pareggio le puntate verranno restituite.",
		"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": "Intervallo/finale",
		"Description": "Scommessa sia sul risultato all'intervallo che sul risultato alla fine dell'incontro, esclusi i tempi di recupero",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Pareggio",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Pareggio/{{away}}",
			"draw_draw": "Pareggio/Pareggio",
			"draw_home": "Pareggio/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/ Pareggio",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_league.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.handicap_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "Mercato 3-way con handicap, ad esempio Inghilterra-Galles: Inghilterra 0:19 = l'Inghilterra deve vincere con 20 o più punti di scarto, pareggio 0:19 = l'Inghilterra deve vincere con 19 punti esatti, Galles 0:19 = il Galles deve vincere o perdere di 18 punti o meno.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "pareggio ({{handicap_score}})",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_league.handicap_period_1st_half": {
		"Name": "1° tempo - 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": "Pareggio",
			"home": "{{home}}"
		}
	},
	"rugby_league.next_scoring_play": {
		"Name": "Prossima giocata a segno a {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} con drop",
			"away_with_penalty": "{{away}} con calcio piazzato",
			"away_with_try": "{{away}} con meta",
			"home_with_drop_goal": "{{home}} con drop goal",
			"home_with_penalty": "{{home}} con calcio piazzato",
			"home_with_try": "{{home}} con meta"
		}
	},
	"rugby_league.odd_even": {
		"Name": "Pari/Dispari",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Gara a {{point}} punti",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"rugby_league.team_totals": {
		"Name": "{{team}} totale ",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_league.total_period_1st_half": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_league.total_tries": {
		"Name": "Totale Mete",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_league.totals": {
		"Name": "Totali",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_league.try_handicap": {
		"Name": "Mete 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": "Quale squadra vince il resto del match per {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"rugby_league.winning_margin_period_ft": {
		"Name": "Margine Vittoria",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.1x2_period_1st_half": {
		"Name": "1° tempo - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"rugby_union.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"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": "Intervallo/finale",
		"Description": "Scommessa sia sul risultato all'intervallo che sul risultato alla fine dell'incontro, esclusi i tempi di recupero",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Pareggio",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Pareggio/{{away}}",
			"draw_draw": "pareggio/pareggio",
			"draw_home": "Pareggio/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Pareggio",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_union.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.handicap_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "Mercato 3-way con handicap, ad esempio Inghilterra-Galles: Inghilterra 0:19 = l'Inghilterra deve vincere con 20 o più punti di scarto, pareggio 0:19 = l'Inghilterra deve vincere con 19 punti esatti, Galles 0:19 = il Galles deve vincere o perdere di 18 punti o meno.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Pareggio {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_union.handicap_period_1st_half": {
		"Name": "1° tempo - 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": "Pareggio",
			"home": "{{home}}"
		}
	},
	"rugby_union.next_scoring_play": {
		"Name": "Prossimo scoring play {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} con drop",
			"away_with_penalty": "{{away}} con calcio piazzato",
			"away_with_try": "{{away}} con meta",
			"home_with_drop_goal": "{{home}} con drop",
			"home_with_penalty": "{{home}} con calcio piazzato",
			"home_with_try": "{{home}} con meta"
		}
	},
	"rugby_union.odd_even": {
		"Name": "Pari/Dispari",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Corsa a {{point}} punti",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"rugby_union.team_totals": {
		"Name": "{{team}} totale (incl. supplemementari)",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_union.total_period_1st_half": {
		"Name": "1° tempo - totale",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_union.total_tries": {
		"Name": "Totale Mete",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_union.totals": {
		"Name": "Totali",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"rugby_union.try_handicap": {
		"Name": "Mete 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": "Quale squadra vince il resto del match {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"rugby_union.winning_margin_period_ft": {
		"Name": "Margine Vittoria",
		"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": "Vincitore",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"snooker.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"snooker.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.handicap": {
		"Name": "Frame handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"snooker.odd_even_frames": {
		"Name": "Pari/dispari frame",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Totale manches",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"snooker.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.10_minutes_sending_off_from_to": {
		"Name": "10 minuti - espulsioni da {{from}} a {{to}}",
		"Variables": [
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"no": "no",
			"yes": "sì"
		}
	},
	"soccer.12_booking_handicap": {
		"Name": "1-2 Handicap di cartellini",
		"Description": "1 punto=cartellino giallo, 2 punti=cartellino rosso, con un massimo di 3 punti per giocatore e contano solo i giocatori in campo",
		"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° tempo - handicap calci d'angolo",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_total_corners": {
		"Name": "1° tempo - totale calci d'angolo",
		"Variables": [
			"total"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.5_minutes_team_total_corners_from_to": {
		"Name": "5 minuti - {{team}} totale calci d'angolo da {{from}} a {{to}}",
		"Variables": [
			"team",
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.5_minutes_total_from_to": {
		"Name": "5 minuti -  totale da {{from}} a {{to}}",
		"Variables": [
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.anytime_goalscorer": {
		"Name": "Marcatore in qualsiasi momento",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "no gol",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.anytime_goalscorer_and_1x2_period_ft": {
		"Name": "{{player}} Marcatore in qualsiasi momento \u0026 1x2 (Vincitore match)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}",
			"other": "Altro"
		}
	},
	"soccer.asian_handicap": {
		"Name": "Handicap asiatico",
		"Primary": true,
		"Description": "Vedi il nostro [articolo sull'Handicap Asiatico](/en/blog/posts/what-are-asian-handicaps)",
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_extratime": {
		"Name": "Supplementari - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_first_half": {
		"Name": "1° tempo - handicap asiatico",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_second_half": {
		"Name": "2° tempo - handicap asiatico",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.booking_match_odds": {
		"Name": "10-25 Cartellini 1x2",
		"Description": "Quale squadra riceverà il maggior numero di punti di penalizzazione? (10=cartellino giallo, 25=cartellino rosso con un massimo di 35 punti per giocatore e contano solo i giocatori in campo)",
		"Variables": [],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"soccer.booking_nr": {
		"Name": "{{booking}} cartellino",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nessuno"
		}
	},
	"soccer.booking_point_range_period_ft": {
		"Name": "Intervallo punti cartellino",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.both_teams_to_score": {
		"Name": "Entrambe le squadre segnano",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.both_teams_to_score_period_1h": {
		"Name": "1°tempo - segnano entrambe le squadre",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.corner_handicap": {
		"Name": "Handicap calci d'angolo",
		"Description": "Scommessa su una partita tra squadre che include l'handicap dei calci d'angolo. Per essere considerata valida, deve essere battuto almeno un calcio d'angolo.",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_handicap_period_1h": {
		"Name": "1° tempo - handicap calci d'angolo",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_match_odds": {
		"Name": "Calci d'angolo 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"soccer.corner_nr": {
		"Name": "{{corner}} calci d'angolo",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"soccer.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_1st_half": {
		"Name": "1° tempo - Risultato esatto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_2nd_half": {
		"Name": "2° tempo - risultato esatto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Altro",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.double_chance": {
		"Name": "Doppia chance",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Pareggio o {{away}}",
			"home_away": "{{home}} o {{away}}",
			"home_draw": "{{home}} o pareggio"
		}
	},
	"soccer.double_chance_period_1h": {
		"Name": "1° tempo - Doppia chance",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "Pareggio o {{away}}",
			"home_or_away": "{{home}} o {{away}}",
			"home_or_draw": "{{home}} o pareggio"
		}
	},
	"soccer.draw_no_bet": {
		"Name": "Pareggio annulla scommessa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.draw_no_bet_period_1h": {
		"Name": "1° tempo - pareggio annulla scommessa",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.exact_total_goals_period_first_half": {
		"Name": "1° tempo - Totale esatto goal",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.exact_total_goals_period_second_half": {
		"Name": "2° tempo - Totale esatto goal",
		"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}} goal",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Nessuno"
		}
	},
	"soccer.goal_strike_zone": {
		"Name": "{{goal}} gol - zona del tiro",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"high_center": "alto centrale",
			"high_left": "in alto a sinistra",
			"high_right": "in alto a destra",
			"low_center": "basso centrale",
			"low_left": "in basso a sinistra",
			"low_right": "in basso a destra"
		}
	},
	"soccer.goalnr_goalscorer": {
		"Name": "{{goal}} marcatore",
		"Description": "Marcatore 1 rappresenta il mercato del primo marcatore della partita. Se il giocatore scelto non è titolare o non è in campo quando viene segnato il gol, la scommessa viene annullata. Il marcatore 2 rappresenta il secondo gol, il marcatore 3 il terzo gol, ecc.",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"dynamic.no_goal": "No Goal",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.goalscorer_and_correct_score_period_ft": {
		"Name": "{{player}} {{goalnr}} marcatore \u0026 risultato esatto",
		"Variables": [
			"goalnr",
			"player"
		],
		"Split": "player={{player}}\u0026goalnr={{goalnr}}",
		"Outcomes": {
			"dynamic.score": "{{score}}",
			"other": "Altro"
		}
	},
	"soccer.halftime_fulltime_result": {
		"Name": "Intervallo/finale",
		"Description": "Scommessa sia sul risultato all'intervallo che sul risultato alla fine dei 90 minuti",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Pareggio",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Pareggio/{{away}}",
			"draw_draw": "Pareggio/Pareggio",
			"draw_home": "Pareggio/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Pareggio",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"soccer.handicap.penalty_shootout": {
		"Name": "Handicap - Rigori",
		"Variables": [
			"handicap"
		],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.handicap_1x2_period_1h": {
		"Name": "1° tempo - handicap (1x2) {{handicap_score}}",
		"Description": "Squadra di casa 0:1 = la squadra di casa deve vincere con 2 o più gol di scarto. Pareggio 0:1 = la squadra di casa deve vincere con un solo gol di scarto. Squadra in trasferta 0:1 = la squadra in trasferta deve pareggiare o vincere.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=1h\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Pareggio {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"soccer.last_corner": {
		"Name": "Ultimo calcio d'angolo",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nessuno"
		}
	},
	"soccer.last_goalscorer": {
		"Name": "Ultimo marcatore",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "No Goal",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.match_odds": {
		"Name": "Risultato finale",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Il vincitore alla fine dei 90 minuti regolamentari",
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_extratime": {
		"Name": "Supplementari - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Ppareggio",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_first_half": {
		"Name": "Risultato 1° tempo",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_second_half": {
		"Name": "2° tempo - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"soccer.odd_even.penalty_shootout": {
		"Name": "Rigori - pari/dispari",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"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": "Rigori - pari/dispari",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"soccer.player_assists_period_ot": {
		"Name": "{{player}} Assist",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_goals_period_ot": {
		"Name": "{{player}} Goal",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_on_goal_period_ot": {
		"Name": "{{player}} Tiri in porta",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_period_ot": {
		"Name": "{{player}} Tiri",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_tackles_period_ot": {
		"Name": "{{player}} Scivolate",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_total_passes_period_ot": {
		"Name": "{{player}} Totale passaggi (Incl. supplementari)",
		"Description": "Passaggi totali fatti dal giocatore",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.player_total_shots_on_goal_period_ot": {
		"Name": "{{player}} Totale tiri a rete (Incl. supplementari)",
		"Description": "Totale tiri in porta fatti dal giocatore",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.player_total_shots_period_ot": {
		"Name": "{{player}} Totale tiri (Incl. supplementari)",
		"Description": "Totale tiri fatti dal giocatore",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.player_total_tackles_period_ot": {
		"Name": "{{player}} Totale scivolate (Incl. supplementari)",
		"Description": "Scivolate totali fatte dal giocatore",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.sending_off_period_1h": {
		"Name": "1° tempo - espulsioni",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.sending_off_period_ft": {
		"Name": "Espulsione",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.team_clean_sheet": {
		"Name": "{{team}} non subisce gol",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.team_total_goals": {
		"Name": "{{team}} totale goal",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "under {{total}}"
		}
	},
	"soccer.team_total_goals_period_first_half": {
		"Name": "1° tempo - {{team}} totale goal",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.team_total_goals_period_second_half": {
		"Name": "2° tempo - {{team}} totale goal",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.team_win_to_nil": {
		"Name": "{{team}} vince senza subire gol",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.to_qualify": {
		"Name": "Per qualificarsi",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.to_qualify.v2": {
		"Name": "Per qualificarsi / Per vincere la finale",
		"Variables": [],
		"Split": "period=default\u0026period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.total.penalty_shootout_first_ten": {
		"Name": "Totale - Primi 10 rigori nei calci di rigore",
		"Variables": [
			"total"
		],
		"Split": "period=penalty_shootout_first_ten",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_booking_points": {
		"Name": "10-25 punti cartellino totali",
		"Description": "10 punti=cartellino giallo, 25 punti=cartellino rosso, con un massimo di 35 punti per giocatore e contano solo i giocatori in campo",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_bookings": {
		"Name": "1-2 punti cartellino totali",
		"Description": "1 punto=cartellino giallo, 2 punti=cartellino rosso, con un massimo di 3 punti per giocatore e contano solo i giocatori in campo",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_corners": {
		"Name": "Totale calci d'angolo",
		"Description": "Numero totale di calci di angolo battuti durante il tempo regolare.",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_goals": {
		"Name": "Totale",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_goals_period_extratime": {
		"Name": "Supplementari - Totale goal",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_goals_period_first_half": {
		"Name": "1° tempo - Totale goal",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.total_goals_period_second_half": {
		"Name": "2° tempo - Totale goal",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"soccer.when_will_goal_be_scored_intervals": {
		"Name": "Quando sarà segnato il {{goal}} goal (intervallo di 10 min)",
		"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": "nessuno"
		}
	},
	"soccer.which_team_wins_the_rest_of_the_match": {
		"Name": "Quale squadra vince il resto del match",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Pareggio",
			"home": "{{home}}"
		}
	},
	"soccer.will_there_be_penalty_shootout": {
		"Name": "Si andrà ai rigori?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"soccer.winner_period_penalty_shootout": {
		"Name": "Vincitore - Rigori",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.winning_method": {
		"Name": "Metodo di vittoria",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_overtime": "{{away}} supplementari",
			"away_penalties": "{{away}} rigori",
			"away_regular_time": "{{away}} tempi regolamentari",
			"home_overtime": "{{home}} supplementari",
			"home_penalties": "{{home}} rigori",
			"home_regular_time": "{{home}} tempi regolamentari"
		}
	},
	"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": "Risultato esatto",
		"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": "Punto handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"squash.total_points": {
		"Name": "Totale punti",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"squash.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.correct_score_in_maps": {
		"Name": "Risultato esatto (in mappe)",
		"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": "Mappa handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"starcraft.map_winner": {
		"Name": "{{map}} mappa - vincitore",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.map_winner_v2": {
		"Name": "{{map}} mappa - vincitore",
		"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": "Totale mappe",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"starcraft.winner": {
		"Name": "Vincitore",
		"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": "Risultato esatto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"table_tennis.exact_games": {
		"Name": "Game esatti",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.game_odd_even": {
		"Name": "{{game}} game - pari/dispari",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "pari",
			"odd": "dispari"
		}
	},
	"table_tennis.game_odd_even.v2": {
		"Name": "{{game}} game - pari/dispari",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"even": "pari",
			"odd": "dispari"
		}
	},
	"table_tennis.game_point": {
		"Name": "{{game}} game - {{point}} punto",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_point_handicap": {
		"Name": "{{game}} game - handicap punti",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_point_handicap.v2": {
		"Name": "{{game}} game - punto handicap",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_race_to_points": {
		"Name": "{{game}} game - corsa a {{point}} punti",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_total_points": {
		"Name": "{{game}} game - totale punti",
		"Deprecated": true,
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.game_total_points.v2": {
		"Name": "{{game}} game - totale punti",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.game_winner": {
		"Name": "{{game}} game - vincitore",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_winner.v2": {
		"Name": "{{game}} game - vincitore",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.handicap": {
		"Name": "Punto handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.handicap.v2": {
		"Name": "Handicap punti",
		"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": "Quanti game saranno decisi ai vantaggi",
		"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": "Totale punti",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.totals.v2": {
		"Name": "Totale punti",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"table_tennis.winner": {
		"Name": "Vincitore",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.any_set_to_nil": {
		"Name": "Qualsiasi set a zero",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"tennis.correct_score": {
		"Name": "Risultato esatto",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.exact_points": {
		"Name": "Set {{set}} game {{game}} - Punti esatti",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "set={{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"dynamic.point": "{{point}}"
		}
	},
	"tennis.exact_sets": {
		"Name": "Set esatti",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.game_handicap": {
		"Name": "Game handicap ",
		"Primary": true,
		"Description": "Pronosticare il risultato dopo che gli handicap sono stati applicati ai game vinti dai tennisti. Tutte le scommesse saranno mantenute se c'è un Super Tie Break, con il Super Tie Break che conta come 1 game.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_in_set": {
		"Name": "{{set}} set - game handicap",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_void_supertiebreak": {
		"Name": "Handicap Game (NULLA se 3° Set con Super Tie Break)",
		"Deprecated": true,
		"Description": "Pronosticare il risultato dopo che gli handicap sono stati applicati ai game vinti dai tennisti. La scommessa non sarà valida se il terzo set è un Super Tie Break. Un Tie Break regolare di 10 punti al terzo set nei Major non è considerato 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": "Game pari/dispari",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"tennis.point_in_game_and_set": {
		"Name": "Set {{set}} game {{game}} - vincitore punto {{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}} set - gara al game {{game}}",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.race_to_points_in_set_and_game": {
		"Name": "Set {{set}} game {{game}} - gara a {{point}} punti",
		"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}} - risultato esatto",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.set_game_correct_score": {
		"Name": "Set {{set}} game {{game}} - risultato esatto",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"away_to_0": "{{away}} a 0",
			"away_to_15": "{{away}} a 15",
			"away_to_30": "{{away}} a 30",
			"away_to_40": "{{away}} a 40",
			"home_to_0": "{{home}} a 0",
			"home_to_15": "{{home}} a 15",
			"home_to_30": "{{home}} a 30",
			"home_to_40": "{{home}} a 40"
		}
	},
	"tennis.set_game_to_deuce": {
		"Name": "{{set}} set game {{game}} - al deuce",
		"Description": "La partita si giocherà al \"deuce \", cioè con un punteggio di 40-40 in qualsiasi momento",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"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": "Tiebreak set {{set}} - totale punti",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.team_to_win_a_set": {
		"Name": "{{team}} vince un set",
		"Description": "Il giocatore indicato vincerà almeno un set?",
		"Variables": [
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"tennis.team_total_games": {
		"Name": "{{team}} totale game",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026team={{team}}\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.total_games": {
		"Name": "Totale Game (Super Tie Break conta come 1 game) ",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Numero totale di game vinti da entrambi i tennisti, ad esempio 6-2, 3-6, 7-6 = 30 (16+14). Tutte le scommesse saranno mantenute in caso di Super Tie Break, con il Super Tie Break che conterà come 1 game.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.total_games_in_set": {
		"Name": "{{set}} set - game totali",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.total_games_void_supertiebreak": {
		"Name": "Totale giochi (VOID se 3° Set Super Tie Break)",
		"Deprecated": true,
		"Description": "Numero totale di game vinti da entrambi i tennisti, ad esempio 6-2, 3-6, 7-6 = 30 (16+14). La scommessa non sarà valida se il terzo set è un Super Tie Break. Un Tie Break regolare di 10 punti al terzo set nei Major non è considerato un Super Tie Break.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.total_sets": {
		"Name": "Totale set",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"tennis.winner": {
		"Name": "Vincitore",
		"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": "Vincitore \u0026 Totale",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away_and_over": "{{away}} e Over {{total}}",
			"away_and_under": "{{away}} e Under {{total}}",
			"home_and_over": "{{home}} e Over {{total}}",
			"home_and_under": "{{home}} e Under {{total}}"
		}
	},
	"tennis.winner_in_game_and_set": {
		"Name": "{{set}} set game {{game}} - vincitore",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_of_set": {
		"Name": "{{set}} set - vincitore",
		"CashoutAvailable": true,
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.with_tiebreak": {
		"Name": "Ci sarà un tiebreak",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"volleyball.correct_score": {
		"Name": "Risultato esatto",
		"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": "Punto handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"volleyball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"volleyball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"volleyball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"volleyball.set_handicap": {
		"Name": "Set handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"volleyball.total_sets": {
		"Name": "Totale set",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"volleyball.totals": {
		"Name": "Totale punti",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"volleyball.winner": {
		"Name": "Vincitore",
		"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 (incl. supplementari)",
		"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": "Pareggio",
			"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": "Totale",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"wild_rift.correct_score": {
		"Name": "Risultato esatto",
		"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 (incl. supplementari)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"wild_rift.map_winner": {
		"Name": "Mappa {{map}} - Vincitore",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"wild_rift.total": {
		"Name": "Totale",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"wild_rift.winner": {
		"Name": "Vincitore",
		"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": "Palla Bonus uguale a qualsiasi palla regolare",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"world_lottery.bonus_ball_odd_even": {
		"Name": "Palla Bonus pari/dispari",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"world_lottery.bonus_ball_range": {
		"Name": "Intervallo palla Bonus",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_single_digit": {
		"Name": "Palla Bonus a una cifra",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"world_lottery.bonus_ball_sum_odd_even": {
		"Name": "Somma Palla Bonus pari/dispari",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"world_lottery.bonus_ball_sum_total": {
		"Name": "Somma Palla Bonus totale",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.bonus_ball_total": {
		"Name": "Totale Palla Bonus",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.draw_sum_odd_even": {
		"Name": "Somma pareggio pari/dispari",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Pari",
			"odd": "Dispari"
		}
	},
	"world_lottery.draw_sum_range": {
		"Name": "Intervallo somma pareggio",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.draw_sum_total": {
		"Name": "Somma pareggio totale",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.draw_sum_total_incl_bonus_ball": {
		"Name": "Somma pareggio totale (incl. palla bonus)",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Over {{total}}",
			"under": "Under {{total}}"
		}
	},
	"world_lottery.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"world_lottery.standard_bet": {
		"Name": "Scommessa Standard",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_additional_drum": {
		"Name": "Scommessa Standard (incl. palla bonus in drum addizionale)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_same_drum": {
		"Name": "Scommessa Standard (incl. palla bonus nello stesso drum)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	}
}