{
	"american_football.1x2_period_first_half": {
		"Name": "1. Połowa - 1X2",
		"Description": "Zakład 3-drogowy tylko dla 1 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"american_football.double_chance": {
		"Name": "Podwójna szansa",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"draw_away": "Remis lub {{away}}",
			"home_away": "{{home}} lub {{away}}",
			"home_draw": "{{home}} lub remis"
		}
	},
	"american_football.draw_no_bet": {
		"Name": "Remis bez zakładu (z dogrywką)",
		"Description": "W przypadku remisu po dogrywce wszystkie zakłady są anulowane",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.drive_play_play_type": {
		"Name": "akcja {{play}} w ciągu {{drive}} -  rodzaj akcji drużyny {{team}}",
		"Variables": [
			"drive",
			"play",
			"team"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"pass": "Podanie",
			"rush": "Bieg"
		}
	},
	"american_football.drive_play_total_yards_gained": {
		"Name": " akcja {{play}} w ciągu {{drive}} - suma jardów drużyny {{team}}",
		"Variables": [
			"drive",
			"play",
			"team",
			"total"
		],
		"Split": "drive={{drive}}\u0026play={{play}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.drive_result": {
		"Name": "{{drive}} ciąg - wynik",
		"Variables": [
			"drive"
		],
		"Split": "drive={{drive}}",
		"Outcomes": {
			"field_goal_attempt": "Próba kopa na bramkę",
			"offensive_touchdown": "touchdown ofensywny",
			"punt": "Punt",
			"safety": "Zagranie bezpieczne",
			"turnover": "Strata"
		}
	},
	"american_football.halftime_fulltime_result": {
		"Name": "Połowa/Reg. czas gry",
		"Description": "Zakład zarówno na wynik w połowie meczu, jak i pod koniec 4 kwarty, z wyłączeniem dogrywki",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Remis/{{away}}",
			"draw_draw": "Remis/remis",
			"draw_home": "Remis/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/Remis",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"american_football.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.handicap_period_first_half": {
		"Name": "1 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.highest_scoring_quarter": {
		"Name": "Kwarta z największą liczbą punktów",
		"Description": "W której kwarcie obie drużyny zdobędą najwięcej punktów, z wyłączeniem dogrywki?",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1 kwarta",
			"2nd_quarter": "2 kwarta",
			"3rd_quarter": "3 kwarta",
			"4th_quarter": "4 kwarta",
			"equal": "równo"
		}
	},
	"american_football.moneyline": {
		"Name": "Zwycięzca meczu",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.odd_even": {
		"Name": "parzyste/nieparzyste ",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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 w dowolnym momencie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_completions": {
		"Name": "{{player}} (zakończone podania)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_field_goal_period_1st_quarter": {
		"Name": "{{player}} (kop na bramkę w 1 kwarcie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_field_goal_period_2nd_quarter": {
		"Name": "{{player}} (kop na bramkę w 2 kwarcie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_field_goal_period_3rd_quarter": {
		"Name": "{{player}} (kop na bramkę w 3 kwarcie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_field_goal_period_4th_quarter": {
		"Name": "{{player}} (kop na bramkę w 4 kwarcie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_first_pass_completion_distance": {
		"Name": "{{player}} (zakończone pierwsze podanie w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_first_reception": {
		"Name": "{{player}} (pierwsze przyjęcie w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_first_rushing_attempt": {
		"Name": "{{player}} (pierwsza próba biegu z piłką w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_first_touchdown_pass_distance": {
		"Name": "{{player}} (pierwsze podanie zakończone touchdownem w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_first_touchdown_scorer": {
		"Name": "{{player}} (1 zdobywca touchdown)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_have_rush_attempts": {
		"Name": "{{player}} (próba biegu z piłką)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_interceptions": {
		"Name": "{{player}} (przechwyty)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_kicking_points": {
		"Name": "{{player}} (punkty z kopnięcia)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_last_touchdown_scorer": {
		"Name": "{{player}} (ostatni zdobywca touchdowna)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_long_completion": {
		"Name": "{{player}} (długa akcja zakończona podaniem)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_long_reception": {
		"Name": "{{player}} (długie przyjęcie)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_longest_pass_completion": {
		"Name": "{{player}} (najdłuższe zakończone podanie w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_longest_punt": {
		"Name": "{{player}} (najdłuższy punt w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_longest_reception": {
		"Name": "{{player}} (najdłuższe przyjęcie w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_longest_rushing_attempts": {
		"Name": "{{player}} (najdłuższa próba biegu z piłką w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_miss_field_goal": {
		"Name": "{{player}} (nieudany kop na bramkę)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_mvp_super_bowl": {
		"Name": "{{player}} (MVP SuperBowl)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_pass_attempts": {
		"Name": "{{player}} (próby podania)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_pass_completions": {
		"Name": "{{player}} (skuteczne podania)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_pass_yards": {
		"Name": "{{player}} (jardy w podaniach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_points": {
		"Name": "{{player}} (suma punktów)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_punt_result_in_a_touchback": {
		"Name": "{{player}} (punt skutkujący touchbackiem)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_punts": {
		"Name": "{{player}} (suma puntów)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_receiving_yards": {
		"Name": "{{player}} (jardy w odbiorze)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_receptions": {
		"Name": "{{player}} (przyjęcia)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_rush_attempts": {
		"Name": "{{player}} (próby biegu z piłką)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_rush_touchdown": {
		"Name": "{{player}} (bieg z piłką zakończony touchdownem)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_rush_yards": {
		"Name": "{{player}} (jardy zdobyte biegiem)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_score_points_in_all_four_quarters": {
		"Name": "{{player}} (punkty zdobyte we wszystkich 4 kwartach 1-4)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_shortest_punt": {
		"Name": "{{player}} (najkrótszy punt w jardach)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_throw_2_or_more_touchdowns_in_any_quarter": {
		"Name": "{{player}} (minimum 2 rzuty zakończone touchdownem w dowolnej kwarcie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_throw_touchdown_pass_period_1st_quarter": {
		"Name": "{{player}} (rzut w 1 kwarcie zakończony touchdownem)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_throw_touchdown_pass_period_2nd_quarter": {
		"Name": "{{player}} (rzut w 2 kwarcie zakończony touchdownem)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_throw_touchdown_pass_period_3rd_quarter": {
		"Name": "{{player}} (rzut w 3 kwarcie zakończony touchdownem)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_throw_touchdown_pass_period_4th_quarter": {
		"Name": "{{player}} (rzut w 4 kwarcie zakończony touchdownem)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_total_field_goals": {
		"Name": "{{player}} (kopy na bramkę)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_total_points_score_period_2nd_half_incl_ot": {
		"Name": "{{player}} (suma punktów zdobyta w 2 połowie + dogrywka)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_touchdown": {
		"Name": "{{player}} (zdobycie touchdowna)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_touchdown_in_1h_and_2h_incl_ot": {
		"Name": "{{player}} (zdobycie touchdowna w 1 i 2 połowie/dogrywce)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_touchdown_passes": {
		"Name": "{{player}} (podania zakończone touchdownem)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.player_touchdown_period_1h": {
		"Name": "{{player}} (zdobycie touchdowna w 1 połowie)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"american_football.player_touchdown_receptions": {
		"Name": "{{player}} (przyjęcia zakończone touchdownem)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.quarter_1x2": {
		"Name": "{{quarter}} kwarta - 1X2",
		"Description": "Zakład 3-drogowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości na końcu 4 kwarty (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"american_football.quarter_handicap": {
		"Name": "{{quarter}} kwarta - handicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_handicap_incl_ot": {
		"Name": "{{quarter}} kwarta - handicap (z dogrywką)",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"american_football.quarter_total": {
		"Name": "{{quarter}} kwarta - suma",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.quarter_totals_incl_ot": {
		"Name": "{{quarter}} kwarta - suma (z dogrywką)",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026period=ot",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.race_to_points": {
		"Name": "Kto pierwszy zdobędzie {{point}} pkt (z dogrywką)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"american_football.team_highest_scoring_quarter": {
		"Name": "Zespół z najwyższą liczbą punktów podczas kwarty",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"american_football.team_odd_even": {
		"Name": "{{team}} parzyste/nieparzyste",
		"Variables": [
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"american_football.team_total_period_first_half": {
		"Name": "1. Połowa - suma drużyny {{team}}",
		"Description": "Suma punktów zdobytych przez daną drużynę tylko w pierwszej połowie",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.team_totals": {
		"Name": "Suma drużyny {{team}}",
		"Description": "Suma punktów zdobytych przez daną drużynę, z włączeniem dogrywki",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.totals": {
		"Name": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.totals_period_first_half": {
		"Name": "1 połowa - suma",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.totals_period_second_half": {
		"Name": "2 połowa - suma (z dogrywką)",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=1h\u0026period=ot\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"american_football.touchdown_scorer": {
		"Name": "zdobywca touchdowna {{touchdown}}",
		"Variables": [
			"touchdown"
		],
		"Split": "period=ot\u0026touchdown={{touchdown}}",
		"Outcomes": {
			"away_d_st_player": "{{away}} zawodnik obrony/formacji specjalnej",
			"away_other_player": "{{away}} inny zawodnik",
			"home_d_st_player": "{{home}} zawodnik obrony/formacji specjalnej",
			"home_other_player": "{{home}} inny zawodnik"
		}
	},
	"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 połowa - 1X2",
		"Description": "Zakład 3-drogowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_double_chance": {
		"Name": "1 połowa - podwójna szansa",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "remis lub {{away}}",
			"home_or_away": "{{home}} lub {{away}}",
			"home_or_draw": "{{home}} lub remis"
		}
	},
	"aussie_rules.1st_half_draw_no_bet": {
		"Name": "1 połowa - remis bez zakładu",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.1st_half_handicap": {
		"Name": "1 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.1st_half_odd_even": {
		"Name": "1 połowa - parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"aussie_rules.1st_half_team_total": {
		"Name": "1 połowa - suma drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"aussie_rules.1st_half_total": {
		"Name": "1 połowa - suma",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"aussie_rules.double_chance": {
		"Name": "Podwojona szansa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Remis lub {{away}}",
			"home_away": "{{home}} lub {{away}}",
			"home_draw": "{{home}} lub remis"
		}
	},
	"aussie_rules.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"aussie_rules.odd_even": {
		"Name": "parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Rozegrania zawodnika",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_goals": {
		"Name": "Gole zawodnika",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_handballs": {
		"Name": "Piąstkowania zawodnika/handballs",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_kicks": {
		"Name": "Kopnięcia zawodnika",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_marks": {
		"Name": "Zagrania \"marks\" zawodnika",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.player_tackles": {
		"Name": "Ataki zawodnika w celu przejęcia piłki/tackles",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_1st_half": {
		"Name": "1 połowa - zakres liczby punktów",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.point_range_period_ft": {
		"Name": "Zakres liczby punktów",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.quarter_1x2": {
		"Name": "{{quarter}} kwarta - 1X2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_draw_no_bet": {
		"Name": "{{quarter}} kwarta - remis bez zakładu",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.quarter_handicap": {
		"Name": "{{quarter}} kwarta - handicap",
		"Variables": [
			"handicap",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"aussie_rules.quarter_team_total": {
		"Name": "{{quarter}} kwarta - suma drużyny {{team}}",
		"Variables": [
			"team",
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"aussie_rules.quarter_total": {
		"Name": "{{quarter}} kwarta - suma",
		"Variables": [
			"quarter",
			"total"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"aussie_rules.quarter_winning_margin": {
		"Name": "{{quarter}} kwarta - przewaga zwycięzcy",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"aussie_rules.team_total": {
		"Name": "Suma drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"aussie_rules.totals": {
		"Name": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"aussie_rules.which_team_wins_the_rest_of_the_match_period_ft": {
		"Name": "Który zespół wygra resztę meczu, licząc od wyniku {{score}}?",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "remis",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winner": {
		"Name": "Zwycięzca",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"aussie_rules.winning_margin_period_ft": {
		"Name": "Przewaga zwycięzcy",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.exact_games": {
		"Name": "Dokładna liczba gemów",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"badminton.game_odd_even": {
		"Name": "{{game}} gem - parzyste/nieparzyste",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"badminton.game_point_handicap": {
		"Name": "{{game}} gem - handicap punktowy",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.game_pointnr": {
		"Name": "{{game}} gem - {{point}} pkt",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_race_to_points": {
		"Name": "{{game}} gem - kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.game_total_points": {
		"Name": "{{game}} gem - suma punktów",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"badminton.game_winner": {
		"Name": "{{game}} gem - zwycięzca",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"badminton.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"badminton.nr_games_by_extra_points": {
		"Name": "Ile gemów będzie rozstrzygniętych przez punkty dodatkowe",
		"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"badminton.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bandy.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bandy.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.1x2_and_total_period_ot": {
		"Name": "1X2 i suma (z dodatkowymi zmianami)",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_and_over": "{{away}} i powyżej {{total}}",
			"away_and_under": "{{away}} i poniżej {{total}}",
			"draw_and_over": "remis i powyżej {{total}}",
			"draw_and_under": "remis i poniżej {{total}}",
			"home_and_over": "{{home}} i powyżej {{total}}",
			"home_and_under": "{{home}} i poniżej {{total}}"
		}
	},
	"baseball.both_teams_to_score_in_inning": {
		"Name": "zmiana {{inning}} - oba zespoły punktują",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"baseball.handicap_in_inning": {
		"Name": "zmiana {{inning}} - handicap",
		"Variables": [
			"inning",
			"handicap"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.handicap_innings_1_to_5": {
		"Name": "zmiany 1 do 5 - handicap",
		"Variables": [
			"handicap",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.highest_scoring_inning": {
		"Name": "Zmiana z najwyższą liczbą punktów",
		"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 zmiana",
			"2nd_inning": "2 zmiana",
			"3rd_inning": "3 zmiana",
			"4th_inning": "4 zmiana",
			"5th_inning": "5 zmiana",
			"6th_inning": "6 zmiana",
			"7th_inning": "7 zmiana",
			"8th_inning": "8 zmiana",
			"9th_inning": "9 zmiana",
			"equal": "równo"
		}
	},
	"baseball.hit_on_pitch_pitchnr": {
		"Name": "Trafienie piłki podczas rzutu {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"baseball.home_run_on_pitch_pitchnr": {
		"Name": "Home run podczas rzutu {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"baseball.inning_1x2": {
		"Name": "Zmiana {{inning}} - 1X2",
		"Variables": [
			"inning"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"baseball.inning_match_decision": {
		"Name": "Kiedy zostanie rozstrzygnięty mecz",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"any_extra_inning": "Jakakolwiek dodatkowa zmiana",
			"bottom_of_9th_inning": "Ostatnia połowa 9 zmiany",
			"top_of_9th_inning": "Pierwsza połowa 9 zmiany"
		}
	},
	"baseball.max_consecutive_runs": {
		"Name": "Maksymalna liczba runów z rzędu dowolnego zespołu",
		"Description": "Największa liczba runów zdobyta z rzędu przez którąkolwiek z drużyn",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"dynamic.runs": "{{runs}}"
		}
	},
	"baseball.moneyline": {
		"Name": "Zwycięzca meczu",
		"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": "Zmiany 1 do 5 – zwycięzca meczu",
		"Description": "Który zespół będzie prowadził pod koniec 5 zmiany?",
		"Variables": [
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"baseball.odd_even": {
		"Name": "Parzyste/nieparzyste (z dodatkowymi zmianami)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "całkowita liczba runów + RBI zawodnika {{player}}  (z dodatkowymi zmianami)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.race_to_runs": {
		"Name": "Kto pierwszy zdobędzie {{run}} runów (z dodatkowymi zmianami)",
		"Variables": [
			"run"
		],
		"Split": "period=ot\u0026run={{run}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"baseball.result_of_pitch": {
		"Name": "Wynik rzutu {{pitchnr}}",
		"Variables": [
			"pitchnr"
		],
		"Split": "pitchnr={{pitchnr}}",
		"Outcomes": {
			"ball": "bol",
			"hit": "hit",
			"other": "inne",
			"strike": "strajk"
		}
	},
	"baseball.result_of_player_at_bat": {
		"Name": "Wynik zawodnika {{player}} przy próbie na pałce {{appearancenr}}",
		"Variables": [
			"player",
			"appearancenr"
		],
		"Split": "player={{player}}\u0026appearancenr={{appearancenr}}",
		"Outcomes": {
			"home_run": "Home run",
			"on_base": "Na bazie",
			"out": "out"
		}
	},
	"baseball.run_line": {
		"Name": "punktowa różnica między drużynami (Run Line)",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"baseball.run_range_period_ot": {
		"Name": "Zakres liczby runów (z dodatkowymi zmianami)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"baseball.run_runnr_period_ot": {
		"Name": "run {{runnr}} (z dodatkowymi zmianami)",
		"Variables": [
			"runnr"
		],
		"Split": "runnr={{runnr}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"baseball.team_total_home_runs_period_ot": {
		"Name": "całkowita liczba home runs drużyny {{team}} (z dodatkowymi zmianami)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.team_totals": {
		"Name": "suma drużyny {{team}} (z dodatkowymi zmianami)",
		"Variables": [
			"total",
			"team",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.total_hits_in_inning": {
		"Name": "zmiana {{inning}} - suma hitów",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}_hits",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.total_hits_period_ot": {
		"Name": "Suma hitów (z dodatkowymi zmianami)",
		"Variables": [
			"total"
		],
		"Split": "period=ft_hits\u0026period=ot_hits",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.total_home_runs_period_ot": {
		"Name": "Całkowita liczba home runs (z dodatkowymi zmianami)",
		"Variables": [
			"total"
		],
		"Split": "period=ot_home_runs\u0026period=ft_home_runs",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.total_in_inning": {
		"Name": "{{inning}} zmiana - suma",
		"Variables": [
			"inning",
			"total"
		],
		"Split": "period=inning{{inning}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.total_scoreless_innings": {
		"Name": "Suma zmian bez punktów",
		"Description": "Łączna liczba zmian, w których drużyna odbijająca nie zdobyła runa",
		"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": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.totals": {
		"Name": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.totals_innings_1_to_5": {
		"Name": "Zmiany 1 do 5 - suma",
		"Variables": [
			"total",
			"optional.home_pitcher",
			"optional.away_pitcher"
		],
		"Split": "period=inning1\u0026period=inning2\u0026period=inning3\u0026period=inning4\u0026period=inning5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"baseball.with_extra_inning": {
		"Name": "Czy będzie dogrywka?",
		"Description": "Dogrywka ma miejsce, gdy 9 zmiana kończy się remisem",
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"basketball.1st_half_1x2": {
		"Name": "1 połowa - 1X2",
		"Description": "Zakład 3-drogowy tylko dla 1 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_draw_no_bet": {
		"Name": "1 połowa - remis bez zakładu",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.1st_half_team_total": {
		"Name": "1 połowa - suma drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.1x2": {
		"Name": "1x2 (bez dogrywki)",
		"Description": "Zakład 3-drogowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości, z wyłączeniem dogrywki (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2": {
		"Name": "2 połowa - 1X2",
		"Description": "Zakład 3-drogowy tylko dla 2 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości, z wyłączeniem dogrywki (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot": {
		"Name": "2 połowa - 1X2 (z dogrywką)",
		"Deprecated": true,
		"Description": "Zakład 3-drogowy tylko dla 2 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości, z włączeniem dogrywki (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_1x2_incl_ot.v2": {
		"Name": "2 połowa - 1X2 (z dogrywką)",
		"Deprecated": true,
		"Description": "Zakład 3-drogowy tylko dla 2 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości, z włączeniem dogrywki (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"basketball.2nd_half_handicap": {
		"Name": "2 połowa – handicap (bez dogrywki)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.2nd_half_total": {
		"Name": "2 połowa - suma (bez dogrywki)",
		"Description": "Punkty zdobyte przez obie drużyny tylko w 2 połowie, z wyłączeniem dogrywki",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.any_team_to_lead_by_points": {
		"Name": "Przewaga dowolnej drużyny o {{point}} ",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"basketball.any_team_total_maximum_consecutive_points": {
		"Name": "Największa całkowita liczba punktów z rzędu dowolnej drużyny",
		"Description": "Największa liczba punktów zdobyta z rzędu przez którąkolwiek z drużyn",
		"Variables": [
			"total"
		],
		"Split": "period=ot",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.anytime_exact_score": {
		"Name": "Dokładny wynik w dowolnym momencie {{homepoints}}:{{awaypoints}}",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"basketball.halftime_fulltime": {
		"Name": "Połowa/Reg. czas gry",
		"Description": "Zakład zarówno na wynik w połowie meczu, jak i pod koniec 2 kwarty, z wyłączeniem dogrywki",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "remis/{{away}}",
			"draw_draw": "remis/remis",
			"draw_home": "remis/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"basketball.handicap": {
		"Name": "Spread",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_2h_incl_ot": {
		"Name": "2. połowa - handicap (z dogrywką)",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h_incl_ot",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_first_half": {
		"Name": "1 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.handicap_period_second_half": {
		"Name": "2 połowa - handicap (bez dogrywki)",
		"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": "Kwarta z największą liczbą punktów",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1 kwarta",
			"2nd_quarter": "2 kwarta",
			"3rd_quarter": "3 kwarta",
			"4th_quarter": "4 kwarta",
			"equal": "równo"
		}
	},
	"basketball.moneyline": {
		"Name": "Zwycięzca meczu",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.odd_even": {
		"Name": "Parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"basketball.odd_even_period_first_half": {
		"Name": "1 połowa - parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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}} (asysty)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_blocks": {
		"Name": "{{player}} (bloki)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_double_double": {
		"Name": "{{player}} (double+double)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_points": {
		"Name": "{{player}} (punkty)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_points_rebounds_assists": {
		"Name": "{{player}} (punkty+zbiórki+asysty)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_rebounds": {
		"Name": "{{player}} (zbiórki)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_steals_blocks": {
		"Name": "{{player}} (przechwyty + bloki)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_three_point_field_goals": {
		"Name": "{{player}} (rzuty za 3 punkty)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.player_turnovers": {
		"Name": "{{player}} (straty)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.quarter_1x2": {
		"Name": "{{quarter}} kwarta - 1X2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"basketball.quarter_handicap": {
		"Name": "{{quarter}} kwarta - handicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"basketball.quarter_totals": {
		"Name": "{{quarter}} kwarta - suma",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.race_to_home_x_and_away_y_points": {
		"Name": "Która drużyna pierwsza osiągnie wynik {{homepoints}} w przypadku gospodarzy i {{awaypoints}} w przypadku gości",
		"Variables": [
			"homepoints",
			"awaypoints"
		],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points": {
		"Name": "Kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.race_to_points_incl_ot": {
		"Name": "Kto pierwszy zdobędzie {{point}} pkt (z dogrywką)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"basketball.scoring_type_pointnr": {
		"Name": "Sposób zdobycia {{point}} pkt (z dogrywką)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} za 1 pkt",
			"away_2": "{{away}} za 2 pkt",
			"away_3": "{{away}} za 3 pkt",
			"home_1": "{{home}} za 1 pkt",
			"home_2": "{{home}} za 2 punkty",
			"home_3": "{{home}} za 3 punkty"
		}
	},
	"basketball.team_to_lead_by_points": {
		"Name": "{{team}} wygra przewagą {{point}} pkt",
		"Variables": [
			"team",
			"point"
		],
		"Split": "period=ot\u0026team={{team}}\u0026points={{point}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"basketball.team_total_maximum_consecutive_points": {
		"Name": "całkowita maksyma liczba punktów z rzędu drużyny {{team}}",
		"Description": "Największa liczba punktów zdobytych z rzędu przez daną drużynę",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.team_totals": {
		"Name": "Suma drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.total_period_first_half": {
		"Name": "1 połowa - suma",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.total_period_second_half": {
		"Name": "2 połowa - suma (z dogrywką)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"basketball.totals": {
		"Name": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"beach_soccer.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_soccer.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"beach_volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"beach_volleyball.handicap": {
		"Name": "Handicap punktowy",
		"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": "Całkowita liczba punktów",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"beach_volleyball.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"bowls.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"bowls.handicap": {
		"Name": "Handicap setowy",
		"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": "Remis",
			"home": "{{home}}"
		}
	},
	"bowls.set_and_end_total": {
		"Name": "koniec {{end}} seta {{set}} - suma",
		"Variables": [
			"set",
			"end",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"bowls.set_and_end_winner": {
		"Name": "koniec {{end}} seta {{set}} - zwycięzca",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_draw_no_bet": {
		"Name": "{{set}} set - remis bez zakładu",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_end_exact_points": {
		"Name": "koniec {{end}} seta {{set}} - dokładna liczba punktów",
		"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": "koniec {{end}} seta {{set}} - parzyste/nieparzyste",
		"Variables": [
			"set",
			"end"
		],
		"Split": "period=default\u0026set={{set}}\u0026end={{end}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"bowls.set_handicap": {
		"Name": "{{set}} set - handicap",
		"Variables": [
			"handicap",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"bowls.set_point": {
		"Name": "{{set}} set - {{point}} pkt",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_race_to_points": {
		"Name": "{{set}} set - kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"set",
			"point"
		],
		"Split": "period=default\u0026set={{set}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"bowls.set_team_total": {
		"Name": "{{set}} set - suma drużyny {{team}}",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026set={{set}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"bowls.set_total": {
		"Name": "{{set}} set - suma",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"bowls.totals": {
		"Name": "Suma setów",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"bowls.winner": {
		"Name": "Zwycięzca",
		"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": "Remis",
			"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": "Suma rund",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Ile rund będzie trwała walka? 1/2 (pół) rundy to 1 minuta i 30 sekund",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"boxing.will_the_fight_go_the_distance": {
		"Name": "Czy odbędą się wszystkie rundy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"boxing.winner": {
		"Name": "Zwycięzca walki",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"boxing.winner_exact_rounds": {
		"Name": "Zwycięzca i dokładna liczba rund",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winner_round_range": {
		"Name": "Zwycięzca i zakres rund",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"boxing.winning_method": {
		"Name": "Sposób zwycięstwa",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"call_of_duty.correct_score": {
		"Name": "Dokładny wynik",
		"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": "Handicap mapy",
		"Primary": true,
		"Description": "Handicap zapewnia jednej z drużyn przewagę na mapie, dzięki czemu mecze z lepszą drużyną są bardziej wyrównane i interesujące.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"call_of_duty.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"call_of_duty.map_winner_v2": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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": "Suma map",
		"Primary": true,
		"Description": "Zakład na całkowitą liczbę rozegranych map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"call_of_duty.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"chess.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"chess.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"chess.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"counter_strike.correct_score_in_maps": {
		"Name": "Dokładny wynik (w mapach)",
		"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": "1 połowa mapy {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_1x2": {
		"Name": "Mapa {{map}} - 1X2",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_handicap": {
		"Name": "Handicap mapy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"counter_strike.map_knife_round_winner": {
		"Name": "Runda nożowa mapy  {{map}}  - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_odd_even_rounds": {
		"Name": "Mapa {{map}} - parzyste/nieparzyste rundy (z dogrywką)",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period={{map}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"counter_strike.map_odd_even_rounds.v2": {
		"Name": "Mapa {{map}}  - parzyste/nieparzyste rundy (z dogrywką)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"counter_strike.map_player_with_most_deaths": {
		"Name": "Mapa {{map}} - zawodnik z największą liczbą śmierci (z dogrywką)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_player_with_most_kills": {
		"Name": "Mapa {{map}} - zawodnik z największą liczbą zabójstw (z dogrywką)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"counter_strike.map_race_to_rounds": {
		"Name": "Mapa {{map}} - kto pierwszy zdobędzie rund: {{round}} ",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_round_bomb_defused": {
		"Name": "Mapa {{map}} runda {{round}} - bomby rozbrojone",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"counter_strike.map_round_bomb_planted": {
		"Name": "Mapa {{map}} runda {{round}} - bomby podłożone",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"counter_strike.map_round_handicap": {
		"Name": "Mapa {{map}}  - handicap rundy (z dogrywką)",
		"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}}  - handicap rundy (z dogrywką)",
		"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}} runda {{round}} - handicap zabójstw",
		"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}} runda {{round}} - {{kill}} zabójstwo",
		"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}} runda {{round}} - zawodnik z {{kill}} zabójstwem",
		"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}} runda {{round}} - {{team}} suma zabójstw",
		"Variables": [
			"team",
			"map",
			"round",
			"total"
		],
		"Split": "period=default\u0026team={{team}}\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"counter_strike.map_round_total_kills": {
		"Name": "Mapa {{map}} runda {{round}} - suma zabitych",
		"Variables": [
			"total",
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"counter_strike.map_round_winner": {
		"Name": "Mapa {{map}} runda {{round}} - zwycięzca",
		"Variables": [
			"map",
			"round"
		],
		"Split": "period=default\u0026map={{map}}\u0026round={{round}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_team_total": {
		"Name": "Mapa {{map}} - suma drużyny {{team}}",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"counter_strike.map_total_headshots": {
		"Name": "Mapa {{map}} - suma strzałów w głowę (z dogrywką)",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"counter_strike.map_total_rounds": {
		"Name": "Mapa {{map}} - suma rund (z dogrywką)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"counter_strike.map_will_there_be_an_ace": {
		"Name": "Mapa {{map}} - czy będzie ACE (z dogrywką)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "nie",
			"yes": "Tak"
		}
	},
	"counter_strike.map_will_there_be_overtime": {
		"Name": "Mapa {{map}}  - czy będzie dogrywka",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"no": "nie",
			"yes": "Tak"
		}
	},
	"counter_strike.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca (z dogrywką)",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.map_xth_kill": {
		"Name": "Mapa {{map}}  - {{xth}} zabójstwo",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"counter_strike.match_odds": {
		"Name": "1X2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"counter_strike.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.any_player_to_score_milestone": {
		"Name": "Którykolwiek zawodnik zdobędzie {{milestone}}",
		"Deprecated": true,
		"Variables": [
			"milestone"
		],
		"Split": "period=ft\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"cricket.any_player_to_score_milestone.v2": {
		"Name": "{{innings}} zmiany - którykolwiek zawodnik zdobędzie {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"cricket.day_session_total": {
		"Name": "Dzień {{day}} sesja {{session}} - suma",
		"Description": "Ile runów w tej sesji tego dnia?",
		"Variables": [
			"day",
			"session",
			"total"
		],
		"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.innings_dismissal_batter_out": {
		"Name": "Zmiany: {{innings}} - sposób wyeliminowania pałkarza {{dismissal}}/ (Next Batter Out)",
		"Description": "Który pałkarz zostanie wyeliminowany jako następny?",
		"Variables": [
			"innings",
			"dismissal",
			"player"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"cricket.innings_player_to_score_milestone": {
		"Name": "Zmiany: {{innings}} - {{player}} zdobędzie {{milestone}}",
		"Description": "Czy pałkarz zdobędzie tyle runów?",
		"Variables": [
			"innings",
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"cricket.innings_player_total_fours": {
		"Name": "Zmiany: {{innings}} - {{player}} suma czwórek",
		"Description": "Czwórki zdobyte przez pałkarza",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.innings_team_total_fours": {
		"Name": "Zmiany: {{innings}} - suma czwórek drużyny {{team}}",
		"Description": "Ile czwórek zdobędzie drużyna?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.innings_team_total_sixes": {
		"Name": "Zmiany: {{innings}} - suma szóstek drużyny {{team}}",
		"Description": "Ile szóstek zdobędzie drużyna?",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.innings_total": {
		"Name": "Suma runów",
		"Deprecated": true,
		"Description": "Suma runów",
		"Variables": [
			"inningnr",
			"total"
		],
		"Split": "period=ft\u0026period=inning{{inningnr}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.innings_total_v2": {
		"Name": "Suma runów",
		"Variables": [
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{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}} zdobędzie {{milestone}}",
		"Description": "Czy pałkarz zdobędzie tyle runów?",
		"Variables": [
			"player",
			"milestone"
		],
		"Split": "period=ft\u0026player={{player}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"cricket.player_total": {
		"Name": "suma zawodnika {{player}}",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.player_total_fours": {
		"Name": "suma czwórek zawodnika {{player}} ",
		"Description": "Czwórki zdobyte przez pałkarza",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.player_total_player_performance": {
		"Name": "Całkowity wynik zawodnika {{player}}/ (total player performance)",
		"Description": "Punkty zdobyte przez zawodnika (1pkt/run, 20pkt/wicket, 10pkt/wyłapanie, 25pkt/stumping)",
		"Variables": [
			"player",
			"total"
		],
		"Split": "period=ft\u0026player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.team_total_at_dismissal": {
		"Name": "suma punktów zdobyta przez drużynę {{team}} przy eliminacji {{dismissal}}",
		"Variables": [
			"team",
			"total",
			"dismissal"
		],
		"Split": "period=ft\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.team_total_fours": {
		"Name": "suma czwórek drużyny {{team}}",
		"Description": "Ile czwórek zdobędzie drużyna?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.team_total_from_0_over_to_x_over": {
		"Name": "powyżej 0 do {{over}} - suma drużyny {{team}}",
		"Variables": [
			"to_over",
			"team",
			"total"
		],
		"Split": "period=ft\u0026to_over={{to_over}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.team_total_sixes": {
		"Name": "{{team}} suma szóstek",
		"Description": "Ile szóstek zdobędzie drużyna?",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.test_1x2": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"cricket.test_innings_team_total": {
		"Name": "Zmiany: {{innings}} - {{team}} suma",
		"Description": "Suma runów zdobyta przez drużynę w danej zmianie",
		"Variables": [
			"team",
			"innings",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.test_match_innings_any_player_score_milestone": {
		"Name": "Zmiany: {{innings}} - którykolwiek zawodnik zdobędzie {{milestone}}",
		"Variables": [
			"innings",
			"milestone"
		],
		"Split": "period=innings{{innings}}\u0026milestone={{milestone}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"cricket.test_match_innings_team_total_at_dismissal": {
		"Name": "Zmiany: {{innings}}- suma drużyny {{team}} przy wyeliminowaniu {{dismissal}} ",
		"Variables": [
			"innings",
			"team",
			"dismissal",
			"total"
		],
		"Split": "period=innings{{innings}}\u0026team={{team}}\u0026dismissal={{dismissal}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.test_match_innings_team_totals": {
		"Name": "Zmiany: {{innings}} - suma drużyny {{team}} ",
		"Variables": [
			"innings",
			"team",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.test_match_player_total": {
		"Name": "{{innings}} inning - suma zawodnika {{player}}",
		"Variables": [
			"innings",
			"player",
			"total"
		],
		"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.test_match_team_with_top_batter": {
		"Name": "Drużyna z najlepszym pałkarzem",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.test_winner": {
		"Name": "Zwycięzca meczu",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"cricket.top_batter_total": {
		"Name": "Liczba punktów najlepszego pałkarza",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.total_in_highest_scoring_over": {
		"Name": "Liczba punktów w najwyżej punktowanym overze",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.total_sixes": {
		"Name": "Suma szóstek",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"cricket.will_there_be_a_tie": {
		"Name": "Czy będzie remis?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"cricket.winner": {
		"Name": "Zwycięzca (z super over)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"crossfire.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"crossfire.winner": {
		"Name": "Zwycięzca",
		"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": "Head2head",
		"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": "Handicap na 180-tki",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.correct_score_in_sets": {
		"Name": "Dokładny wynik ( w setach)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.handicap_legs": {
		"Name": "Handicap na legi",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.handicap_sets": {
		"Name": "Handicap setowy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"darts.most_180s": {
		"Name": "Najwięcej 180-tek",
		"Description": "Który z graczy wykona największą liczbę rzutów dających 180 punktów, np. trzy potrójne 20 w jednej kolejce?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"darts.odd_even_sets": {
		"Name": "Parzyste/nieparzyste sety",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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 - dokładny wynik ( w legach)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"darts.set_leg_any_player_to_score_a_180": {
		"Name": "{{set}} set leg {{leg}} - którykolwiek zawodnik zdobędzie 180",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"darts.set_leg_checkout_color": {
		"Name": "set {{set}} leg {{leg}} - kolor checkoutu",
		"Description": "Czy ostatnia rzutka będzie miała zielony czy czerwony grot?",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"green": "zielony",
			"red": "czerwony"
		}
	},
	"darts.set_leg_handicap": {
		"Name": "set {{set}}  - handicap lega",
		"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}} leg {{leg}} - {{team}} zdobędzie 180",
		"Variables": [
			"set",
			"leg",
			"team"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"darts.set_leg_total_darts": {
		"Name": "set {{set}} leg {{leg}} - suma rzutów",
		"Variables": [
			"total",
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.set_leg_winner": {
		"Name": "set {{set}} leg {{leg}} - zwycięzca",
		"Variables": [
			"set",
			"leg"
		],
		"Split": "period=default\u0026set={{set}}\u0026leg={{leg}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.set_most_180s": {
		"Name": "{{set}} set - najwięcej 180-tek",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"darts.set_odd_even_legs": {
		"Name": "set {{set}} - parzyste/nieparzyste legi",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"darts.set_team_total_180s": {
		"Name": "set {{set}} - całkowita liczba 180-tek drużyny {{team}}",
		"Variables": [
			"set",
			"team",
			"total"
		],
		"Split": "period=default\u0026set={{set}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.set_total_180s": {
		"Name": "set {{set}} - całkowita liczba 180-tek",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.set_total_legs": {
		"Name": "set {{set}} - suma legów",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.set_which_player_wins_the_rest": {
		"Name": "set {{set}} - który zawodnik wygra resztę",
		"Variables": [
			"set",
			"score"
		],
		"Split": "period=default\u0026set={{set}}\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"darts.set_winner": {
		"Name": "Set {{set}} - zwycięzca",
		"Variables": [
			"set"
		],
		"Split": "period=default\u0026set={{set}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"darts.team_total_180s": {
		"Name": "całkowita liczba 180-tek drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=default\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.total_180s": {
		"Name": "Całkowita liczba 180-tek",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.total_legs": {
		"Name": " Suma legów",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.total_sets": {
		"Name": "Suma setów",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"darts.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.correct_score_in_maps": {
		"Name": "Dokładny wynik (w mapach)",
		"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": "Mapa {{map}} 10 minut - suma zabójstw od {{from}} do {{to}}",
		"Variables": [
			"total",
			"map",
			"from",
			"to"
		],
		"Split": "period=default\u0026map={{map}}\u0026from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.map_aegis_handicap": {
		"Name": "Mapa {{map}} - handicap na aegis",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_handicap": {
		"Name": "Handicap mapy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_kill_draw_no_bet": {
		"Name": "{{map}} mapa - remis w zabitych bez zakładu",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_kill_handicap": {
		"Name": "Mapa {{map}} - handicap na zabójstwa",
		"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}} - handicap na zabójstwa",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_most_kills": {
		"Name": "Map {{map}} - największa liczba zabójstw",
		"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}} - zawodnik z największą ilością zabitych minionów (creepów)",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"dota_2.map_race_to_level_xth": {
		"Name": "Mapa {{map}} - kto pierwszy wejdzie na poziom {{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}} - kto pierwszy osiągnie wynik zabitych: {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_race_to_xth_net_worth": {
		"Name": "Mapa {{map}} - kto pierwszy osiągnie wartość netto: {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_team_total_kills": {
		"Name": "Mapa {{map}} - największa liczba zabitych drużyny {{team}} ",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.map_total_aegis": {
		"Name": "Mapa {{map}} - suma aegis",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.map_total_kills": {
		"Name": "Mapa {{map}} - suma zabójstw",
		"Deprecated": true,
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.map_total_kills_v2": {
		"Name": "Mapa {{map}} - suma zabójstw",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.map_total_tower": {
		"Name": "Mapa {{map}} - suma wież",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.map_tower_handicap": {
		"Name": "Mapa {{map}} - handicap na wieże",
		"Variables": [
			"map",
			"handicap"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"dota_2.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_winner_v2": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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": "Mapa {{map}} - baraki: {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_kill": {
		"Name": "Mapa {{map}} - zabójstwo {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_shrine": {
		"Name": "Mapa {{map}} - świątynia: {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.map_xth_tower": {
		"Name": "Mapa {{map}} - wieża: {{xth}}",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"dota_2.match_odds": {
		"Name": "1X2",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"dota_2.will_there_be_a_rampage": {
		"Name": "Czy będzie rampage?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"dota_2.will_there_be_an_ultra_kill": {
		"Name": "Czy będzie ultra kill?",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"dota_2.winner": {
		"Name": "Zwycięzca",
		"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": "powyżej/poniżej",
		"Variables": [
			"price"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{price}}",
			"under": "poniżej {{price}}"
		}
	},
	"esport_aoe.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_aoe.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_aoe.handicap": {
		"Name": "Handicap",
		"Description": "Handicap zapewnia jednej z drużyn przewagę na mapie, dzięki czemu mecze z lepszą drużyną są bardziej wyrównane i interesujące.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_aoe.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_aoe.total_maps": {
		"Name": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_aoe.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_arena_of_valor.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_arena_of_valor.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_arena_of_valor.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_arena_of_valor.match_3_way": {
		"Name": "Zakład 3-drogowy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Zwycięzca",
		"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": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_brawl_stars.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_brawl_stars.handicap": {
		"Name": "Handicap",
		"Description": "Handicap zapewnia jednej z drużyn przewagę na mapie, dzięki czemu mecze z lepszą drużyną są bardziej wyrównane i interesujące.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_brawl_stars.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_brawl_stars.total_maps": {
		"Name": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_brawl_stars.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.asian_handicap": {
		"Name": "Handicap azjatycki",
		"Primary": true,
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_extratime": {
		"Name": "Handicap azjatycki - dogrywka",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_first_half": {
		"Name": "Handicap azjatycki - 1 połowa",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.asian_handicap_period_second_half": {
		"Name": "Handicap azjatycki - 2 połowa",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.booking_match_odds": {
		"Name": "Kartki",
		"Variables": [],
		"Split": "period=period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_fifa.booking_nr": {
		"Name": "Kartka {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"esport_fifa.both_teams_to_score": {
		"Name": "Oba zespoły zdobędą gola",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"esport_fifa.corner_handicap": {
		"Name": "Handicap rzutów rożnych",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_fifa.corner_match_odds": {
		"Name": "Rzut rożny 1x2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_fifa.corner_nr": {
		"Name": "Rzut rożny {{corner}} ",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"esport_fifa.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_1st_half": {
		"Name": "1 połowa - dokładny wynik",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.correct_score_period_2nd_half": {
		"Name": "2 połowa - dokładny wynik",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.score": "{{score}}"
		}
	},
	"esport_fifa.double_chance": {
		"Name": "Podwójna szansa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Remis lub {{away}}",
			"home_away": "{{home}} lub {{away}}",
			"home_draw": "{{home}} lub remis"
		}
	},
	"esport_fifa.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_fifa.exact_total_goals_period_first_half": {
		"Name": "1 połowa - dokładna liczba goli",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"esport_fifa.exact_total_goals_period_second_half": {
		"Name": "2 połowa - dokładna liczba goli",
		"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": "nikt"
		}
	},
	"esport_fifa.halftime_fulltime_result": {
		"Name": "Połowa/Reg. czas gry",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "remis/{{away}}",
			"draw_draw": "remis/remis",
			"draw_home": "remis/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"esport_fifa.match_odds": {
		"Name": "Wynik w regulaminowym czasie gry",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_extratime": {
		"Name": "Dogrywka - 1X2",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_first_half": {
		"Name": "Wynik 1 połowy",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_fifa.match_odds_period_second_half": {
		"Name": "2 połowa - 1X2",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_fifa.odd_even.penalty_shootout": {
		"Name": "Rzuty karne - parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Rzuty karne - parzyste/nieparzyste",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"esport_fifa.team_clean_sheet": {
		"Name": "czyste konto drużyny {{team}}",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"esport_fifa.team_total_goals": {
		"Name": "Suma goli drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_first_half": {
		"Name": "Suma goli w 1 połowie drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.team_total_goals_period_second_half": {
		"Name": "Suma goli w 2 połowie drużyny {{team}} ",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.team_win_to_nil": {
		"Name": "{{team}} wygra do zera",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"esport_fifa.total_booking_points": {
		"Name": "10-25 Suma punktów karnych",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.total_bookings": {
		"Name": "Suma kartek",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.total_corners": {
		"Name": "Suma rzutów rożnych",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.total_goals": {
		"Name": "Suma goli",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.total_goals_period_extratime": {
		"Name": "Suma goli - dogrywka",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.total_goals_period_first_half": {
		"Name": "1 połowa - suma goli",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_fifa.total_goals_period_second_half": {
		"Name": "2 połowa - suma goli",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{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": "Dokładny wynik",
		"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": "Handicap mapy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_kill_handicap": {
		"Name": "Mapa {{map}} - handicap na zabójstwa",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_king_of_glory.map_most_kills": {
		"Name": "Map {{map}} - największa liczba zabójstw",
		"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}} - największa liczba zabójstw drużyny {{team}}",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_king_of_glory.map_total_kills": {
		"Name": "Mapa {{map}} - suma zabójstw",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_king_of_glory.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_king_of_glory.winner": {
		"Name": "Zwycięzca",
		"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 połowa - 1X2",
		"Description": "Zakład 3-drogowy tylko dla 1 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_draw_no_bet": {
		"Name": "1 połowa - remis bez zakładu",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.1st_half_team_total": {
		"Name": "1 połowa - suma drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.1st_half_winning_margin": {
		"Name": "1 połowa - przewaga zwycięzcy",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.1x2": {
		"Name": "1X2",
		"Description": "Zakład 3-drogowy z wyłączeniem dogrywki: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2": {
		"Name": "2 połowa - 1X2",
		"Description": "Zakład 3-drogowy tylko dla 2 połowy z wyłączeniem dogrywki: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości",
		"Variables": [],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot": {
		"Name": "2 połowa - 1X2 (z dogrywką)",
		"Deprecated": true,
		"Description": "Zakład 3-drogowy tylko dla 2 połowy, z włączeniem dogrywki: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości",
		"Variables": [],
		"Split": "period=ot\u0026period=2h\u0026period=1h\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "remis",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_1x2_incl_ot.v2": {
		"Name": "2 połowa - 1X2 (z dogrywką)",
		"Description": "Zakład 3-drogowy tylko dla 2 połowy: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości, razem z dogrywką (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=ot\u0026period=ft\u0026period=et\u0026period=1h\u0026period=2h\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.2nd_half_handicap": {
		"Name": "2 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.2nd_half_total": {
		"Name": "2 połowa - suma",
		"Variables": [
			"total"
		],
		"Split": "period=2h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_nba2k.halftime_fulltime": {
		"Name": "Połowa/Reg. czas gry",
		"Variables": [],
		"Split": "period=ht\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "remis/{{away}}",
			"draw_draw": "remis/remis",
			"draw_home": "remis/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"esport_nba2k.handicap": {
		"Name": "Spread",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_first_half": {
		"Name": "1 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=q1\u0026period=q2\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.handicap_period_second_half": {
		"Name": "2 połowa - handicap (z dogrywką)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.highest_scoring_quarter": {
		"Name": "Kwarta z największą liczbą punktów",
		"Variables": [],
		"Split": "period=ot\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
		"Outcomes": {
			"1st_quarter": "1 kwarta",
			"2nd_quarter": "2 kwarta",
			"3rd_quarter": "3 kwarta",
			"4th_quarter": "4 kwarta",
			"equal": "równo"
		}
	},
	"esport_nba2k.odd_even": {
		"Name": "parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"esport_nba2k.odd_even_period_first_half": {
		"Name": "1 połowa - parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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}} kwarta - 1X2",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.quarter_handicap": {
		"Name": "{{quarter}} kwarta - handicap",
		"Variables": [
			"quarter",
			"handicap"
		],
		"Split": "period=ot\u0026period=q{{quarter}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_nba2k.quarter_totals": {
		"Name": "{{quarter}} kwarta - suma",
		"Variables": [
			"total",
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.quarter_winning_margin": {
		"Name": "{{quarter}} kwarta - przewaga zwycięzcy",
		"Variables": [
			"quarter"
		],
		"Split": "period=q{{quarter}}",
		"Outcomes": {
			"away_by_3_plus": "{{away}} 3+",
			"home_by_3_plus": "{{home}} 3+",
			"other": "inne"
		}
	},
	"esport_nba2k.race_to_points": {
		"Name": "Kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026period=ft\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.race_to_points_incl_ot": {
		"Name": "Kto pierwszy zdobędzie {{point}} pkt (z dogrywką)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026points={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.scoring_type_pointnr": {
		"Name": "Sposób zdobycia {{point}} pkt (z dogrywką)",
		"Variables": [
			"point"
		],
		"Split": "period=ot\u0026point={{point}}",
		"Outcomes": {
			"away_1": "{{away}} za 1 pkt",
			"away_2": "{{away}} za 2 pkt",
			"away_3": "{{away}} za 3 pkt",
			"home_1": "{{home}} za 1 pkt",
			"home_2": "{{home}} za 2 pkt",
			"home_3": "{{home}} za 3 pkt"
		}
	},
	"esport_nba2k.team_totals": {
		"Name": "Suma drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.total_period_first_half": {
		"Name": "1 połowa - suma",
		"Variables": [
			"total"
		],
		"Split": "period=1h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.total_period_second_half": {
		"Name": "2 połowa - suma (z dogrywką)",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=2h\u0026period=q1\u0026period=q2",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.totals": {
		"Name": "Suma",
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_nba2k.winner_incl_overtime": {
		"Name": "Zwycięzca (z dogrywką)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_nba2k.winning_margin": {
		"Name": "Przewaga zwycięzcy (z dogrywką)",
		"Variables": [],
		"Split": "period=ot",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_valorant.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_valorant.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Description": "Handicap zapewnia jednej z drużyn przewagę na mapie, dzięki czemu mecze z lepszą drużyną są bardziej wyrównane i interesujące.",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_valorant.map_round_handicap": {
		"Name": "Mapa {{map}} - handicap (z dogrywką)",
		"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}} - suma drużyny {{team}}",
		"Variables": [
			"total",
			"team",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_valorant.map_total_rounds": {
		"Name": "Mapa {{map}} - suma (z dogrywką)",
		"Variables": [
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_valorant.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_valorant.totals": {
		"Name": "Suma map",
		"Primary": true,
		"Description": "Zakład na całkowitą liczbę rozegranych map.",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_valorant.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"esport_warcraft.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"esport_warcraft.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"esport_warcraft.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"esport_warcraft.totals": {
		"Name": "Suma",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"esport_warcraft.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"field_hockey.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"field_hockey.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"floorball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"floorball.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{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": "Podwójna szansa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Remis lub {{away}}",
			"home_away": "{{home}} lub {{away}}",
			"home_draw": "{{home}} lub remis"
		}
	},
	"futsal.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"futsal.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"futsal.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"futsal.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"futsal.odd_even": {
		"Name": "parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{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": "Kto lepszy",
		"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": "inne",
			"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": "Miejsce",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.place.v2": {
		"Name": "Pozycja ({{position}} TBP)",
		"Deprecated": true,
		"Description": "Zakład na psa, który ukończy wyścig na jednym z wyznaczonych miejsc. Np. 3TBP oznacza, że wygrasz, jeśli pies ukończy wyścig na jednym z 3 pierwszych miejsc.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.quinella": {
		"Name": "Quinella",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.show": {
		"Name": "Show",
		"Deprecated": true,
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trifecta": {
		"Name": "Trifecta",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.trio": {
		"Name": "Trio",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win": {
		"Name": "Wygrana",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"greyhound.win.v2": {
		"Name": "Zwycięzca",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhound.win_sp.v2": {
		"Name": "Zwycięzca (SP)",
		"Deprecated": true,
		"Description": "Kurs początkowy (ang. starting price, SP) będzie oficjalnym kursem ogłoszonym przez bukmacherów na torze na początku wyścigu.",
		"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": "Pozycja ({{position}} TBP)",
		"Primary": true,
		"Description": "Zakład na psa, który ukończy wyścig na jednym z wyznaczonych miejsc. Np. 3TBP oznacza, że Twój wybór będzie wygrany, jeśli pies ukończy wyścig na jednym z 3 pierwszych miejsc.",
		"Variables": [
			"position"
		],
		"Split": "period=default\\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win": {
		"Name": "Zwycięzca",
		"Primary": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"greyhounds.win_sp": {
		"Name": "Zwycięzca (SP)",
		"Description": "Kurs początkowy (ang. starting price, SP) będzie oficjalnym kursem ogłoszonym przez bukmacherów na torze na początku wyścigu.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"handball.1st_half_total": {
		"Name": "1 połowa - suma",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"handball.double_chance": {
		"Name": "Podwójna szansa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Remis lub {{away}}",
			"home_away": "{{home}} lub {{away}}",
			"home_draw": "{{home}} lub remis"
		}
	},
	"handball.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"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": "Połowa/Reg. czas gry",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_away": "{{away}}/{{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}}/{{home}}",
			"draw_away": "Remis/{{away}}",
			"draw_draw": "Remis/remis",
			"draw_home": "Remis/{{home}}",
			"home_away": "{{home}}/{{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}}/{{home}}"
		}
	},
	"handball.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"handball.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"handball.odd_even": {
		"Name": "Parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Suma drużyny {{team}}",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"handball.totals": {
		"Name": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"handball.winner": {
		"Name": "Zwycięzca (z dogrywką i rzutami karnymi)",
		"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": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"heroes_of_the_storm.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"heroes_of_the_storm.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"heroes_of_the_storm.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"heroes_of_the_storm.total": {
		"Name": "Suma",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"heroes_of_the_storm.winner": {
		"Name": "Zwycięzca",
		"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": "Pozycja ({{position}} TBP)",
		"Primary": true,
		"Description": "Zakład na konia, który ukończy wyścig na jednym z wyznaczonych miejsc, np. 3TBP oznacza, że wygrasz, jeśli pies ukończy wyścig na jednym z 3 pierwszych miejsc.",
		"Variables": [
			"position"
		],
		"Split": "period=default\u0026position={{position}}",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win": {
		"Name": "Zwycięzca",
		"Primary": true,
		"Description": "Zwycięzca wyścigu",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win.v2": {
		"Name": "Zwycięzca",
		"Primary": true,
		"Description": "Zwycięzca wyścigu",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"horse_racing.win_sp": {
		"Name": "Zwycięzca (SP)",
		"Description": "Kurs początkowy (ang. starting price, SP) będzie oficjalnym kursem ogłoszonym przez bukmacherów na torze na początku wyścigu.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.player": "{{player}}"
		}
	},
	"ice_hockey.1x2": {
		"Name": "1x2 (bez dogrywki)",
		"Description": "Zakład 3-drogowy z wyłączeniem dogrywki: 1 = wygrana gospodarzy, X = remis i 2 = wygrana gości (1=1 wymieniona drużyna, jeżeli mecz odbywa się na neutralnym terenie)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"ice_hockey.1x2_both_teams_to_score": {
		"Name": "1X2 i oba zespoły zdobędą bramkę (z dogrywką i rzutami karnymi)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away_no": "{{away}} i nie",
			"away_yes": "{{away}} i tak",
			"home_no": "{{home}} i nie",
			"home_yes": "{{home}} i tak"
		}
	},
	"ice_hockey.all_periods_under": {
		"Name": "Wszystkie tercje poniżej {{total}}",
		"Variables": [
			"total"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"ice_hockey.both_teams_to_score": {
		"Name": "Oba zespoły zdobędą bramkę",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"ice_hockey.correct_score": {
		"Name": "Dokładny wynik",
		"Description": "Wynik na koniec regulaminowego czasu gry, tj. z wyłączeniem dogrywki i rzutów karnych",
		"Variables": [],
		"Split": "period=ft\u0026period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"ice_hockey.correct_score_incl_overtime_and_penalties": {
		"Name": "Dokładny wynik (z dogrywką i rzutami karnymi)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"ice_hockey.double_chance": {
		"Name": "Podwójna szansa (bez dogrywki)",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_or_away": "remis lub {{away}}",
			"home_or_away": "{{home}} lub {{away}}",
			"home_or_draw": "{{home}} lub remis"
		}
	},
	"ice_hockey.exact_goals_period_ft_incl_et_and_penalty_shootout": {
		"Name": "Liczba goli (z dogrywką i karnymi)",
		"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": "nikt"
		}
	},
	"ice_hockey.handicap": {
		"Name": "Handicap (z dogrywką i rzutami karnymi)",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.handicap_regular_time": {
		"Name": "Handicap (bez dogrywki i rzutów karnych)",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.highest_scoring_period": {
		"Name": "Tercja z największą liczbą bramek",
		"Variables": [],
		"Split": "period=p1\u0026period=p2\u0026period=p3",
		"Outcomes": {
			"1st_period": "1 tercja",
			"2nd_period": "2 tercja ",
			"3rd_period": "3 tercja",
			"equal": "równo"
		}
	},
	"ice_hockey.last_goal": {
		"Name": "Ostatni gol",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"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}} tercja - 1X2",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"ice_hockey.period_both_teams_to_score": {
		"Name": "{{period}} tercja - obie drużyny zdobędą bramkę",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"ice_hockey.period_handicap": {
		"Name": "{{period}} tercja - handicap",
		"Variables": [
			"handicap",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"ice_hockey.period_last_team_to_score": {
		"Name": " {{period}} tercja - ostatni punktujący zespół",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"ice_hockey.period_team_total": {
		"Name": "{{period}} tercja - suma drużyny {{team}}",
		"Variables": [
			"team",
			"total",
			"period"
		],
		"Split": "period=p{{period}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"ice_hockey.period_total": {
		"Name": "{{period}} tercja - suma",
		"Variables": [
			"total",
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"ice_hockey.period_which_team_to_score": {
		"Name": "{{period}} tercja - która drużyna zdobędzie bramkę",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"both_teams": "Obie drużyny",
			"none": "nikt",
			"only_away": "Tylko {{away}}",
			"only_home": "Tylko {{home}}"
		}
	},
	"ice_hockey.period_winner": {
		"Name": "Tercja {{period}} - zwycięzca",
		"Variables": [
			"period"
		],
		"Split": "period=p{{period}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.team_clean_sheet": {
		"Name": "czyste konto drużyny {{team}}",
		"Description": "Czyste konto oznacza, że dana drużyna nie straciła gola.",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"ice_hockey.team_to_score_in_all_periods": {
		"Name": "{{team}} zdobędzie gole we wszystkich tercjach",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026period=p2\u0026period=p3\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"ice_hockey.team_to_score_in_first_period": {
		"Name": "pierwszy gol w 1 tercji drużyny {{team}}",
		"Variables": [
			"team"
		],
		"Split": "period=p1\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"ice_hockey.team_total": {
		"Name": "Liczba goli drużyny {{team}} (bez dogrywki i rzutów karnych)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"ice_hockey.team_total_incl_overtime_and_penalties": {
		"Name": "suma drużyny {{team}} (z dogrywką i rzutami karnymi)",
		"Variables": [
			"team",
			"total"
		],
		"Split": "period=ot\u0026period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"ice_hockey.total": {
		"Name": "Suma (bez dogrywki i rzutów karnych)",
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"ice_hockey.totals": {
		"Name": "Suma (z dogrywką i rzutami karnymi)",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"ice_hockey.which_team_to_score": {
		"Name": "Który zespół zdobędzie bramkę",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"both_teams": "oba zespoły",
			"none": "nikt",
			"only_away": "tylko {{team}}",
			"only_home": "tylko {{team}}"
		}
	},
	"ice_hockey.winner": {
		"Name": "Zwycięzca (z dogrywką i rzutami karnymi)",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ot\u0026period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"ice_hockey.winning_margin_incl_overtime_and_penalties": {
		"Name": "Przewaga zwycięzcy (z dogrywką i rzutami karnymi)",
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away_by_1": "{{away}} o 1 gol",
			"away_by_2": "{{away}} o 2 gole",
			"away_by_3": "{{away}} o 3+ gole",
			"away_by_4": "{{away}} o 4",
			"away_by_5_plus": "{{away}} o 5+",
			"away_by_exact_3": "{{away}} o 3",
			"home_by_1": "{{home}} o 1 gol",
			"home_by_2": "{{home}} o 2 gole",
			"home_by_3": "{{home}} o 3+ gole",
			"home_by_4": "{{home}} o 4",
			"home_by_5_plus": "{{home}} o 5+",
			"home_by_exact_3": "{{home}} o 3"
		}
	},
	"kabaddi.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"kabaddi.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"kabaddi.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"league_of_legends.correct_score_in_maps": {
		"Name": "Dokładny wynik (w mapach)",
		"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": "Handicap mapy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet": {
		"Name": "Mapa {{map}} - remis w zabitych bez zakładu",
		"Deprecated": true,
		"Description": "Wybierz drużynę, która Twoim zdaniem wygra. W przypadku remisu stawki są zwracane.",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026map={{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_kill_draw_no_bet.v2": {
		"Name": "Mapa {{map}} - remis w zabitych bez zakładu",
		"Description": "Wybierz drużynę, która Twoim zdaniem wygra. W przypadku remisu stawki są zwracane.",
		"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}} - handicap na zabójstwa",
		"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}} - handicap na zabójstwa",
		"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}} - największa liczba zabójstw drużyny {{team}}",
		"Variables": [
			"team",
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"league_of_legends.map_total_kills": {
		"Name": "Mapa {{map}} - suma zabójstw",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026map={{map}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"league_of_legends.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_winner_v2": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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}} smok",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.map_xth_inhibitor": {
		"Name": "{{map}} mapa - {{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}} zabójstwo",
		"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}} wieża",
		"Variables": [
			"map",
			"xth"
		],
		"Split": "period=default\u0026map={{map}}\u0026xth={{xth}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"league_of_legends.match_odds": {
		"Name": "1X2",
		"Description": "Kursy na mecz dają możliwość obstawienia drużyny (A), remisu i drużyny (B).",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"league_of_legends.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.1x2": {
		"Name": "1X2",
		"Description": "Zakład 3-drogowy: 1 odnosi się do wygranej gospodarzy, X do remisu, a 2 do wygranej gości.",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"mma.will_the_fight_go_the_distance": {
		"Name": "Czy odbędą się wszystkie rundy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"mma.winner": {
		"Name": "Zwycięzca walki",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"mma.winner_exact_rounds": {
		"Name": "Zwycięzca i dokładna liczba rund",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"mma.winning_method": {
		"Name": "Sposób zwycięstwa",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"motorsport.head2head": {
		"Name": "Head2head",
		"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": "Zwycięzca",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.correct_score": {
		"Name": "Dokładny wynik",
		"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": "Handicap mapy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_kill_handicap": {
		"Name": "Mapa {{map}} - handicap na zabójstwa",
		"Variables": [
			"handicap",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"overwatch.map_most_kills": {
		"Name": "Map {{map}} - największa liczba zabójstw",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"overwatch.map_team_total_kills": {
		"Name": "Mapa {{map}} - największa liczba zabójstw drużyny {{team}}",
		"Variables": [
			"team",
			"map",
			"total"
		],
		"Split": "period=default\u0026period=map{{map}}kills\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"overwatch.map_total_kills": {
		"Name": "mapa {{map}} - suma zabójstw",
		"Variables": [
			"total",
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}kills",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"overwatch.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"overwatch.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"pesapallo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"pesapallo.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Rząd",
		"Description": "Rząd po wyborach",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.house_majority": {
		"Name": "Większość w Izbie Parlamentu",
		"Description": "Większość w Izbie Parlamentu",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.most_seats": {
		"Name": "Najwięcej mandatów",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.next_chancellor": {
		"Name": "Następny kanclerz",
		"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": "Partia przyszłego kanclerza",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.party_vote_percentage": {
		"Name": "Procent głosów partii {{party}}",
		"Variables": [
			"party"
		],
		"Split": "party={{party}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"politics.senate_majority": {
		"Name": "Większość w senacie",
		"Description": "Większość w senacie",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rainbow_six.correct_score": {
		"Name": "Dokładny wynik",
		"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}} - zwycięzca",
		"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": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rocket_league.correct_score": {
		"Name": "Dokładny wynik",
		"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": "Handicap mapy",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rocket_league.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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": "Suma map",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rocket_league.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"rugby_league.1x2_period_1st_half": {
		"Name": "1 połowa - 1X2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"rugby_league.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"Description": "Wybierz drużynę, która Twoim zdaniem wygra. W przypadku remisu stawki są zwracane.",
		"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": "Połowa/Reg. czas gry",
		"Description": "Zakład zarówno na wynik w połowie meczu, jak i na koniec meczu, z wyłączeniem dogrywki",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "remis/{{away}}",
			"draw_draw": "remis/remis",
			"draw_home": "remis/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_league.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.handicap_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "Zakład 3-drogowy z handicapem, np. Anglia - Walia: Anglia 0:19 = Anglia musi wygrać 20 punktami lub więcej, Remis 0:19 = Anglia musi wygrać dokładnie 19 punktami, Walia 0:19 = Walia musi wygrać lub przegrać 18 punktami lub mniej.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Remis {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_league.handicap_period_1st_half": {
		"Name": "1 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_league.moneyline": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"rugby_league.next_scoring_play": {
		"Name": "Kolejne punkty zdobyte przy wyniku {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} z dropgolem",
			"away_with_penalty": "{{away}} z karnym",
			"away_with_try": "{{away}} z przyłożeniem",
			"home_with_drop_goal": "{{home}} z dropgolem",
			"home_with_penalty": "{{home}} z karnym",
			"home_with_try": "{{home}} z przyłożeniem"
		}
	},
	"rugby_league.odd_even": {
		"Name": "parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"rugby_league.team_totals": {
		"Name": "Suma drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_league.total_period_1st_half": {
		"Name": "1 połowa - suma ",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_league.total_tries": {
		"Name": "Suma przyłożeń",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_league.totals": {
		"Name": "Liczba punktów",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_league.try_handicap": {
		"Name": "Handicap przyłożenia",
		"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": "Który zespół wygra resztę meczu, licząc od wyniku {{score}}?",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"rugby_league.winning_margin_period_ft": {
		"Name": "Przewaga zwycięzcy",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"rugby_union.1x2_period_1st_half": {
		"Name": "1 połowa - 1X2",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"rugby_union.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"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": "Połowa/Reg. czas gry",
		"Description": "Zakład zarówno na wynik w połowie meczu, jak i na koniec meczu, z wyłączeniem dogrywki",
		"Variables": [],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "remis/{{away}}",
			"draw_draw": "remis/remis",
			"draw_home": "remis/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"rugby_union.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.handicap_3_way_period_ft": {
		"Name": "Handicap {{handicap_score}}",
		"Description": "Zakład 3-drogowy z handicapem, np. Anglia przeciwko Walii: Anglia 0:19 = Anglia musi wygrać różnicą 20 lub więcej punktów. Remis 0:19 = Anglia musi wygrać dokładnie 19 punktami. Walia 0:19 Walia rozpoczyna z 19-punktową przewagą i musi mieć więcej punktów niż Anglia, aby wygrać",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=ft\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Remis ({{handicap_score}})",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"rugby_union.handicap_period_1st_half": {
		"Name": "1 połowa - handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"rugby_union.moneyline": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"rugby_union.next_scoring_play": {
		"Name": "Kolejne punkty zdobyte przy wyniku {{score}}",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away_with_drop_goal": "{{away}} z dropgolem",
			"away_with_penalty": "{{away}} z karnym",
			"away_with_try": "{{away}} z przyłożeniem",
			"home_with_drop_goal": "{{home}} z dropgolem",
			"home_with_penalty": "{{home}} z karnym",
			"home_with_try": "{{home}} z przyłożeniem"
		}
	},
	"rugby_union.odd_even": {
		"Name": "parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"point"
		],
		"Split": "period=ft\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"rugby_union.team_totals": {
		"Name": "{{team}} Liczba punktów",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_union.total_period_1st_half": {
		"Name": "1 połowa - Liczba punktów ",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_union.total_tries": {
		"Name": "Suma przyłożeń",
		"Variables": [
			"total"
		],
		"Split": "period=ft\u0026period=ft_tries",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_union.totals": {
		"Name": "Suma",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"rugby_union.try_handicap": {
		"Name": "Handicap przyłożenia",
		"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": "Który zespół wygra resztę meczu, licząc od wyniku {{score}} ?",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"rugby_union.winning_margin_period_ft": {
		"Name": "Przewaga zwycięzcy",
		"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": "Zwycięzca",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"snooker.correct_score": {
		"Name": "Dokładny wynik",
		"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": "Handicap na frejm",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"snooker.odd_even_frames": {
		"Name": "Parzyste/nieparzyste frejmy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Ilość frejmów",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"snooker.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.10_minutes_sending_off_from_to": {
		"Name": "10 minut - czerwona kartka od {{from}} do {{to}}",
		"Variables": [
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.12_booking_handicap": {
		"Name": "1-2 Handicap na kary",
		"Description": "1 punkt=żółta kartka, 2 punkty=czerwona kartka, maksymalnie 3 punkty na gracza i liczą się tylko gracze na boisku",
		"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 połowa - handicap rzutów rożnych",
		"Deprecated": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.1st_half_total_corners": {
		"Name": "1 połowa - suma rzutów rożnych",
		"Variables": [
			"total"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.5_minutes_team_total_corners_from_to": {
		"Name": "5 minut - suma rzutów rożnych drużyny {{team}} od {{from}} do {{to}}",
		"Variables": [
			"team",
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.5_minutes_total_from_to": {
		"Name": "5 minut - suma od {{from}} do {{to}}",
		"Variables": [
			"total",
			"from",
			"to"
		],
		"Split": "from={{from}}\u0026to={{to}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.anytime_goalscorer": {
		"Name": "Strzelec gola w dowolnym momencie",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "Bez gola",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.anytime_goalscorer_and_1x2_period_ft": {
		"Name": "{{player}} Strzelec gola w dowolnym momencie i 1X2 (zwycięzca meczu)",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}",
			"other": "inne"
		}
	},
	"soccer.asian_handicap": {
		"Name": "Handicap azjatycki",
		"Primary": true,
		"Description": "Zobacz [article on Asian Handicap](/en/blog/posts/what-are-asian-handicaps)",
		"Variables": [
			"handicap",
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_extratime": {
		"Name": "Handicap azjatycki - dogrywka",
		"Variables": [
			"handicap"
		],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_first_half": {
		"Name": "Handicap azjatycki - 1 połowa",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.asian_handicap_period_second_half": {
		"Name": "Handicap azjatycki - 2 połowa",
		"Variables": [
			"handicap"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.booking_match_odds": {
		"Name": "10-25 Kartki 1X2",
		"Description": "Która drużyna otrzyma najwięcej punktów za kary? (10=żółta kartka, 25=czerwona kartka, maksymalnie 35 punktów na zawodnika i liczą się tylko zawodnicy na boisku)",
		"Variables": [],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.booking_nr": {
		"Name": "Kartka {{booking}}",
		"Variables": [
			"booking"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"soccer.booking_point_range_period_ft": {
		"Name": "Zakres liczby punktów karnych",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.both_teams_to_score": {
		"Name": "Oba zespoły zdobędą bramkę",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.both_teams_to_score_period_1h": {
		"Name": "1 połowa - oba zespoły zdobędą gola",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.corner_handicap": {
		"Name": "Handicap rzutów rożnych",
		"Description": "Zakład na mecz pomiędzy drużynami z uwzględnieniem handicapu rzutów rożnych. Aby zakład był ważny, musi zostać wykonany rzut rożny.",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_handicap_period_1h": {
		"Name": "1 połowa - handicap rzutów rożnych",
		"Variables": [
			"handicap"
		],
		"Split": "period=1h_corners",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.corner_match_odds": {
		"Name": "Rzuty rożne 1X2",
		"Variables": [],
		"Split": "period=ft_corners",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.corner_nr": {
		"Name": "Rzut rożny {{corner}}",
		"Variables": [
			"corner"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"soccer.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_1st_half": {
		"Name": "1 połowa - dokładny wynik",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.correct_score_period_2nd_half": {
		"Name": "2 połowa - dokładny wynik",
		"Variables": [],
		"Split": "period=ft\u0026period=1h\u0026period=2h",
		"Outcomes": {
			"dynamic.other": "inne",
			"dynamic.score": "{{score}}"
		}
	},
	"soccer.double_chance": {
		"Name": "Podwójna szansa",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"draw_away": "Remis lub {{away}}",
			"home_away": "{{home}} lub {{away}}",
			"home_draw": "{{home}} lub Remis"
		}
	},
	"soccer.double_chance_period_1h": {
		"Name": "1 połowa - podwójna szansa",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"draw_or_away": "Remis lub {{away}}",
			"home_or_away": "{{home}} lub {{away}}",
			"home_or_draw": "{{home}} lub remis"
		}
	},
	"soccer.draw_no_bet": {
		"Name": "Remis bez zakładu",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.draw_no_bet_period_1h": {
		"Name": "1 połowa - remis bez zakładu",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.exact_total_goals_period_first_half": {
		"Name": "1 połowa - dokładna liczba goli",
		"Variables": [
			"goals"
		],
		"Split": "period=1h",
		"Outcomes": {
			"dynamic.goals": "{{goals}}"
		}
	},
	"soccer.exact_total_goals_period_second_half": {
		"Name": "2 połowa - dokładna liczba goli",
		"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": "nikt"
		}
	},
	"soccer.goal_strike_zone": {
		"Name": "{{goal}} gol - strefa strzału",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"high_center": "Strefa high center",
			"high_left": "Strefa high left",
			"high_right": "Strefa high right",
			"low_center": "Strefa low center",
			"low_left": "Strefa low left",
			"low_right": "Strefa low right"
		}
	},
	"soccer.goalnr_goalscorer": {
		"Name": "Strzelec gola {{goal}} ",
		"Description": "Zakład na strzelca 1 bramki odnosi się do strzelca pierwszej bramki w meczu. Jeśli wybrany zawodnik nie rozpocznie gry lub nie będzie obecny na boisku w momencie zdobycia bramki, zakłady zostaną unieważnione. Zdobywca bramki 2 odnosi się drugiego gola, zdobywca bramki 3 – do trzeciego itd.",
		"Variables": [
			"goal"
		],
		"Split": "goal={{goal}}",
		"Outcomes": {
			"dynamic.no_goal": "Bez gola",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.goalscorer_and_correct_score_period_ft": {
		"Name": "{{player}} strzelec gola {{goalnr}} i dokładny wynik",
		"Variables": [
			"goalnr",
			"player"
		],
		"Split": "player={{player}}\u0026goalnr={{goalnr}}",
		"Outcomes": {
			"dynamic.score": "{{score}}",
			"other": "inne"
		}
	},
	"soccer.halftime_fulltime_result": {
		"Name": "Połowa/Reg. czas gry",
		"Description": "Zakład zarówno na wynik w połowie meczu, jak i na koniec 90 minut",
		"Variables": [],
		"Split": "period=1h\u0026period=ft",
		"Outcomes": {
			"away_away": "{{away}} / {{away}}",
			"away_draw": "{{away}}/remis",
			"away_home": "{{away}} / {{home}}",
			"draw_away": "remis/{{away}}",
			"draw_draw": "remis/remis",
			"draw_home": "remis/{{home}}",
			"home_away": "{{home}} / {{away}}",
			"home_draw": "{{home}}/remis",
			"home_home": "{{home}} / {{home}}"
		}
	},
	"soccer.handicap.penalty_shootout": {
		"Name": "Handicap - rzuty karne",
		"Variables": [
			"handicap"
		],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"soccer.handicap_1x2_period_1h": {
		"Name": "1. Połowa - handicap (1X2) {{handicap_score}}",
		"Description": "Drużyna gospodarzy 0:1 = drużyna gospodarzy musi wygrać co najmniej 2 bramkami. Remis 0:1 = drużyna gospodarzy musi wygrać dokładnie jedną bramką. Drużyna gości 0:1 = drużyna gości musi zremisować lub wygrać.",
		"Variables": [
			"handicap_score"
		],
		"Split": "period=1h\u0026handicap_score={{handicap_score}}",
		"Outcomes": {
			"away": "{{away}} {{handicap_score}}",
			"draw": "Remis {{handicap_score}}",
			"home": "{{home}} {{handicap_score}}"
		}
	},
	"soccer.last_corner": {
		"Name": "Ostatni rzut rożny",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}",
			"none": "nikt"
		}
	},
	"soccer.last_goalscorer": {
		"Name": "Strzelec ostatniego gola",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"dynamic.no_goal": "Bez gola",
			"dynamic.player": "{{player}}"
		}
	},
	"soccer.match_odds": {
		"Name": "Wynik w regulaminowym czasie gry",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Zwycięzca na koniec regulaminowych 90 minut",
		"Variables": [
			"optional.side"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_extratime": {
		"Name": "1X2 - dogrywka",
		"Variables": [],
		"Split": "period=et",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_first_half": {
		"Name": "Wynik pierwszej połowy",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.match_odds_period_second_half": {
		"Name": "1X2 - 2 połowa",
		"Variables": [],
		"Split": "period=ft\u0026period=2h\u0026period=1h",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.odd_even.penalty_shootout": {
		"Name": "Rzuty karne - parzyste/nieparzyste",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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": "Rzuty karne - parzyste/nieparzyste",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=penalty",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"soccer.player_assists_period_ot": {
		"Name": "Asysty zawodnika {{player}}",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_goals_period_ot": {
		"Name": "Gole zawodnika {{player}}",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_on_goal_period_ot": {
		"Name": "Strzały na bramkę zawodnika {{player}}",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_shots_period_ot": {
		"Name": "Strzały zawodnika {{player}} ",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_tackles_period_ot": {
		"Name": "Ataki w celu przejęcia piłki/tackles zawodnika {{player}}",
		"Variables": [
			"player"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"soccer.player_total_passes_period_ot": {
		"Name": "Suma podań zawodnika {{player}} (z dogrywką)",
		"Description": "Suma podań zawodnika",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.player_total_shots_on_goal_period_ot": {
		"Name": "Całkowita liczba strzałów na bramkę zawodnika {{player}} (z dogrywką)",
		"Description": "Całkowita liczba strzałów na bramkę oddanych przez gracza",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.player_total_shots_period_ot": {
		"Name": "{{player}} Całkowita liczba strzałów (z dogrywką)",
		"Description": "Całkowita liczba strzałów oddanych przez zawodnika",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.player_total_tackles_period_ot": {
		"Name": "{{player}} Suma ataków w celu przejęcia piłki/tackles (z dogrywką)",
		"Description": "Suma ataków zawodnika w celu przejęcia piłki",
		"Variables": [
			"player",
			"total"
		],
		"Split": "player={{player}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.sending_off_period_1h": {
		"Name": "1 połowa - czerwona kartka",
		"Variables": [],
		"Split": "period=1h",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.sending_off_period_ft": {
		"Name": "Czerwona kartka",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.team_clean_sheet": {
		"Name": "czyste konto drużyny {{team}}",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.team_total_goals": {
		"Name": "Suma goli drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.team_total_goals_period_first_half": {
		"Name": "Suma goli w 1 połowie drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=1h\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.team_total_goals_period_second_half": {
		"Name": "Suma goli w 2 połowie drużyny {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=2h\u0026team={{team}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.team_win_to_nil": {
		"Name": "{{team}} wygra do zera",
		"Variables": [
			"team"
		],
		"Split": "period=ft\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.to_qualify": {
		"Name": "Na awans",
		"Deprecated": true,
		"Variables": [],
		"Split": "period=ft\u0026period=ot",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.to_qualify.v2": {
		"Name": "Awans / wygranie finału",
		"Variables": [],
		"Split": "period=default\u0026period=ft\u0026period=ot\u0026period=ap",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.total.penalty_shootout_first_ten": {
		"Name": "Łącznie - 10 pierwszych rzutów karnych w rzutach karnych",
		"Variables": [
			"total"
		],
		"Split": "period=penalty_shootout_first_ten",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_booking_points": {
		"Name": "10-25 Suma punktów karnych",
		"Description": "10 punktów=żółta kartka, 25 punktów=czerwona kartka, maksymalnie 35 punktów na zawodnika i liczą się tylko gracze na boisku",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_bookings": {
		"Name": "1-2 Suma punktów karnych",
		"Description": "1 punkt=żółta kartka, 2 punkty=czerwona kartka, maksymalnie 3 punkty na gracza i liczą się tylko gracze na boisku",
		"Variables": [
			"total"
		],
		"Split": "period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_corners": {
		"Name": "Suma rzutów rożnych",
		"Description": "Całkowita liczba rzutów rożnych wykonanych w regulaminowym czasie gry",
		"Variables": [
			"total"
		],
		"Split": "period=ft_corners",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_goals": {
		"Name": "Suma goli",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_goals_period_extratime": {
		"Name": "Suma goli - dogrywka",
		"Variables": [
			"total"
		],
		"Split": "period=et",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_goals_period_first_half": {
		"Name": "1 połowa - suma goli",
		"Variables": [
			"total"
		],
		"Split": "period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.total_goals_period_second_half": {
		"Name": "2 połowa - suma goli",
		"Variables": [
			"total"
		],
		"Split": "period=2h\u0026period=ft\u0026period=1h",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"soccer.when_will_goal_be_scored_intervals": {
		"Name": "Kiedy zostanie strzelony {{goal}} gol (10-minutowy interwał)",
		"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": "nikt"
		}
	},
	"soccer.which_team_wins_the_rest_of_the_match": {
		"Name": "Który zespół wygra resztę meczu?",
		"Variables": [
			"score"
		],
		"Split": "period=ft\u0026score={{score}}",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"home": "{{home}}"
		}
	},
	"soccer.will_there_be_penalty_shootout": {
		"Name": "Czy będzie konkurs rzutów karnych?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"soccer.winner_period_penalty_shootout": {
		"Name": "Zwycięzca - rzuty karne",
		"Variables": [],
		"Split": "period=penalty_shootout",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"soccer.winning_method": {
		"Name": "W jaki sposób rozstrzygnie się mecz?",
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away_overtime": "{{away}} po dogrywce",
			"away_penalties": "{{away}} po rzutach karnych",
			"away_regular_time": "{{away}} w regulaminowym czasie gry",
			"home_overtime": "{{home}} po dogrywce",
			"home_penalties": "{{home}} po rzutach karnych",
			"home_regular_time": "{{home}} w regulaminowym czasie gry"
		}
	},
	"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": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"squash.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright.v2": {
		"Name": "{{name}}",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"squash.outright.v3": {
		"Name": "",
		"Variables": [],
		"Split": "default",
		"Outcomes": {
			"dynamic": ""
		}
	},
	"squash.point_handicap": {
		"Name": "Handicap punktowy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"squash.total_points": {
		"Name": "Suma punktów",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"squash.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.correct_score_in_maps": {
		"Name": "Dokładny wynik (w mapach)",
		"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": "Handicap mapy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"starcraft.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Deprecated": true,
		"Variables": [
			"map"
		],
		"Split": "period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"starcraft.map_winner_v2": {
		"Name": "Mapa {{map}} - zwycięzca",
		"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": "Suma map",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"starcraft.winner": {
		"Name": "Zwycięzca",
		"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": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"table_tennis.exact_games": {
		"Name": "Dokładna liczba gemów",
		"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}} gem - parzyste/nieparzyste",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"table_tennis.game_odd_even.v2": {
		"Name": "{{game}} gem - parzyste/nieparzyste",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"table_tennis.game_point": {
		"Name": "{{game}} gem - {{point}} pkt",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_point_handicap": {
		"Name": "{{game}} gem - handicap punktowy",
		"Deprecated": true,
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_point_handicap.v2": {
		"Name": "{{game}} gem - handicap punktowy",
		"Variables": [
			"handicap",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.game_race_to_points": {
		"Name": "{{game}} gem - kto pierwszy zdobędzie {{point}} pkt",
		"Variables": [
			"game",
			"point"
		],
		"Split": "period=default\u0026game={{game}}\u0026point={{point}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_total_points": {
		"Name": "{{game}} gem - suma punktów",
		"Deprecated": true,
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"table_tennis.game_total_points.v2": {
		"Name": "{{game}} gem - suma punktów",
		"Variables": [
			"total",
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"table_tennis.game_winner": {
		"Name": "{{game}} gem - zwycięzca",
		"Deprecated": true,
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026game={{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.game_winner.v2": {
		"Name": "{{game}} gem - zwycięzca",
		"Variables": [
			"game"
		],
		"Split": "period=default\u0026period=game{{game}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"table_tennis.handicap": {
		"Name": "Handicap punktowy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"table_tennis.handicap.v2": {
		"Name": "Handicap punktowy",
		"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": "Ile gemów będzie rozstrzygniętych przez punkty dodatkowe",
		"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": "Suma punktów",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"table_tennis.totals.v2": {
		"Name": "Suma punktów",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=game1\u0026period=game2\u0026period=game3\u0026period=game4\u0026period=game5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"table_tennis.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.any_set_to_nil": {
		"Name": "Którykolwiek set do zera",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"tennis.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.exact_points": {
		"Name": "{{set}} set {{game}} gem - dokładna liczba punktów",
		"Variables": [
			"set",
			"game",
			"point"
		],
		"Split": "set={{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"dynamic.point": "{{point}}"
		}
	},
	"tennis.exact_sets": {
		"Name": "Dokładna liczba setów",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"tennis.game_handicap": {
		"Name": "Handicap gemowy ",
		"Primary": true,
		"Description": "Przewidywanie wyniku po zastosowaniu handicapu na wygrane przez zawodników gemy. Wszystkie zakłady zostaną UZNANE, jeśli dojdzie do super tie-breaka, przy czym super tie-break liczy się jako 1 gem.",
		"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 - handicap gemowy",
		"Variables": [
			"set",
			"handicap"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.game_handicap_void_supertiebreak": {
		"Name": "Handicap gemowy (UNIEWAŻNIONY w przypadku super tie-breaka w 3 secie)",
		"Deprecated": true,
		"Description": "Przewidywanie wyniku po zastosowaniu spreadu na wygrane przez zawodników gemy. Zakłady unieważnione w przypadku super tie-breaka. 10-punktowy regularny tie-break w głównych turniejach nie jest super tie-breakiem.",
		"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": "Liczba gemów parzysta/nieparzysta",
		"Variables": [],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"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}} gem {{game}} - zwycięzca {{point}} pkt",
		"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 - kto pierwszy wygra następującą liczbę gemów: {{game}}",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.race_to_points_in_set_and_game": {
		"Name": "{{set}} set gem {{game}} - kto pierwszy zdobędzie {{point}} pkt",
		"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 - dokładny wynik",
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"tennis.set_game_correct_score": {
		"Name": "{{set}} set {{game}} gem - dokładny wynik",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"away_to_0": "{{away}} do 0",
			"away_to_15": "{{away}} do 15",
			"away_to_30": "{{away}} do 30",
			"away_to_40": "{{away}} do 40",
			"home_to_0": "{{home}} do 0",
			"home_to_15": "{{home}} do 15",
			"home_to_30": "{{home}} do 30",
			"home_to_40": "{{home}} do 40"
		}
	},
	"tennis.set_game_to_deuce": {
		"Name": "{{set}} set gem {{game}} - równowaga",
		"Description": "Czy w meczu będzie osiągnięta równowaga, np. wynik 40-40 w dowolnym momencie?",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026period=game{{game}}\u0026period=wo",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"tennis.set_handicap": {
		"Name": "Handicap setowy",
		"Variables": [
			"handicap"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"tennis.set_tiebreak_total_points": {
		"Name": "Tie-break seta {{set}} - suma punktów",
		"Variables": [
			"total",
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"tennis.team_to_win_a_set": {
		"Name": "{{team}} wygra seta",
		"Description": "Czy dany zawodnik wygra przynajmniej jednego seta?",
		"Variables": [
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5\u0026team={{team}}",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"tennis.team_total_games": {
		"Name": "Suma gemów {{team}}",
		"Variables": [
			"total",
			"team"
		],
		"Split": "period=default\u0026period=wo\u0026team={{team}}\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"tennis.total_games": {
		"Name": "Suma gemów (super tie-break liczy się jako 1 gem)",
		"Primary": true,
		"CashoutAvailable": true,
		"Description": "Suma wszystkich gemów wygranych przez obu zawodników, np. 6-2, 3-6, 7-6 = 30 (16+14). Wszystkie zakłady zostaną UZNANE, jeśli dojdzie do super tie-breaka, przy czym super tie-break liczy się jako 1 gem.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"tennis.total_games_in_set": {
		"Name": "{{set}} set - suma gemów",
		"Variables": [
			"set",
			"total"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"tennis.total_games_void_supertiebreak": {
		"Name": "Suma gemów (UNIEWAŻNIONY w przypadku super tie-breaka w 3 secie)",
		"Deprecated": true,
		"Description": "Suma wszystkich gemów wygranych przez obu zawodników, np. 6-2, 3-6, 7-6 = 30 (16+14). Zakłady unieważnione w przypadku super tie-breaka. 10-punktowy regularny tie-break w głównych turniejach nie jest super tie-breakiem.",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"tennis.total_sets": {
		"Name": "Suma setów",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"tennis.winner": {
		"Name": "Zwycięzca",
		"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": "Zwycięzca i suma",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"away_and_over": "{{away}} i powyżej {{total}}",
			"away_and_under": "{{away}} i poniżej {{total}}",
			"home_and_over": "{{home}} i powyżej {{total}}",
			"home_and_under": "{{home}} i poniżej {{total}}"
		}
	},
	"tennis.winner_in_game_and_set": {
		"Name": "Set {{set}} gem {{game}} - zwycięzca",
		"Variables": [
			"set",
			"game"
		],
		"Split": "period=set{{set}}\u0026game={{game}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.winner_of_set": {
		"Name": "Zwycięzca seta {{set}}",
		"CashoutAvailable": true,
		"Variables": [
			"set"
		],
		"Split": "period=set{{set}}\u0026period=wo",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"tennis.with_tiebreak": {
		"Name": "Czy będzie tie-break",
		"Variables": [],
		"Split": "period=default\u0026period=wo",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"volleyball.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"volleyball.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"volleyball.handicap": {
		"Name": "Handicap punktowy",
		"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": "Handicap setowy",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"volleyball.total_sets": {
		"Name": "Suma setów",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"volleyball.totals": {
		"Name": "Suma punktów",
		"Variables": [
			"total"
		],
		"Split": "period=default\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"volleyball.winner": {
		"Name": "Zwycięzca",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"waterpolo.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"waterpolo.handicap": {
		"Name": "Handicap",
		"Variables": [
			"handicap"
		],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"waterpolo.match_odds": {
		"Name": "1X2",
		"Primary": true,
		"CashoutAvailable": true,
		"Variables": [],
		"Split": "period=ft",
		"Outcomes": {
			"away": "{{away}}",
			"draw": "Remis",
			"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": "Suma",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=ft",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"wild_rift.correct_score": {
		"Name": "Dokładny wynik",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.score": "{{score}}"
		}
	},
	"wild_rift.freetext": {
		"Name": "{{market_name}}",
		"Variables": [
			"market_name"
		],
		"Split": "market_name={{market_name}}",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"wild_rift.handicap": {
		"Name": "Handicap",
		"Primary": true,
		"Variables": [
			"handicap"
		],
		"Split": "period=default",
		"Outcomes": {
			"away": "{{away}} {{-handicap}}",
			"home": "{{home}} {{handicap}}"
		}
	},
	"wild_rift.map_winner": {
		"Name": "Mapa {{map}} - zwycięzca",
		"Variables": [
			"map"
		],
		"Split": "period=default\u0026period=map{{map}}",
		"Outcomes": {
			"away": "{{away}}",
			"home": "{{home}}"
		}
	},
	"wild_rift.total": {
		"Name": "Suma",
		"Primary": true,
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"wild_rift.winner": {
		"Name": "Zwycięzca",
		"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": "Kula bonusowa równa się każdej zwykłej kuli",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"world_lottery.bonus_ball_odd_even": {
		"Name": "Kula bonusowa parzysta/nieparzysta",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"world_lottery.bonus_ball_range": {
		"Name": "Zakres wartości kuli bonusowej",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.bonus_ball_single_digit": {
		"Name": "Pojedyncza cyfra kuli bonusowej",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"no": "Nie",
			"yes": "Tak"
		}
	},
	"world_lottery.bonus_ball_sum_odd_even": {
		"Name": "Suma liczb na kuli bonusowej parzysta/nieparzysta",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"world_lottery.bonus_ball_sum_total": {
		"Name": "Suma liczb na kuli bonusowej i standardowych numerów",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"world_lottery.bonus_ball_total": {
		"Name": "Suma liczb na kuli bonusowej",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"world_lottery.draw_sum_odd_even": {
		"Name": "Suma wylosowanych numerów nieparzysta/parzysta",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"even": "parzyste",
			"odd": "nieparzyste"
		}
	},
	"world_lottery.draw_sum_range": {
		"Name": "Zakres sumy wylosowanych numerów",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.draw_sum_total": {
		"Name": "Suma wylosowanych numerów",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{total}}"
		}
	},
	"world_lottery.draw_sum_total_incl_bonus_ball": {
		"Name": "Suma wylosowanych numerów (z kulą bonusową)",
		"Variables": [
			"total"
		],
		"Split": "period=default",
		"Outcomes": {
			"over": "powyżej {{total}}",
			"under": "poniżej {{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": "Zakład podstawowy",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_additional_drum": {
		"Name": "Zakład podstawowy (w tym kula bonusowa w dodatkowym bębnie)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	},
	"world_lottery.standard_bet_incl_bonus_ball_in_same_drum": {
		"Name": "Zakład podstawowy (w tym kula bonusowa w tym samym bębnie)",
		"Variables": [],
		"Split": "period=default",
		"Outcomes": {
			"dynamic.outcome": "{{outcome}}"
		}
	}
}