{
	"american_football.1x2_period_first_half": {
		"Name": "1ª mitad - 1x2",
		"Description": "Mercado de 3 vías para la 1ª mitad: 1 = victoria en casa, X = empate y 2 = victoria de visitante (1=1er equipo nombrado si el campo es neutral)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"american_football.double_chance": {
		"Name": "Doble oportunidad",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"draw_away": "Empate o {{away}}",
			"home_away": "{{home}} o  {{away}}",
			"home_draw": "{{home}} o Empate"
		}
	},
	"american_football.draw_no_bet": {
		"Name": "Empate anula apuesta (incluye prórroga)",
		"Description": "En el resultado de un empate después de prórroga, todas las apuestas anuladas",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.drive_play_play_type": {
		"Name": "Drive {{drive}} jugada {{play}} - {{team}} tipo de jugada",
		"Variables": [
			"drive",
			"play",
			"team"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"pass": "Pase",
			"rush": "Carrera"
		}
	},
	"american_football.drive_play_total_yards_gained": {
		"Name": "Drive {{drive}} jugada {{play}} - {{team}} yardas totales ganadas",
		"Variables": [
			"drive",
			"play",
			"team",
			"total"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.drive_result": {
		"Name": "Conducir {{drive}} - resultado",
		"Variables": [
			"drive"
		],
		"Split": "drive={{drive}}",
		"Outcomes": {
			"field_goal_attempt": "Intento de gol de campo",
			"offensive_touchdown": "Touchdown ofensivo",
			"punt": "Patada de despeje",
			"safety": "Safety",
			"turnover": "Pérdida de balón"
		}
	},
	"american_football.halftime_fulltime_result": {
		"Name": "Descanso/final",
		"Description": "Mercado tanto en el resultado del descanso de medio tiempo como en el resultado al final del 4º cuarto, no incluye prórroga",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "Empate/Empate",
			"draw_home": "Empate/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Empate",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"american_football.handicap": {
		"Name": "Hándicap",
		"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ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.highest_scoring_quarter": {
		"Name": "Cuarto de mayor puntuación",
		"Description": "Qué cuarto producirá el mayor número de puntos marcados por ambos equipos, sin incluir prórroga",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1º cuarto",
			"2nd_quarter": "2º cuarto",
			"3rd_quarter": "3º cuarto",
			"4th_quarter": "4º cuarto",
			"equal": "igual"
		}
	},
	"american_football.moneyline": {
		"Name": "Ganador final",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.odd_even": {
		"Name": "Par/impar ",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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 en cualquier momento)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_completions": {
		"Name": "{{player}} (Completos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_field_goal_period_1st_quarter": {
		"Name": "{{player}} (Gol de campo en 1º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_field_goal_period_2nd_quarter": {
		"Name": "{{player}} (Gol de campo en el 2º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_field_goal_period_3rd_quarter": {
		"Name": "{{player}} (Gol de campo en 3º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_field_goal_period_4th_quarter": {
		"Name": "{{player}} (Gol de campo en 4º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_first_pass_completion_distance": {
		"Name": "{{player}} (Primer pase completo en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_first_reception": {
		"Name": "{{player}} (Primera recepción en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_first_rushing_attempt": {
		"Name": "{{player}} (Primer intento de carrera en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_first_touchdown_pass_distance": {
		"Name": "{{player}} (Primer pase de touchdown en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_first_touchdown_scorer": {
		"Name": "{{player}} (Primer anotador de touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_have_rush_attempts": {
		"Name": "{{player}} (Intento de carrera)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_interceptions": {
		"Name": "{{player}} (Intercepciones)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_kicking_points": {
		"Name": "{{player}} (Puntos de patada)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_last_touchdown_scorer": {
		"Name": "{{player}} (Último jugador en anotar touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_long_completion": {
		"Name": "{{player}} (Completa en largo)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_long_reception": {
		"Name": "{{player}} (Recepción en largo)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_longest_pass_completion": {
		"Name": "{{player}} (Pase más largo completado en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_longest_punt": {
		"Name": "{{player}} (Patada de despeje más larga en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_longest_reception": {
		"Name": "{{player}} (Recepción más larga en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_longest_rushing_attempts": {
		"Name": "{{player}} (Intento de carrera más largo en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_miss_field_goal": {
		"Name": "{{player}} (Falla un gol de campo)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_mvp_super_bowl": {
		"Name": "{{player}} (MVP de SuperBowl)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_pass_attempts": {
		"Name": "{{player}} (Intentos de pase)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_pass_completions": {
		"Name": "{{player}} (Pases completos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_pass_yards": {
		"Name": "{{player}} (Yardas en pase)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_points": {
		"Name": "{{player}} (Total de puntos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_punt_result_in_a_touchback": {
		"Name": "{{player}} (Patada de despeje causa Touchback)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_punts": {
		"Name": "{{player}} (Total de puntos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_receiving_yards": {
		"Name": "{{player}} (Recepción en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_receptions": {
		"Name": "{{player}} (Recepciones)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_rush_attempts": {
		"Name": "{{player}} (Intentos de carrera)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_rush_touchdown": {
		"Name": "{{player}} (carrera de TD)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_rush_yards": {
		"Name": "{{player}} (Yardas en carrera)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_score_points_in_all_four_quarters": {
		"Name": "{{player}} (Marca puntos en todos los 4 cuartos 1-4)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_shortest_punt": {
		"Name": "{{player}} (Patada de despeje más corta en yardas)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_throw_2_or_more_touchdowns_in_any_quarter": {
		"Name": "{{player}} (lanza 2 o más touchdowns en el cualquier cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_throw_touchdown_pass_period_1st_quarter": {
		"Name": "{{player}} (lanza un pase de touchdown en el 1º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_throw_touchdown_pass_period_2nd_quarter": {
		"Name": "{{player}} (lanza un pase de touchdown en el 2º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_throw_touchdown_pass_period_3rd_quarter": {
		"Name": "{{player}} (lanza un pase de touchdown en el 3º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_throw_touchdown_pass_period_4th_quarter": {
		"Name": "{{player}} (lanza un pase de touchdown en el 4º cuarto)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_total_field_goals": {
		"Name": "{{player}} (Goles de campo)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_total_points_score_period_2nd_half_incl_ot": {
		"Name": "{{player}} (Total de puntos en la 2ª mitad  + Prórroga)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_touchdown": {
		"Name": "{{player}} (anota un touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_touchdown_in_1h_and_2h_incl_ot": {
		"Name": "{{player}} (Anota touchdowns en la 1ª mitad y 2ª mitad/Prórroga)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Si"
		}
	},
	"american_football.player_touchdown_passes": {
		"Name": "{{player}} (Pases de TD)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.player_touchdown_period_1h": {
		"Name": "{{player}} (Anota un touchdown en la 1ª mitad)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"american_football.player_touchdown_receptions": {
		"Name": "{{player}} (Recepciones de TD)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.quarter_1x2": {
		"Name": "Cuarto {{quarter}} - 1x2",
		"Description": "Mercado de 3 vías: 1 = ganador local, X = empate y el 2 = ganador visitante al final del 4º cuarto (1=primer equipo nombrado si el lugar es neutral)",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"american_football.quarter_handicap": {
		"Name": "{{quarter}} cuarto - hándicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_handicap_incl_ot": {
		"Name": "{{quarter}} cuarto - hándicap (incluye prórroga)",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_total": {
		"Name": "{{quarter}} cuarto - total",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.quarter_totals_incl_ot": {
		"Name": "{{quarter}} cuarto - total (incluye prórroga)",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.race_to_points": {
		"Name": "Carrera para {{point}} puntos (incluye prórroga)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.team_highest_scoring_quarter": {
		"Name": "Equipo con el cuarto de mayor puntuación",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"american_football.team_odd_even": {
		"Name": "{{team}} par/impar",
		"Variables": [
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"american_football.team_total_period_first_half": {
		"Name": "1ª mitad - {{team}} total",
		"Description": "El número total de puntos anotados por el equipo nombrado sólo en la 1ª mitad",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.team_totals": {
		"Name": "Total de {{team}}",
		"Description": "Número total de puntos anotados por el equipo nombrado, incluido el tiempo extra",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.totals": {
		"Name": "Totales",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.totals_period_first_half": {
		"Name": "1º mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"american_football.totals_period_second_half": {
		"Name": "2ª mitad - total (incluye prórroga)",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=1h\u0026period=ot\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Abajo {{total}}"
		}
	},
	"american_football.touchdown_scorer": {
		"Name": "Anotador de touchdown {{touchdown}}",
		"Variables": [
			"touchdown"
		],
		"Split": "period=ot\u0026touchdown={{touchdown}}",
		"Outcomes": {
			"away_d_st_player": "{{away}} jugador de defensa o equipos especiales",
			"away_other_player": "{{away}} otro jugador",
			"home_d_st_player": "{{home}} jugador de defensa o equipos especiales",
			"home_other_player": "{{home}} otro jugador"
		}
	},
	"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ª mitad - 1x2",
		"Description": "Mercado de 3 vías: 1 = ganador local, X = empate y el 2 = ganador visitante (1=primer equipo nombrado si es cancha neutral)",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_double_chance": {
		"Name": "1ª mitad - doble oportunidad",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "empate o {{away}}",
			"home_or_away": "{{home}} o  {{away}}",
			"home_or_draw": "{{home}} o empate"
		}
	},
	"aussie_rules.1st_half_draw_no_bet": {
		"Name": "1ª mitad - empate anula apuesta",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_handicap": {
		"Name": "1ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.1st_half_odd_even": {
		"Name": "1ª mitad - par/impar",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"aussie_rules.1st_half_team_total": {
		"Name": "1ª mitad - {{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"aussie_rules.1st_half_total": {
		"Name": "1ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "más de {{total}}",
			"under": "menos de {{total}}"
		}
	},
	"aussie_rules.double_chance": {
		"Name": "Doble oportunidad",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Empate o {{away}}",
			"home_away": "{{home}} o  {{away}}",
			"home_draw": "{{home}} o Empate"
		}
	},
	"aussie_rules.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"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": "Hándicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"aussie_rules.odd_even": {
		"Name": "Par/Impar",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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": "Eliminaciones de jugadores",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_goals": {
		"Name": "Goles del jugador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_handballs": {
		"Name": "Handballs del jugador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_kicks": {
		"Name": "Kicks del jugador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_marks": {
		"Name": "Marks del jugador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_tackles": {
		"Name": "Tackles del jugador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_1st_half": {
		"Name": "1ª mitad - intervalo de puntos",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_ft": {
		"Name": "Intervalo de puntos",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.quarter_1x2": {
		"Name": "{{quarter}} cuarto - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_draw_no_bet": {
		"Name": "{{quarter}} cuarto - empate anula apuesta",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_handicap": {
		"Name": "{{quarter}} cuarto - hándicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.quarter_team_total": {
		"Name": "{{quarter}} cuarto - {{team}} total",
		"Variables": [
			"team",
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026team={{team}}",
		"Outcomes": {
			"over": "más de {{total}}",
			"under": "menos de {{total}}"
		}
	},
	"aussie_rules.quarter_total": {
		"Name": "{{quarter}} cuarto - total",
		"Variables": [
			"quarter",
			"total"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "más de {{total}}",
			"under": "menos de {{total}}"
		}
	},
	"aussie_rules.quarter_winning_margin": {
		"Name": "{{quarter}} cuarto - margen de victoria",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.team_total": {
		"Name": "{{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "más de {{total}}",
			"under": "menos de {{total}}"
		}
	},
	"aussie_rules.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"aussie_rules.which_team_wins_the_rest_of_the_match_period_ft": {
		"Name": "Qué equipo gana el resto del partido a {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winner": {
		"Name": "Ganador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winning_margin_period_ft": {
		"Name": "Margen de victoria",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.correct_score": {
		"Name": "Marcador exacto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.exact_games": {
		"Name": "Juegos exactos",
		"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": "Juego {{game}} - par/impar",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"badminton.game_point_handicap": {
		"Name": "Juego {{game}} - hándicap punto",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.game_pointnr": {
		"Name": "Juego {{game}} - punto {{point}}",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_race_to_points": {
		"Name": "Juego {{game}} - carrera para puntuar {{point}}",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_total_points": {
		"Name": "Juego {{game}} - total de puntos",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"badminton.game_winner": {
		"Name": "Juego {{game}} - ganador",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.handicap": {
		"Name": "Hándicap ",
		"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": "Cúantos juegos se decidirán por puntos extra",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"badminton.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"badminton.winner": {
		"Name": "Ganador",
		"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": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"bandy.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"bandy.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.1x2_and_total_period_ot": {
		"Name": "1x2 y total (incluye innings extra)",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} \u0026 más de {{total}}",
			"away_and_under": "{{away}} y menos de {{total}}",
			"draw_and_over": "Empate y más de {{total}}",
			"draw_and_under": "Empate y menos de {{total}}",
			"home_and_over": "{{home}} y más de {{total}}",
			"home_and_under": "{{home}} y menos de {{total}}"
		}
	},
	"baseball.both_teams_to_score_in_inning": {
		"Name": "{{inning}} inning - ambos equipos marcan",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"baseball.handicap_in_inning": {
		"Name": "{{inning}} inning - hándicap",
		"Variables": [
			"inning",
			"handicap"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.handicap_innings_1_to_5": {
		"Name": "Innings 1 a 5 - hándicap",
		"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 de mayor puntuación",
		"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º inning",
			"8th_inning": "8º inning",
			"9th_inning": "9º inning",
			"equal": "igual"
		}
	},
	"baseball.hit_on_pitch_pitchnr": {
		"Name": "Hit en lanzamiento {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"baseball.home_run_on_pitch_pitchnr": {
		"Name": "Home run en lanzamiento {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"baseball.inning_1x2": {
		"Name": "{{inning}} inning - 1x2",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"baseball.inning_match_decision": {
		"Name": "Cuándo se decidirá el partido",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"any_extra_inning": "Cualquier inning extra",
			"bottom_of_9th_inning": "Baja del 9º inning",
			"top_of_9th_inning": "Alta del 9º inning"
		}
	},
	"baseball.max_consecutive_runs": {
		"Name": "Máximo número de carreras consecutivas por cualquiera de los equipos",
		"Description": "Mayor número de carreras anotadas consecutivamente por cualquiera de los equipos",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"dynamic.runs": "{{runs}}"
		}
	},
	"baseball.moneyline": {
		"Name": "Ganador final",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.moneyline_innings_1_to_5": {
		"Name": "Innings 1 a 5 - 1x2",
		"Description": "¿Qué equipo liderará al final 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": "Empate",
			"home": "{{home}}"
		}
	},
	"baseball.odd_even": {
		"Name": "Par/impar (incluye innings extra)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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}} carreras totales de bateador + carreras impulsadas (incluye innings extra)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.race_to_runs": {
		"Name": "Carrera para {{run}} carreras (incluye innings extra)",
		"Variables": [
			"run"
		],
		"Split": "period=ot\u0026run={{run}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.result_of_pitch": {
		"Name": "Resultado del lanzamiento {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"ball": "Bola",
			"hit": "Hit",
			"other": "Otro",
			"strike": "Strike"
		}
	},
	"baseball.result_of_player_at_bat": {
		"Name": "Resultado de {{player}} en turno al bat {{appearancenr}}",
		"Variables": [
			"player",
			"appearancenr"
		],
		"Split": "player={{player}}\u0026appearancenr={{appearancenr}}",
		"Outcomes": {
			"home_run": "Home run",
			"on_base": "En base",
			"out": "Out"
		}
	},
	"baseball.run_line": {
		"Name": "Hándicap (incluir entradas extras)",
		"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": "Intervalo de carreras (incluye innings extra)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.run_runnr_period_ot": {
		"Name": "Carrera {{runnr}} (incluye innings extra)",
		"Variables": [
			"runnr"
		],
		"Split": "runnr={{runnr}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguna"
		}
	},
	"baseball.team_total_home_runs_period_ot": {
		"Name": "{{team}} total de home runs (incluye innings extra)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.team_totals": {
		"Name": "{{team}} Total (incluye innings extra)",
		"Variables": [
			"total",
			"team",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.total_hits_in_inning": {
		"Name": "{{inning}} inning - total de hits",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}_hits",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.total_hits_period_ot": {
		"Name": "Total de hits (incluye innings extra)",
		"Variables": [
			"total"
		],
		"Split": "period=ft_hits\u0026period=ot_hits",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.total_home_runs_period_ot": {
		"Name": "Total de home runs (incluye extra innings)",
		"Variables": [
			"total"
		],
		"Split": "period=ot_home_runs\u0026period=ft_home_runs",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.total_in_inning": {
		"Name": "{{inning}} inning - Total",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.total_scoreless_innings": {
		"Name": "Total de innings sin puntuación",
		"Description": "Número total de innings en que el equipo bateador no logra marcar una carrera",
		"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": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.totals": {
		"Name": "Total (incluye prórroga)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.totals_innings_1_to_5": {
		"Name": "Innings 1 a 5 - total",
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"baseball.with_extra_inning": {
		"Name": "Habrá extra inning",
		"Description": "El inning extra se produce cuando el marcador está empatado al final del 9º inning",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"basketball.1st_half_1x2": {
		"Name": "1ª mitad - 1x2",
		"Description": "Mercado de 3 vías para la 1ª mitad: 1 = victoria de local, X = empate y 2 = victoria de visitante (1=1er equipo nombrado si es cancha neutral)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_draw_no_bet": {
		"Name": "1ª mitad - Empate anula apuesta",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_team_total": {
		"Name": "1ª mitad - {{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.1x2": {
		"Name": "1x2 (no incluye prórroga)",
		"Description": "Mercado de 3 vías: 1 = victoria de local, X = empate y 2 = victoria de visitante (1=1er equipo nombrado si la cancha es neutral)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2": {
		"Name": "2ª mitad - 1x2",
		"Description": "Mercado de 3 vías para la 2ª mitad sin incluir prórroga: 1 = victoria de local, X = empate y 2 = victoria de visitante (1=1er equipo nombrado si la cancha es neutral)",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot": {
		"Name": "2ª mitad - 1x2 (incluye prórroga)",
		"Deprecated": true,
		"Description": "Mercado de 3 vías exclusivamente para la 2ª mitad: incluida la prórroga 1 = victoria de local, X = empate y 2 = victoria de visitante (1=1er. equipo nombrado si la cancha es neutral)",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot.v2": {
		"Name": "2ª mitad - 1x2 (incluye prórroga)",
		"Deprecated": true,
		"Description": "Mercado de 3 vías para la 2ª mitad incluida la prórroga: 1 = victoria en casa, X = empate y 2 = victoria de visitante (1=1er equipo nombrado si la cancha es neutral)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_handicap": {
		"Name": "2ª mitad - hándicap (no incluye prórroga)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.2nd_half_total": {
		"Name": "2ª mitad - total (no incluye prórroga)",
		"Description": "Puntos anotados en la segunda mitad por ambos equipos, excluyendo tiempo extra",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.any_team_to_lead_by_points": {
		"Name": "Cualquier equipo lidera por {{point}}",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"basketball.any_team_total_maximum_consecutive_points": {
		"Name": "Cualquier equipo - Total de puntos consecutivos máximos",
		"Description": "Mayor número de puntos anotados por cualquier equipo consecutivamente",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.anytime_exact_score": {
		"Name": "Marcador exacto en cualquier momento {{homepoints}}:{{awaypoints}}",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"basketball.halftime_fulltime": {
		"Name": "Medio Tiempo/Tiempo Completo",
		"Description": "Apostar en ambos: el resultado al descanso y el resultado al final de la 2ª mitad, no incluye prórroga",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "empate/empate",
			"draw_home": "Empate/ {{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/empate",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"basketball.handicap": {
		"Name": "Hándicap (incluir prórroga)",
		"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ª mitad - hándicap (incluye prórroga)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h_incl_ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_first_half": {
		"Name": "1ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_second_half": {
		"Name": "2ª mitad - hándicap (no incluye prórroga)",
		"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": "Cuarto de mayor puntuación",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1º cuarto",
			"2nd_quarter": "2º cuarto",
			"3rd_quarter": "3º cuarto",
			"4th_quarter": "4º cuarto",
			"equal": "Igual"
		}
	},
	"basketball.moneyline": {
		"Name": "Ganador (incluye prórroga)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.odd_even": {
		"Name": "Impar/Par",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"basketball.odd_even_period_first_half": {
		"Name": "1ª mitad - par/impar",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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}} (Asistencias)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_blocks": {
		"Name": "{{player}} (Bloqueos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_double_double": {
		"Name": "{{player}} (Doble+Doble)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_points": {
		"Name": "{{player}} (Puntos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_points_rebounds_assists": {
		"Name": "{{player}} (Pts+Rebs+Asts)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_rebounds": {
		"Name": "{{player}} (Rebotes)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_steals_blocks": {
		"Name": "{{player}} (Robos+Bloqueos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_three_point_field_goals": {
		"Name": "{{player}} (Tiros de campo de 3 puntos)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.player_turnovers": {
		"Name": "{{player}} (Pérdidas de posesión)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.quarter_1x2": {
		"Name": "Cuarto {{quarter}} - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"basketball.quarter_handicap": {
		"Name": "{{quarter}} cuarto - hándicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.quarter_totals": {
		"Name": "Cuarto {{quarter}} - total",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.race_to_home_x_and_away_y_points": {
		"Name": "Carrera para {{homepoints}} del local y {{awaypoints}} del visitante",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points": {
		"Name": "Carrera para {{point}} puntos",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points_incl_ot": {
		"Name": "Carrera para {{point}} puntos (incluye prórroga)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.scoring_type_pointnr": {
		"Name": "Tipo de puntuación para el {{point}} punto (incluye prórroga)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} marca 1 punto",
			"away_2": "{{away}} marca 2 puntos",
			"away_3": "{{away}} marca 3 puntos",
			"home_1": "{{home}} marca 1 punto",
			"home_2": "{{home}} marca 2 puntos",
			"home_3": "{{home}} marca 3 puntos"
		}
	},
	"basketball.team_to_lead_by_points": {
		"Name": "{{team}} lidera por {{point}}",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"basketball.team_total_maximum_consecutive_points": {
		"Name": "{{team}} total máximo de puntos consecutivos",
		"Description": "Mayor número de puntos anotados consecutivamente por el equipo nombrado",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.team_totals": {
		"Name": "{{team}} Total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.total_period_first_half": {
		"Name": "1ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.total_period_second_half": {
		"Name": "2ª mitad - total (incluye prórroga)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"basketball.totals": {
		"Name": "Total (incluye prórroga)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"beach_soccer.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"beach_soccer.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"beach_soccer.totals": {
		"Name": "Total",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"beach_volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.handicap": {
		"Name": "Hándicap punto",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"beach_volleyball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"beach_volleyball.totals": {
		"Name": "Total de puntos",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"beach_volleyball.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap de 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": "Empate",
			"home": "{{home}}"
		}
	},
	"bowls.set_and_end_total": {
		"Name": "{{set}} set termina {{end}} - total",
		"Variables": [
			"set",
			"end",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"bowls.set_and_end_winner": {
		"Name": "{{set}} set termina {{end}} - ganador",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_draw_no_bet": {
		"Name": "{{set}} set - empate anula apuesta",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_end_exact_points": {
		"Name": "{{set}} set termina {{end}} - puntos exactos",
		"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 termina {{end}} - par/impar",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"bowls.set_handicap": {
		"Name": "{{set}} set - hándicap",
		"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 - carrera para {{point}} puntos",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_team_total": {
		"Name": "{{set}} set - {{team}} total",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026set={{set}}",
		"Outcomes": {
			"over": "más de {{total}}",
			"under": "menos de {{total}}"
		}
	},
	"bowls.set_total": {
		"Name": "{{set}} set - total",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"bowls.totals": {
		"Name": "Total de sets",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"bowls.winner": {
		"Name": "Ganador",
		"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": "Empate",
			"home": "{{home}}"
		}
	},
	"boxing.freetext": {
		"Name": "{{market_name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"boxing.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "¿Cuántos rounds durará el combate? 1/2 (mitad) representa 1 minuto y 30 segundos",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"boxing.will_the_fight_go_the_distance": {
		"Name": "La pelea llegará a la distancia",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"boxing.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.winner_exact_rounds": {
		"Name": "Ganador y rounds exactos",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "Ganador y rango de rounds",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winning_method": {
		"Name": "Método de victoria",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.correct_score": {
		"Name": "Resultado Correcto",
		"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": "Hándicap de Mapa",
		"Primary": true,
		"Description": "El hándicap proporciona a un equipo una ventaja de mapa para hacer que los partidos con un equipo superior sean más parejos e interesantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"call_of_duty.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"call_of_duty.map_winner_v2": {
		"Name": "Mapa {{map}} - Ganador",
		"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": "Mapas Totales",
		"Primary": true,
		"Description": "Apuesta por la cantidad total de mapas jugados.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"call_of_duty.winner": {
		"Name": "Ganador",
		"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": "Hándicap ",
		"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": "Resultado correcto (en mapas)",
		"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}} mapa 1ª mitad - ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_1x2": {
		"Name": "{{map}} mapa - 1x2",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_handicap": {
		"Name": "Hándicap mapa",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_knife_round_winner": {
		"Name": "Mapa {{map}} ronda knife - ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_odd_even_rounds": {
		"Name": "Mapa {{map}} - fases par/impar (incluye prórroga)",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period={{map}}",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"counter_strike.map_odd_even_rounds.v2": {
		"Name": "Mapa {{map}} - fases par/impar (incluye prórroga)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"counter_strike.map_player_with_most_deaths": {
		"Name": "Mapa {{map}} - jugador con más deaths (incluye prórroga)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "Mapa {{map}} - jugador con más kills (incluye prórroga)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "Mapa {{map}} - carrera para {{round}} rondas",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_bomb_defused": {
		"Name": "Mapa {{map}} ronda {{round}} - bomba desactivada",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "{{map}} mapa ronda {{round}} - bomba colocada",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"counter_strike.map_round_handicap": {
		"Name": "Mapa {{map}} - hápdicap ronda (incluye prórroga)",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_handicap.v2": {
		"Name": "Mapa {{map}} - hápdicap ronda (incluye prórroga)",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_round_kill_handicap": {
		"Name": "Mapa {{map}} ronda {{round}} - hándicap kill",
		"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": "Mapa {{map}} ronda {{round}} - {{kill}} kill",
		"Variables": [
			"map",
			"round",
			"kill"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}\u0026kill={{kill}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_player_with_kills": {
		"Name": "Mapa {{map}} ronda {{round}} - jugador con {{kill}} kill",
		"Variables": [
			"map",
			"round",
			"kill"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}\u0026kill={{kill}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_round_team_total_kills": {
		"Name": "Mapa {{map}} ronda {{round}} - {{team}} total kills",
		"Variables": [
			"team",
			"map",
			"round",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"counter_strike.map_round_total_kills": {
		"Name": "Mapa {{map}} ronda {{round}} - total kills",
		"Variables": [
			"total",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"counter_strike.map_round_winner": {
		"Name": "Mapa {{map}} ronda {{round}} - ganador",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_team_total": {
		"Name": "Mapa {{map}} - {{team}} total",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"counter_strike.map_total_headshots": {
		"Name": "Mapa {{map}} - tiros de cabeza total (incluir prórroga)",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"counter_strike.map_total_rounds": {
		"Name": "Mapa {{map}} - rondas totales (incluye prórroga)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"counter_strike.map_will_there_be_an_ace": {
		"Name": "Mapa {{map}} - habrá un ace (incluye prórroga)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "Mapa {{map}} - habrá prórroga",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"counter_strike.map_winner": {
		"Name": "Mapa {{map}} - ganador (incluye prórroga)",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_xth_kill": {
		"Name": "Mapa {{map}} - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.match_odds": {
		"Name": "Apuesta 1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"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": "Mapas totales",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"counter_strike.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.any_player_to_score_milestone": {
		"Name": "Cualquier jugador marca {{milestone}}",
		"Deprecated": true,
		"Variables": [
			"milestone"
		],
		"Split": "period=ft\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"cricket.any_player_to_score_milestone.v2": {
		"Name": "{{innings}} innings - cualquier jugador marca {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"cricket.day_session_total": {
		"Name": "Día {{day}} sesión {{session}} - total",
		"Description": "¿Cuántas carreras se realizan en esa sesión de ese día?",
		"Variables": [
			"day",
			"session",
			"total"
		],
		"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.innings_dismissal_batter_out": {
		"Name": "{{innings}} innings, eliminación {{dismissal}} - Siguiente bateador eliminado",
		"Description": "¿Qué bateador será eliminado a continuación?",
		"Variables": [
			"innings",
			"dismissal",
			"player"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.innings_player_to_score_milestone": {
		"Name": "{{innings}} innings - {{player}} marca {{milestone}}",
		"Description": "¿Marcará el bateador esas carreras?",
		"Variables": [
			"innings",
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"cricket.innings_player_total_fours": {
		"Name": "{{innings}} innings - {{player}} total de cuatros",
		"Description": "Cuatros marcados por el bateador",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.innings_team_total_fours": {
		"Name": "{{innings}} innings - {{team}} total de cuatros",
		"Description": "¿Cuántos cuatros anotará el equipo?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.innings_team_total_sixes": {
		"Name": "{{innings}} innings - {{team}} total de seises",
		"Description": "¿Cuántos seises anotará el equipo?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.innings_total": {
		"Name": "Total de carreras",
		"Deprecated": true,
		"Description": "Total de carreras",
		"Variables": [
			"inningnr",
			"total"
		],
		"Split": "period=ft\u0026period=inning{{inningnr}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.innings_total_v2": {
		"Name": "Total de carreras",
		"Variables": [
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"cricket.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"cricket.player_to_score_milestone": {
		"Name": "{{player}} marca {{milestone}}",
		"Description": "¿Marcará el bateador esas carreras?",
		"Variables": [
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"cricket.player_total": {
		"Name": "{{player}} total",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.player_total_fours": {
		"Name": "{{player}} total de cuatros",
		"Description": "Cuatros marcados por el bateador",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.player_total_player_performance": {
		"Name": "{{player}} rendimiento total del jugador",
		"Description": "Los puntos de rendimiento del jugador (1pt/carrera, 20pts/wicket, 10pts/catch, 25pts/stumping)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.team_total_at_dismissal": {
		"Name": "{{team}} total en eliminación {{dismissal}}",
		"Variables": [
			"team",
			"total",
			"dismissal"
		],
		"Split": "period=ft\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.team_total_fours": {
		"Name": "{{team}} total de cuatros",
		"Description": "¿Cuántos cuatros anotará el equipo?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.team_total_from_0_over_to_x_over": {
		"Name": "Overs 0 a {{to_over}} - {{team}} total",
		"Variables": [
			"to_over",
			"team",
			"total"
		],
		"Split": "period=ft\u0026to_over={{to_over}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.team_total_sixes": {
		"Name": "{{team}} total de seises",
		"Description": "¿Cuántos seises anotará el equipo?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.test_1x2": {
		"Name": "1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"cricket.test_innings_team_total": {
		"Name": "Innings {{innings}} - {{team}} total",
		"Description": "Total de carreras por equipo en número de innings",
		"Variables": [
			"team",
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.test_match_innings_any_player_score_milestone": {
		"Name": "{{innings}} innings - cualquier jugador marca {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"cricket.test_match_innings_team_total_at_dismissal": {
		"Name": "{{innings}} innings - {{team}} total en la {{dismissal}} elminación",
		"Variables": [
			"innings",
			"team",
			"dismissal",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.test_match_innings_team_totals": {
		"Name": "{{innings}} innings - {{team}} total",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.test_match_player_total": {
		"Name": "{{innings}} innings - {{player}} total",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.test_match_team_with_top_batter": {
		"Name": "Equipo con el mejor bateador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.test_winner": {
		"Name": "Ganador del encuentro ",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.top_batter_total": {
		"Name": "Mejor bateador total",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.total_in_highest_scoring_over": {
		"Name": "Total en el over de puntuacion más alta",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.total_sixes": {
		"Name": "Total de seises",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"cricket.will_there_be_a_tie": {
		"Name": "Habrá empate",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"cricket.winner": {
		"Name": "Ganador (incluye súper overs)",
		"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": "Ganador",
		"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": "Enfrentamiento directo",
		"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": "Hándicap 180s",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.correct_score_in_sets": {
		"Name": "Resultado correcto (en sets)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.handicap_legs": {
		"Name": "Hándicap de manga",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.handicap_sets": {
		"Name": "Hándicap de set",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.most_180s": {
		"Name": "Más 180s",
		"Description": "¿Qué jugador anotará la mayor cantidad de 180's? Es decir, 180 = 3 triple 20's en un sólo turno",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"darts.odd_even_sets": {
		"Name": "Par/impar sets",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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 - resultado correcto (en mangas)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "{{set}} set manga {{leg}} - cualquier jugador anota un 180",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "{{set}} set manga {{leg}} - color conseguido",
		"Description": "¿Será verde o rojo el último dardo de la manga?",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "Verde",
			"red": "Rojo"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "{{set}} set - hándicap de manga",
		"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 manga {{leg}} - {{team}} anota 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 manga {{leg}} - total de dardos",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "{{set}} set manga {{leg}} - ganador",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "{{set}} set - más180s",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "{{set}} set - par/impar mangas",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "{{set}} set - {{team}} total 180s",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "{{set}} set - total de 180s",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "{{set}} set - total de mangas",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.set_which_player_wins_the_rest": {
		"Name": "{{set}} set -Qué jugador gana lo que queda",
		"Variables": [
			"set",
			"score"
		],
		"Split": "period=default\u0026set={{set}}\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"darts.set_winner": {
		"Name": "{{set}} set - ganador",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.team_total_180s": {
		"Name": "{{team}} total de 180s",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "Total de 180s",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.total_legs": {
		"Name": "Total de mangas",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.total_sets": {
		"Name": "Total de sets",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"darts.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.correct_score_in_maps": {
		"Name": "Resultado correcto (en mapas)",
		"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}} mapa 10 minutos - total de kills de {{from}} a {{to}}",
		"Variables": [
			"total",
			"map",
			"from",
			"to"
		],
		"Split": "period=default\u0026map={{map}}\u0026from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.map_aegis_handicap": {
		"Name": "{{map}} mapa - aegis hándicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_handicap": {
		"Name": "Hándicap mapa",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_draw_no_bet": {
		"Name": "{{map}} mapa - kill apuesta sin empate",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_kill_handicap": {
		"Name": "{{map}} mapa - kill hándicap",
		"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": "Mapa {{map}} - kill hándicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_most_kills": {
		"Name": "Mapa {{map}} - Más kills",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_player_with_highest_creep_score": {
		"Name": "Mapa {{map}} - Jugador con mayor puntuación de creeps",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "Mapa {{map}} - carrera para nivel {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_race_to_xth_kills": {
		"Name": "Mapa {{map}} - carrera para {{xth}} kills",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_race_to_xth_net_worth": {
		"Name": "Mapa {{map}} - carrera para {{xth}} de valor neto",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_team_total_kills": {
		"Name": "Mapa {{map}} - {{team}} total de kills",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "Mapa {{map}} - total de aegis",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.map_total_kills": {
		"Name": "Mapa {{map}} - total de kills",
		"Deprecated": true,
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.map_total_kills_v2": {
		"Name": "{{map}} mapa - total kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.map_total_tower": {
		"Name": "Mapa {{map}} - total de towers",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "Mapa {{map}} - Hándicap de torre",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_winner": {
		"Name": "Mapa {{map}} - ganador",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_winner_v2": {
		"Name": "Mapa {{map}} - ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_aegis": {
		"Name": "Mapa {{map}} - {{xth}} aegis",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_barracks": {
		"Name": "{{map}} mapa - {{xth}} barracks",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "Mapa {{map}} - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "Mapa {{map}} - {{xth}} shrine",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "Mapa {{map}} - {{xth}} tower",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.match_odds": {
		"Name": "Apuesta 1x2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"dota_2.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"dota_2.total_maps": {
		"Name": "Total de mapas",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"dota_2.will_there_be_a_rampage": {
		"Name": "Habrá un rampage",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "Habrá un ultra kill",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"dota_2.winner": {
		"Name": "Ganador",
		"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": "Más de/Menos de",
		"Variables": [
			"price"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{price}}",
			"under": "Menos de {{price}}"
		}
	},
	"esport_aoe.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap ",
		"Description": "El hándicap proporciona a un equipo una ventaja de mapa para hacer que los partidos con un equipo superior sean más parejos e interesantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_aoe.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_aoe.total_maps": {
		"Name": "Mapas Totales",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_aoe.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.correct_score": {
		"Name": "Resultado Correcto",
		"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": "Hándicap ",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_arena_of_valor.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.match_3_way": {
		"Name": "3-vías",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"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": "Ganador",
		"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": "Resultado Correcto",
		"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": "Hándicap ",
		"Description": "El hándicap proporciona a un equipo una ventaja de mapa para hacer que los partidos con un equipo superior sean más parejos e interesantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_brawl_stars.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_brawl_stars.total_maps": {
		"Name": "Mapas Totales",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_brawl_stars.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.asian_handicap": {
		"Name": "Hándicap asiático",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_extratime": {
		"Name": "Prórroga - hándicap asiático",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_first_half": {
		"Name": "1ª mitad - hándicap asiático",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_second_half": {
		"Name": "2ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.booking_match_odds": {
		"Name": "Tarjeta 1x2",
		"Variables": [],
		"Split": "period=period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_fifa.booking_nr": {
		"Name": "Tarjeta {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguna"
		}
	},
	"esport_fifa.both_teams_to_score": {
		"Name": "Ambos equipos marcan",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"esport_fifa.corner_handicap": {
		"Name": "Hándicap córner",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.corner_match_odds": {
		"Name": "Córner 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_fifa.corner_nr": {
		"Name": "Córner {{corner}}",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"esport_fifa.correct_score": {
		"Name": "Resultado Correcto",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_1st_half": {
		"Name": "1ª mitad - resultado correcto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_2nd_half": {
		"Name": "2ª mitad - resultado correcto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.double_chance": {
		"Name": "Doble oportunidad",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Empate o {{away}}",
			"home_away": "{{home}} o  {{away}}",
			"home_draw": "{{home}} o Empate"
		}
	},
	"esport_fifa.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.exact_total_goals_period_first_half": {
		"Name": "1ª mitad - total exacto de goles",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.exact_total_goals_period_second_half": {
		"Name": "2ª mitad - total exacto de goles",
		"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}} gol",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"esport_fifa.halftime_fulltime_result": {
		"Name": "Descanso/final",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "Empate/Empate",
			"draw_home": "Empate/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Empate",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"esport_fifa.match_odds": {
		"Name": "Resultado a tiempo completo",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_extratime": {
		"Name": "Prórroga - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_first_half": {
		"Name": "Resultado al descanso",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_second_half": {
		"Name": "2ª mitad - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_fifa.odd_even.penalty_shootout": {
		"Name": "Tanda de penaltis - impar/par",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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": "Lanzamiento de penaltis - par/impar",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"esport_fifa.team_clean_sheet": {
		"Name": "{{team}} valla invicta",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"esport_fifa.team_total_goals": {
		"Name": "{{team}} total de goles",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_first_half": {
		"Name": "1ª mitad - {{team}} total de goles",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_second_half": {
		"Name": "2ª mitad - {{team}} total de goles",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.team_win_to_nil": {
		"Name": "{{team}} gana a cero",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"esport_fifa.total_booking_points": {
		"Name": "10-25 Puntos totales de tarjetas",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.total_bookings": {
		"Name": "Total de tarjetas",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.total_corners": {
		"Name": "Total de córneres",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.total_goals": {
		"Name": "Total de goles",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.total_goals_period_extratime": {
		"Name": "Prórroga - total de goles",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.total_goals_period_first_half": {
		"Name": "1ª mitad - total de goles",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_fifa.total_goals_period_second_half": {
		"Name": "2ª mitad - total de goles",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_free_fire.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_free_fire.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"esport_ice_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_king_of_glory.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap de Mapa",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_kill_handicap": {
		"Name": "Mapa {{map}} - kill hándicap",
		"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": "Mapa {{map}} - La mayoría de kills",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_king_of_glory.map_team_total_kills": {
		"Name": "Mapa {{map}} - {{team}} kills totales",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_king_of_glory.map_total_kills": {
		"Name": "Mapa {{map}} - total de kills",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_king_of_glory.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"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": "Mapas Totales",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_king_of_glory.winner": {
		"Name": "Ganador",
		"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ª mitad - 1x2",
		"Description": "Mercado de 3 vías exclusivamente para la 1ª mitad: 1 = victoria de local, X = empate y 2 = victoria de visitante",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_draw_no_bet": {
		"Name": "1ª mitad - Empate anula apuesta",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_team_total": {
		"Name": "1ª mitad - {{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.1st_half_winning_margin": {
		"Name": "1ª mitad - margen de victoria",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.1x2": {
		"Name": "1x2",
		"Description": "Mercado de 3 vías, sin incluir prórroga: 1 = victoria de local, X = empate y 2 = victoria de visitante",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2": {
		"Name": "2º mitad - 1x2",
		"Description": "Mercado de 3 vías exclusivamente para la 2ª mitad sin incluir prórroga: 1 = victoria de local, X = empate y 2 = victoria de visitante",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot": {
		"Name": "2ª mitad - 1x2 (incluye prórroga)",
		"Deprecated": true,
		"Description": "Mercado de 3 vías para la 2ª mitad, incluye prórroga: 1 = victoria de local, X = empate y 2 = victoria de visitante",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot.v2": {
		"Name": "2ª mitad - 1x2 (incluye prórroga)",
		"Description": "Mercado de 3 vías exclusivamente para la 2ª mitad incluida la prórroga: 1 = victoria de local, X = empate y 2 = victoria de visitante (1=1er. equipo nombrado si el campo es neutral)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_handicap": {
		"Name": "2ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.2nd_half_total": {
		"Name": "2ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.halftime_fulltime": {
		"Name": "Descanso/final",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/empate",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "empate/empate",
			"draw_home": "empate/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/empate",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"esport_nba2k.handicap": {
		"Name": "Hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_first_half": {
		"Name": "1ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_second_half": {
		"Name": "2º mitad - hándicap (incluye prórroga)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.highest_scoring_quarter": {
		"Name": "Cuarto de mayor puntuación",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1º cuarto",
			"2nd_quarter": "2º cuarto",
			"3rd_quarter": "3º cuarto",
			"4th_quarter": "4º cuarto",
			"equal": "Igual"
		}
	},
	"esport_nba2k.odd_even": {
		"Name": "Impar/Par",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"esport_nba2k.odd_even_period_first_half": {
		"Name": "1ª mitad - par/impar",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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}} cuarto - 1x2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.quarter_handicap": {
		"Name": "{{quarter}} cuarto - hándicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.quarter_totals": {
		"Name": "{{quarter}} cuarto - totales",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.quarter_winning_margin": {
		"Name": "{{quarter}} cuarto - margen de victoria",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away_by_3_plus": "{{away}} por 3+",
			"home_by_3_plus": "{{home}} por 3+",
			"other": "Otro"
		}
	},
	"esport_nba2k.race_to_points": {
		"Name": "Carrera para {{point}} puntos",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.race_to_points_incl_ot": {
		"Name": "Carrera para {{point}} puntos (incluye prórroga)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.scoring_type_pointnr": {
		"Name": "Tipo de puntuación {{point}} punto (incluye prórroga)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} resultado de 1 punto",
			"away_2": "{{away}} resultado de 2 puntos",
			"away_3": "{{away}} resultado de 3 puntos",
			"home_1": "{{home}} resultado de 1 punto",
			"home_2": "{{home}} 2 puntos",
			"home_3": "{{home}} 3 puntos de puntuación"
		}
	},
	"esport_nba2k.team_totals": {
		"Name": "{{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.total_period_first_half": {
		"Name": "1ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.total_period_second_half": {
		"Name": "2ª mitad - total (incluye prórroga)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.totals": {
		"Name": "Totales",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_nba2k.winner_incl_overtime": {
		"Name": "Ganador (incluye prórroga)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "Margen de victoria (incluye prórroga)",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap ",
		"Primary": true,
		"Description": "El hándicap proporciona a un equipo una ventaja de mapa para hacer que los partidos con un equipo superior sean más parejos e interesantes.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_round_handicap": {
		"Name": "Mapa {{map}} - Hándicap (incluye prórroga)",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_team_total_rounds": {
		"Name": "Mapa {{map}} - {{team}} total",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_valorant.map_total_rounds": {
		"Name": "Mapa {{map}} - Total (incl. tiempo extra)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_valorant.map_winner": {
		"Name": "Mapa {{map}} - ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_valorant.totals": {
		"Name": "Mapas totales",
		"Primary": true,
		"Description": "Apuesta por la cantidad total de mapas jugados.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_valorant.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_warcraft.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_warcraft.totals": {
		"Name": "Totales",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"esport_warcraft.winner": {
		"Name": "Ganador",
		"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": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"field_hockey.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"field_hockey.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"floorball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"floorball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"floorball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"formula_1.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_1.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"formula_e.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"formula_e.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"futsal.double_chance": {
		"Name": "Doble oportunidad",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Empate o {{away}}",
			"home_away": "{{home}} o  {{away}}",
			"home_draw": "{{home}} o Empate"
		}
	},
	"futsal.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"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": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"futsal.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"futsal.odd_even": {
		"Name": "Par/impar",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"futsal.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"futsal.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"golf.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"golf.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"golf.winner": {
		"Name": "Enfrentamiento directo",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"greyhound.exacta": {
		"Name": "Exacta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Otro",
			"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": "Posición",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.place.v2": {
		"Name": "Posición ({{position}} TBP)",
		"Deprecated": true,
		"Description": "Apostar a un perro que acabe en uno de los lugares designados. Ej: 3TBP significa que tu selección ganará si termina en uno de los 3 primeros puestos.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.quinella": {
		"Name": "Quiniela",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.show": {
		"Name": "Mostrar",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trifecta": {
		"Name": "Trifecta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trio": {
		"Name": "Trío",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win": {
		"Name": "Victoria",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win.v2": {
		"Name": "Ganador",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.win_sp.v2": {
		"Name": "Victoria",
		"Deprecated": true,
		"Description": "El precio inicial (PI) será el precio oficial declarado por los bookmakers en curso al comienzo de la carrera.",
		"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": "Posición ({{position}} TBP)",
		"Primary": true,
		"Description": "Apostar a un perro que acabe en uno de los lugares designados. Ej: 3TBP significa que tu selección ganará si termina en uno de los 3 primeros puestos.",
		"Variables": [
			"position"
		],
		"Split": "period=default\\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win": {
		"Name": "Ganador",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win_sp": {
		"Name": "Victoria",
		"Description": "El precio inicial (PI) será el precio oficial declarado por los bookmakers en curso al comienzo de la carrera.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"handball.1st_half_total": {
		"Name": "1ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"handball.double_chance": {
		"Name": "Doble oportunidad",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Empate o {{away}}",
			"home_away": "{{home}} o  {{away}}",
			"home_draw": "{{home}} o Empate"
		}
	},
	"handball.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"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": "Descanso/Final",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "Empate/Empate",
			"draw_home": "Empate/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Empate",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"handball.handicap": {
		"Name": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"handball.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"handball.odd_even": {
		"Name": "Par/impar",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"handball.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"handball.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"handball.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"handball.team_total": {
		"Name": "{{team}} total",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"handball.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"handball.winner": {
		"Name": "Ganador (incluye prórroga y penaltis)",
		"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": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"heroes_of_the_storm.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.total": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"heroes_of_the_storm.winner": {
		"Name": "Ganador",
		"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": "Posición ({{position}} TBP)",
		"Primary": true,
		"Description": "Apostar a un caballo a acabar en uno de los lugares designados pej: 3TBP significa que tu selección será una victoria si termina en uno de los 3 primeros puestos.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win": {
		"Name": "Ganador",
		"Primary": true,
		"Description": "Ganador de la carrera",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win.v2": {
		"Name": "Ganador",
		"Primary": true,
		"Description": "Ganador de la carrera",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win_sp": {
		"Name": "Victoria (PI)",
		"Description": "El precio inicial (SP) será el precio oficial declarado por los bookmakers en curso al comienzo de la carrera.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"ice_hockey.1x2": {
		"Name": "1x2 (no incluye prórroga)",
		"Description": "Mercado de 3 vías, excluido el extra tiempo: 1 = victoria de local, X = empate y 2 = victoria de visitante (1= 1er. equipo nombrado si la cancha es neutral)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2_both_teams_to_score": {
		"Name": "1x2 y ambos equipos marcan (incluye prórroga y penaltis)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away_no": "{{away}} y no",
			"away_yes": "{{away}} y sí",
			"home_no": "{{home}} y no",
			"home_yes": "{{home}} y sí"
		}
	},
	"ice_hockey.all_periods_under": {
		"Name": "Todos los periodos menos de {{total}}",
		"Variables": [
			"total"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"ice_hockey.both_teams_to_score": {
		"Name": "Ambos equipos marcan",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"ice_hockey.correct_score": {
		"Name": "Resultado correcto",
		"Description": "La puntuación al final del tiempo regular, es decir que no incluye prórroga ni penaltis",
		"Variables": [],
		"Split": "period=ft\u0026period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"ice_hockey.correct_score_incl_overtime_and_penalties": {
		"Name": "Resultado correcto (incluye prórroga y penaltis)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"dynamic.other": "otro",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.double_chance": {
		"Name": "Doble oportunidad (no incluye prórroga)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_or_away": "empate o {{away}}",
			"home_or_away": "{{home}} o  {{away}}",
			"home_or_draw": "{{home}} o empate"
		}
	},
	"ice_hockey.exact_goals_period_ft_incl_et_and_penalty_shootout": {
		"Name": "Goles exactos (incluye prórroga y penaltis)",
		"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}} gol",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"ice_hockey.handicap": {
		"Name": "Hándicap (incluye prórroga y penaltis)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.handicap_regular_time": {
		"Name": "Hándicap (no incluye prórroga ni penaltis)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.highest_scoring_period": {
		"Name": "Período de puntuación más alta",
		"Variables": [],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"1st_period": "1º período",
			"2nd_period": "2º período",
			"3rd_period": "3er período",
			"equal": "igual"
		}
	},
	"ice_hockey.last_goal": {
		"Name": "Último gol",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "ninguno"
		}
	},
	"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}} período - 1x2",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"ice_hockey.period_both_teams_to_score": {
		"Name": "{{period}} periodo - ambos equipos a marcar",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"ice_hockey.period_handicap": {
		"Name": "{{period}} periodo - hándicap",
		"Variables": [
			"handicap",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.period_last_team_to_score": {
		"Name": "{{period}} periodo - último equipo en marcar",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"ice_hockey.period_team_total": {
		"Name": "{{period}} periodo - {{team}} total",
		"Variables": [
			"team",
			"total",
			"period"
		],
		"Split": "period=p{{period}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"ice_hockey.period_total": {
		"Name": "{{period}} periodo - total",
		"Variables": [
			"total",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"ice_hockey.period_which_team_to_score": {
		"Name": "{{period}} periodo - qué equipo anota",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"both_teams": "Ambos equipos",
			"none": "Ninguno",
			"only_away": "Sólo {{away}}",
			"only_home": "Sólo {{home}}"
		}
	},
	"ice_hockey.period_winner": {
		"Name": "{{period}} periodo - Ganador",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.team_clean_sheet": {
		"Name": "{{team}} valla invicta",
		"Description": "Una valla invicta significa que el equipo designado no admitirá gol",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"ice_hockey.team_to_score_in_all_periods": {
		"Name": "{{team}} para anotar en todos los períodos",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"ice_hockey.team_to_score_in_first_period": {
		"Name": "{{team}} anota en el primer período",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"ice_hockey.team_total": {
		"Name": "{{team}} total (no incluye prórroga ni penaltis)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"ice_hockey.team_total_incl_overtime_and_penalties": {
		"Name": "{{team}} total (incluye prórroga y penaltis)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"ice_hockey.total": {
		"Name": "Total (no incluye prórroga ni penaltis)",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"ice_hockey.totals": {
		"Name": "Total (incluye prórroga y penaltis)",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"ice_hockey.which_team_to_score": {
		"Name": "Qué equipo marca",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"both_teams": "ambos equipos",
			"none": "ninguno",
			"only_away": "sólo {{away}}",
			"only_home": "sólo {{home}}"
		}
	},
	"ice_hockey.winner": {
		"Name": "Ganador (incluye prórroga y penaltis)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.winning_margin_incl_overtime_and_penalties": {
		"Name": "Margen de victoria (incluye prórroga y penaltis)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} por 1",
			"away_by_2": "{{away}} por 2",
			"away_by_3": "{{away}} por 3+",
			"away_by_4": "{{away}} por 4",
			"away_by_5_plus": "{{away}} por 5+",
			"away_by_exact_3": "{{away}} por 3",
			"home_by_1": "{{home}} por 1",
			"home_by_2": "{{home}} por 2",
			"home_by_3": "{{home}} por 3+",
			"home_by_4": "{{home}} por 4",
			"home_by_5_plus": "{{home}} por 5+",
			"home_by_exact_3": "{{home}} por 3"
		}
	},
	"kabaddi.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.handicap": {
		"Name": "Hándicap ",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"kabaddi.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"kabaddi.total": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"league_of_legends.correct_score_in_maps": {
		"Name": "Marcador coerrecto (en mapas)",
		"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": "Hándicap mapa",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet": {
		"Name": "Mapa {{map}} - kill empate anula apuesta",
		"Deprecated": true,
		"Description": "Elige el equipo que creas que ganará. En el resultado de empate la apuesta se devuelve.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet.v2": {
		"Name": "Mapa {{map}} - kill empate anula apuesta",
		"Description": "Elige el equipo que creas que ganará. En el resultado de empate la apuesta se devuelve.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_handicap": {
		"Name": "Mapa {{map}} - kill hándicap",
		"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": "Mapa {{map}} - kill hándicap",
		"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": "Mapa {{map}} - {{team}} kills totales",
		"Variables": [
			"team",
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"league_of_legends.map_total_kills": {
		"Name": "Mapa {{map}} - killls totales",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"league_of_legends.map_winner": {
		"Name": "Mapa {{map}} - ganador",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_winner_v2": {
		"Name": "Mapa {{map}} - ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_baron": {
		"Name": "Mapa {{map}} - {{xth}} baron",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_dragon": {
		"Name": "Mapa {{map}} - {{xth}} dragon",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_inhibitor": {
		"Name": "Mapa {{map}} - {{xth}} inhibitor",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_kill": {
		"Name": "Mapa {{map}} - {{xth}} kill",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_tower": {
		"Name": "Mapa {{map}} - {{xth}} tower",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.match_odds": {
		"Name": "Apuesta 1x2",
		"Description": "La apuesta 1x2 te da la opción de apostar al equipo (A), al empate y al equipo (B).",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"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": "Mapas totales",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"league_of_legends.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.1x2": {
		"Name": "1x2",
		"Description": "Mercado de 3 vías: 1 = victoria de local, X = empate y 2 = victoria de visitante.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"mma.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"mma.totals": {
		"Name": "Total",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"mma.will_the_fight_go_the_distance": {
		"Name": "La pelea llegará a la distancia",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"mma.winner": {
		"Name": "Ganador de pelea",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.winner_exact_rounds": {
		"Name": "Ganador y rounds exactos",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.winning_method": {
		"Name": "Método de victoria",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.head2head": {
		"Name": "Enfrentamiento directo",
		"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": "Ganador",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.correct_score": {
		"Name": "Resultado Correcto",
		"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": "Hándicap de Mapa",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_kill_handicap": {
		"Name": "Mapa {{map}} - kill hándicap",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_most_kills": {
		"Name": "Mapa {{map}} - Mayoría de kills",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.map_team_total_kills": {
		"Name": "Mapa {{map}} - {{team}} kills totales",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"overwatch.map_total_kills": {
		"Name": "Mapa {{map}} - kills totales",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"overwatch.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"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": "Mapas Totales",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"overwatch.winner": {
		"Name": "Ganador",
		"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": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"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": "Gobierno",
		"Description": "Gobierno después de las elecciones",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.house_majority": {
		"Name": "Mayoría de la Casa",
		"Description": "Mayoría de la Casa",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.most_seats": {
		"Name": "Mayoría de asientos",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.next_chancellor": {
		"Name": "Próximo canciller",
		"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": "Partido del próximo canciller",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.party_vote_percentage": {
		"Name": "% de votos para {{party}}",
		"Variables": [
			"party"
		],
		"Split": "party={{party}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.senate_majority": {
		"Name": "Mayoría del Senado",
		"Description": "Mayoría del Senado",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.correct_score": {
		"Name": "Resultado Correcto",
		"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": "Mapa {{map}} - Ganador",
		"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": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rocket_league.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap mapa",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rocket_league.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"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": "Mapas totales",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rocket_league.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.1x2_period_1st_half": {
		"Name": "1ª mitad - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"rugby_league.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"Description": "Elige el equipo que creas que ganará. En el resultado de empate, la apuesta se devuelve.",
		"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": "Descanso/Final",
		"Description": "Marca tanto el resultado al descanso como el resultado al final del partido, no incluye prórroga",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "Empate/Empate",
			"draw_home": "Empate/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Empate",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_league.handicap": {
		"Name": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.handicap_3_way_period_ft": {
		"Name": "Hándicap {{handicap_score}}",
		"Description": "Mercado de handicap de 3 vías, p. ej. Inglaterra v Gales: Inglaterra 0:19 = Inglaterra necesita ganar por 20 o más, Empate 0:19 = Inglaterra para ganar por exactamente 19 puntos, Gales 0:19 = Gales necesita ganar o perder por 18 puntos o menos.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Empate {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_league.handicap_period_1st_half": {
		"Name": "1ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.moneyline": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"rugby_league.next_scoring_play": {
		"Name": "Próxima jugada de puntuación de {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} con drop goal",
			"away_with_penalty": "{{away}} con penalti",
			"away_with_try": "{{away}} con ensayo",
			"home_with_drop_goal": "{{home}} con drop goal",
			"home_with_penalty": "{{home}} con penalti",
			"home_with_try": "{{home}} con ensayo"
		}
	},
	"rugby_league.odd_even": {
		"Name": "Impar/Par",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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": "Carrera para {{point}} puntos",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"rugby_league.team_totals": {
		"Name": "{{team}} Total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_league.total_period_1st_half": {
		"Name": "1ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_league.total_tries": {
		"Name": "Total de ensayos",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_league.totals": {
		"Name": "Totales",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_league.try_handicap": {
		"Name": "Ensayo hándicap",
		"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": "Qué equipo gana el resto del partido a {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"rugby_league.winning_margin_period_ft": {
		"Name": "Margen de victoria",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.1x2_period_1st_half": {
		"Name": "1ª mitad - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"rugby_union.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"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": "Descanso/Final",
		"Description": "Marca tanto el resultado al descanso como el resultado al final del partido, no incluye prórroga",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "Empate/Empate",
			"draw_home": "Empate/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Empate",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_union.handicap": {
		"Name": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.handicap_3_way_period_ft": {
		"Name": "Hándicap {{handicap_score}}",
		"Description": "Mercado de handicap de 3 vías, p. ej. Inglaterra v Gales: Inglaterra 0:19 = Inglaterra necesita ganar por 20 o más, Empate 0:19 = Inglaterra para ganar por exactamente 19 puntos, Gales 0:19 = Gales necesita ganar o perder por 18 puntos o menos.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Empate {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_union.handicap_period_1st_half": {
		"Name": "1ª mitad - hándicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.moneyline": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"rugby_union.next_scoring_play": {
		"Name": "Próxima jugada de puntuación de {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} con drop goal",
			"away_with_penalty": "{{away}} con penalti",
			"away_with_try": "{{away}} con ensayo",
			"home_with_drop_goal": "{{home}} con drop goal",
			"home_with_penalty": "{{home}} con penalti",
			"home_with_try": "{{home}} con ensayo"
		}
	},
	"rugby_union.odd_even": {
		"Name": "Impar/ Par",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"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": "Carrera para {{point}} puntos",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"rugby_union.team_totals": {
		"Name": "{{team}} Total",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_union.total_period_1st_half": {
		"Name": "1ª mitad - total",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_union.total_tries": {
		"Name": "Total de ensayos",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_union.totals": {
		"Name": "Totales",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"rugby_union.try_handicap": {
		"Name": "Ensayo hándicap",
		"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": "Qué equipo gana el resto del partido por {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"rugby_union.winning_margin_period_ft": {
		"Name": "Margen de victoria",
		"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": "Ganador",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"snooker.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap de frames",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"snooker.odd_even_frames": {
		"Name": "Par/Impar frames",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"snooker.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"snooker.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"snooker.totals": {
		"Name": "Total de frames",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"snooker.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.10_minutes_sending_off_from_to": {
		"Name": "10 minutos - expulsión desde {{from}} a {{to}}",
		"Variables": [
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"no": "no",
			"yes": "sí"
		}
	},
	"soccer.12_booking_handicap": {
		"Name": "1-2 Hándicap de tarjetas",
		"Description": "1 punto=tarjeta amarilla, 2 puntos=tarjeta roja con un máximo de 3 puntos por jugador y sólo cuentan los jugadores en cancha",
		"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ª mitad - hándicap córner",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_total_corners": {
		"Name": "1ª mitad - total de córneres",
		"Variables": [
			"total"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.5_minutes_team_total_corners_from_to": {
		"Name": "5 minutos - {{team}} total de córneres desde {{from}} a {{to}}",
		"Variables": [
			"team",
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.5_minutes_total_from_to": {
		"Name": "5 minutos - total del {{from}} al {{to}}",
		"Variables": [
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.anytime_goalscorer": {
		"Name": "Goleador en cualquier momento",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "No hay gol",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.anytime_goalscorer_and_1x2_period_ft": {
		"Name": "{{player}} Goleador en cualquier momento \u0026 1x2",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}",
			"other": "Otro"
		}
	},
	"soccer.asian_handicap": {
		"Name": "Hándicap",
		"Primary": true,
		"Description": "Ve nuestro [artículo sobre hándicap asiático] (/{{locale}}/blog/betting-strategy/what-are-asian-handicaps/)",
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_extratime": {
		"Name": "Prórroga - hándicap asiático",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_first_half": {
		"Name": "1ª mitad - hándicap asiático",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_second_half": {
		"Name": "2ª mitad - hándicap asiático",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.booking_match_odds": {
		"Name": "Tarjeta 1x2",
		"Description": "¿Qué equipo recibirá más puntos de tarjetas? (10=tarjeta amarilla, 25=tarjeta roja con un máximo de 35 puntos por jugador y sólo cuentan los jugadores en cancha)",
		"Variables": [],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.booking_nr": {
		"Name": "Tarjeta {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguna"
		}
	},
	"soccer.booking_point_range_period_ft": {
		"Name": "Intervalo en puntos de tarjeta",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.both_teams_to_score": {
		"Name": "Ambos equipos marcan",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.both_teams_to_score_period_1h": {
		"Name": "1ª mitad- ambos equipos marcan",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.corner_handicap": {
		"Name": "Hándicap córner",
		"Description": "Emparejar apuesta entre equipos incluyendo el hándicap de córneres. Para que cuente, debe elegirse uno solo de los córneres.",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_handicap_period_1h": {
		"Name": "1ª mitad - hándicap córneres",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_match_odds": {
		"Name": "Córner 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.corner_nr": {
		"Name": "Córner {{corner}}",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"soccer.correct_score": {
		"Name": "Resultado correcto",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "otro",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_1st_half": {
		"Name": "1ª mitad - resultado correcto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_2nd_half": {
		"Name": "2ª mitad - resultado correcto",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "Otro",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.double_chance": {
		"Name": "Doble oportunidad",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Empate o {{away}}",
			"home_away": "{{home}} o  {{away}}",
			"home_draw": "{{home}} o Empate"
		}
	},
	"soccer.double_chance_period_1h": {
		"Name": "1ª mitad - Doble oportunidad",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "Empate o {{away}}",
			"home_or_away": "{{home}} o  {{away}}",
			"home_or_draw": "{{home}} o Empate"
		}
	},
	"soccer.draw_no_bet": {
		"Name": "Empate anula apuesta",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.draw_no_bet_period_1h": {
		"Name": "1ª mitad - Empate anula apuesta",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.exact_total_goals_period_first_half": {
		"Name": "1ª mitad - Total exacto de goles",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.exact_total_goals_period_second_half": {
		"Name": "2ª mitad - Total exacto de goles",
		"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}} gol",
		"Variables": [
			"goal"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "Ninguno"
		}
	},
	"soccer.goal_strike_zone": {
		"Name": "{{goal}} gol - zona de remate",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"high_center": "alta centro",
			"high_left": "alta izquierda",
			"high_right": "alta derecha",
			"low_center": "baja centro",
			"low_left": "baja izquierda",
			"low_right": "baja derecha"
		}
	},
	"soccer.goalnr_goalscorer": {
		"Name": "Goleador {{goal}}",
		"Description": "El Goleador 1 representa el primer jugador en meter un gol en el partido. Si el jugador elegido no comienza o no está en el campo de juego cuando el gol es marcado, las apuestas serán anuladas. El Goleador 2 representa el segundo gol, el Goaleador 3 el tercer gol, etc.",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"dynamic.no_goal": "sin gol",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.goalscorer_and_correct_score_period_ft": {
		"Name": "{{player}} {{goalnr}} goleador y resultado correcto",
		"Variables": [
			"goalnr",
			"player"
		],
		"Split": "player={{player}}\u0026goalnr={{goalnr}}",
		"Outcomes": {
			"dynamic.score": "{{score}}",
			"other": "Otro"
		}
	},
	"soccer.halftime_fulltime_result": {
		"Name": "Descanso/Final",
		"Description": "Apostar tanto al resultado en el descanso como al resultado en el final de 90 minutos",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/Empate",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "Empate/{{away}}",
			"draw_draw": "Empate/Empate",
			"draw_home": "Empate/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/Empate",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"soccer.handicap.penalty_shootout": {
		"Name": "Hándicap - Lanzamiento de penaltis",
		"Variables": [
			"handicap"
		],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.handicap_1x2_period_1h": {
		"Name": "1ª mitad - hándicap (1x2) {{handicap_score}}",
		"Description": "Equipo local 0:1 = el equipo local debe ganar por 2 goles o más. Empate 0:1 = equipo local gana por un gol para ganar. Equipo visitante 0:1 = visitante debe empatar o ganar.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=1h\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Empate {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"soccer.last_corner": {
		"Name": "Último córner",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "ninguno"
		}
	},
	"soccer.last_goalscorer": {
		"Name": "Último goleador",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "No hay gol",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.match_odds": {
		"Name": "Resultado a tiempo completo",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "El ganador al final del tiempo reglamentario de 90 minutos",
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_extratime": {
		"Name": "Prórroga - 1x2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_first_half": {
		"Name": "Resultado al descanso",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_second_half": {
		"Name": "2ª mitad - 1x2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.odd_even.penalty_shootout": {
		"Name": "Tanda de penaltis - impar/par",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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": "Lanzamiento de penaltis - par/impar",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"soccer.player_assists_period_ot": {
		"Name": "{{player}} asistencias",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_goals_period_ot": {
		"Name": "{{player}} goles",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_on_goal_period_ot": {
		"Name": "{{player}} tiros a puerta",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_period_ot": {
		"Name": "{{player}} tiros",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_tackles_period_ot": {
		"Name": "{{player}} entradas",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_total_passes_period_ot": {
		"Name": "{{player}} Total de pases (incluye prórroga)",
		"Description": "Total de pases realizados por un jugador",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.player_total_shots_on_goal_period_ot": {
		"Name": "{{player}}: Total de tiros a puerta (incluye prórroga)",
		"Description": "Total de tiros a puerta por el jugador",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.player_total_shots_period_ot": {
		"Name": "{{player}} Total de tiros (incluye prórroga)",
		"Description": "Total de tiros por el jugador",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.player_total_tackles_period_ot": {
		"Name": "{{player}} Total de entradas (Incluye prórroga)",
		"Description": "Total de entradas por el jugador",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.sending_off_period_1h": {
		"Name": "1ª mitad - expulsión",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.sending_off_period_ft": {
		"Name": "Expulsión",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.team_clean_sheet": {
		"Name": "{{team}} valla invicta",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.team_total_goals": {
		"Name": "{{team}} total de goles",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.team_total_goals_period_first_half": {
		"Name": "1ª mitad - {{team}} total de goles",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.team_total_goals_period_second_half": {
		"Name": "2ª mitad - {{team}} total de goles",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.team_win_to_nil": {
		"Name": "{{team}} gana a cero",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.to_qualify": {
		"Name": "Califica",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.to_qualify.v2": {
		"Name": "Califica/Gana la final",
		"Variables": [],
		"Split": "period=default\u0026period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.total.penalty_shootout_first_ten": {
		"Name": "Total - Primeros 10 penaltis en lanzamiento de penaltis",
		"Variables": [
			"total"
		],
		"Split": "period=penalty_shootout_first_ten",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_booking_points": {
		"Name": "10-25 Puntos totales de tarjetas",
		"Description": "10 puntos=tarjeta amarilla, 25 puntos=tarjeta roja con un máximo de 35 puntos por jugador y sólo cuentan los jugadores en cancha",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_bookings": {
		"Name": "Total de tarjetas",
		"Description": "1 punto=tarjeta amarilla, 2 puntos=tarjeta roja con un máximo de 3 puntos por jugador y solo los jugadores en la cancha cuentan",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_corners": {
		"Name": "Total de córneres",
		"Description": "Número total de córneres tomados durante el tiempo regular.",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_goals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_goals_period_extratime": {
		"Name": "Prórroga - total de goles",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_goals_period_first_half": {
		"Name": "1ª mitad - total de goles",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.total_goals_period_second_half": {
		"Name": "2ª mitad - total de goles",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"soccer.when_will_goal_be_scored_intervals": {
		"Name": "Cuándo se marcará el {{goal}} gol (Intervalo de 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": "ninguno"
		}
	},
	"soccer.which_team_wins_the_rest_of_the_match": {
		"Name": "Qué equipo gana el resto del partido",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"soccer.will_there_be_penalty_shootout": {
		"Name": "Habrá lanzamientos de penaltis",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"soccer.winner_period_penalty_shootout": {
		"Name": "Ganador - Lanzamiento de penaltis",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.winning_method": {
		"Name": "Método de victoria",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_overtime": "{{away}} en prórroga",
			"away_penalties": "{{away}} en penaltis",
			"away_regular_time": "{{away}} en tiempo regular",
			"home_overtime": "{{home}} en prórroga",
			"home_penalties": "{{home}} en penaltis",
			"home_regular_time": "{{home}} en tiempo regular"
		}
	},
	"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": "Resultado corrrecto",
		"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": "Hándicap punto",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"squash.total_points": {
		"Name": "Total de puntos",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"squash.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.correct_score_in_maps": {
		"Name": "Resultado correcto (en mapas)",
		"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": "Hándicap mapa",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"starcraft.map_winner": {
		"Name": "Mapa {{map}} - ganador",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.map_winner_v2": {
		"Name": "Mapa {{map}} - ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"starcraft.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"starcraft.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"starcraft.total_maps": {
		"Name": "Total mapas",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"starcraft.winner": {
		"Name": "Ganador",
		"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": "Resultado correcto",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"table_tennis.exact_games": {
		"Name": "Juegos exactos",
		"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}} juego - par/impar",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"table_tennis.game_odd_even.v2": {
		"Name": "Juego {{game}} - par/impar",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"even": "par",
			"odd": "impar"
		}
	},
	"table_tennis.game_point": {
		"Name": "Juego {{game}} - punto {{point}}",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_point_handicap": {
		"Name": "Juegos {{game}} - hándicap punto",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_point_handicap.v2": {
		"Name": "Juego {{game}} - hándicap punto",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_race_to_points": {
		"Name": "Carrera para {{game}} - carrera para {{point}} puntos",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_total_points": {
		"Name": "Juego {{game}} - total de puntos",
		"Deprecated": true,
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"table_tennis.game_total_points.v2": {
		"Name": "Juego {{game}} - total de puntos",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"table_tennis.game_winner": {
		"Name": "Juego {{game}} - ganador",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_winner.v2": {
		"Name": "Juego {{game}} - ganador",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.handicap": {
		"Name": "Hándicap punto",
		"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": "Hándicap punto",
		"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": "¿Cúantos juegos se decidirán por puntos extra?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"table_tennis.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"table_tennis.totals": {
		"Name": "Total de puntos",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"table_tennis.totals.v2": {
		"Name": "Total de puntos",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"table_tennis.winner": {
		"Name": "Ganador",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.any_set_to_nil": {
		"Name": "Cualquier set a cero",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"tennis.correct_score": {
		"Name": "Resultado correcto",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.exact_points": {
		"Name": "{{set}} set juego {{game}} - puntos exactos",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "set={{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"dynamic.point": "{{point}}"
		}
	},
	"tennis.exact_sets": {
		"Name": "Sets exactos",
		"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": "Hándicap de juego ",
		"Primary": true,
		"Description": "Pronostica el resultado después de que el margen de hándicap se haya aplicado a los juegos que los jugadores han ganado. Todas las apuestas se mantienen si hay un Super Tie Break, contando el Super Tie Break como 1 juego.",
		"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 - hándicap de juego",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_void_supertiebreak": {
		"Name": "Hándicap de Juego (nulo si hay Super Tie Break en el 3er. set)",
		"Deprecated": true,
		"Description": "Pronostica el resultado después de aplicar el margen de hándicap a los juegos ganados por los jugadores. Nulo si hay un Super Tie Break en el tercer set. Un Tie Break regular de 10 puntos en el tercer set en majors no es 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": "Juegos par/impar",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"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 juego {{game}} -punto {{point}} ganador",
		"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 - carrera para {{game}} juegos",
		"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 juego {{game}} - carrera para {{point}} puntos",
		"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 - resultado correcto",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.set_game_correct_score": {
		"Name": "{{set}} set - Juego {{game}} - resultado correcto",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"away_to_0": "{{away}} para 0",
			"away_to_15": "{{away}} para 15",
			"away_to_30": "{{away}} para 30",
			"away_to_40": "{{away}} para 40",
			"home_to_0": "{{home}} para 0",
			"home_to_15": "{{home}} para 15",
			"home_to_30": "{{home}} para 30",
			"home_to_40": "{{home}} para 40"
		}
	},
	"tennis.set_game_to_deuce": {
		"Name": "{{set}} set - Juego {{game}} - para deuce",
		"Description": "¿El juego estipulado se jugará en deuce'? Es decir, con una puntuación de 40-40 en cualquier momento",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"tennis.set_handicap": {
		"Name": "Hándicap de Set",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.set_tiebreak_total_points": {
		"Name": "{{set}} set desempate - puntos totales",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"tennis.team_to_win_a_set": {
		"Name": "{{team}} gana un set",
		"Description": "¿Ganará el jugador nombrado al menos 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": "Sí"
		}
	},
	"tennis.team_total_games": {
		"Name": "{{team}} total de juegos",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026team={{team}}\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"tennis.total_games": {
		"Name": "Total de juegos (el Super Tie Break cuenta como 1 juego)",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Número total de juegos ganados por ambos jugadores combinados p. ej. 6-2, 3-6, 7-6 = 30 (16+14). Todas las apuestas se mantienen sí hay un Super Tie Break, que cuenta como 1 juego.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"tennis.total_games_in_set": {
		"Name": "Total de juegos en el {{set}} set",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"tennis.total_games_void_supertiebreak": {
		"Name": "Total de juegos (nulo con Super Tie Break en el 3er. set)",
		"Deprecated": true,
		"Description": "Número total de juegos ganados por ambos jugadores combinados, por ej. 6-2, 3-6, 7-6 = 30 (16+14). Nulo si hay un Super Tie Break en el 3er. set. Un Tie Break regular de 10 puntos en el tercer set en majors no es un Super Tie Break.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"tennis.total_sets": {
		"Name": "Total de sets",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"tennis.winner": {
		"Name": "Ganador",
		"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": "Ganador y total",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away_and_over": "{{away}} y más de {{total}}",
			"away_and_under": "{{away}} y menos de {{total}}",
			"home_and_over": "{{home}} y más de {{total}}",
			"home_and_under": "{{home}} y menos de {{total}}"
		}
	},
	"tennis.winner_in_game_and_set": {
		"Name": "{{set}} set juego {{game}} - ganador",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_of_set": {
		"Name": "{{set}} set - ganador",
		"CashoutAvailable": true,
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.with_tiebreak": {
		"Name": "¿Habrá un tiebreak?",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"volleyball.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap punto",
		"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": "Hándicap de set",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"volleyball.total_sets": {
		"Name": "Total de sets",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"volleyball.totals": {
		"Name": "Total de puntos",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"volleyball.winner": {
		"Name": "Ganador",
		"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": "Hándicap ",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"waterpolo.match_odds": {
		"Name": "Apuesta 1x2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Empate",
			"home": "{{home}}"
		}
	},
	"waterpolo.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"waterpolo.totals": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"wild_rift.correct_score": {
		"Name": "Resultado correcto",
		"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": "Hándicap ",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"wild_rift.map_winner": {
		"Name": "Mapa {{map}} - Ganador",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"wild_rift.total": {
		"Name": "Total",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"wild_rift.winner": {
		"Name": "Ganador",
		"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": "Bola extra es igual a cualquier bola regular",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"world_lottery.bonus_ball_odd_even": {
		"Name": "Bola extra par/impar",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"world_lottery.bonus_ball_range": {
		"Name": "Intervalo de bola extra",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_single_digit": {
		"Name": "Bola extra dígito único",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "No",
			"yes": "Sí"
		}
	},
	"world_lottery.bonus_ball_sum_odd_even": {
		"Name": "Suma de bola extra par/impar",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"world_lottery.bonus_ball_sum_total": {
		"Name": "Suma total de bola extra",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"world_lottery.bonus_ball_total": {
		"Name": "Total de bola extra",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"world_lottery.draw_sum_odd_even": {
		"Name": "Suma de sorteo par/impar",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "Par",
			"odd": "Impar"
		}
	},
	"world_lottery.draw_sum_range": {
		"Name": "Rango de suma de sorteo",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.draw_sum_total": {
		"Name": "Suma total de sorteo",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"world_lottery.draw_sum_total_incl_bonus_ball": {
		"Name": "Suma total de sorteo (incluye bola extra)",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "Más de {{total}}",
			"under": "Menos de {{total}}"
		}
	},
	"world_lottery.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"world_lottery.standard_bet": {
		"Name": "Apuesta estándar",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_additional_drum": {
		"Name": "Apuesta estándar (incluye bola extra en el bombo adicional)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_same_drum": {
		"Name": "Apuesta estándar (incluye bola extra en el mismo bombo)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	}
}