@cloudbet/market-helper 1.46.11 → 1.46.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sports-core/markets/de.json +23 -11
- package/sports-core/markets/es.json +30 -6
- package/sports-core/markets/fr.json +55 -31
- package/sports-core/markets/id.json +1 -1
- package/sports-core/markets/it.json +7 -7
- package/sports-core/markets/ja.json +3 -3
- package/sports-core/markets/ko.json +1243 -167
- package/sports-core/markets/pl.json +2340 -1126
- package/sports-core/markets/pt-BR.json +25 -1
- package/sports-core/markets/ru.json +1960 -1203
- package/sports-core/markets/tr.json +36 -12
- package/sports-core/sports/ko.json +7 -0
- package/sports-core/sports/pl.json +9 -2
- package/sports-core/sports/ru.json +11 -9
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
}
|
|
138
138
|
},
|
|
139
139
|
"american_football.odd_even": {
|
|
140
|
-
"Name": "Ímpar/par
|
|
140
|
+
"Name": "Ímpar/par",
|
|
141
141
|
"Variables": [],
|
|
142
142
|
"Split": "period=ot\u0026period=ft",
|
|
143
143
|
"Outcomes": {
|
|
@@ -2047,6 +2047,18 @@
|
|
|
2047
2047
|
"under": "Abaixo de {{total}}"
|
|
2048
2048
|
}
|
|
2049
2049
|
},
|
|
2050
|
+
"basketball.anytime_exact_score": {
|
|
2051
|
+
"Name": "Pontuação exata a qualquer momento {{homepoints}}:{{awaypoints}}",
|
|
2052
|
+
"Variables": [
|
|
2053
|
+
"homepoints",
|
|
2054
|
+
"awaypoints"
|
|
2055
|
+
],
|
|
2056
|
+
"Split": "period=ot",
|
|
2057
|
+
"Outcomes": {
|
|
2058
|
+
"no": "Não",
|
|
2059
|
+
"yes": "Sim"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2050
2062
|
"basketball.halftime_fulltime": {
|
|
2051
2063
|
"Name": "Intervalo/final da partida",
|
|
2052
2064
|
"Description": "Mercado sobre o resultado no intervalo e o resultado no final da 2ª parte, excluindo a prorrogação",
|
|
@@ -2322,6 +2334,18 @@
|
|
|
2322
2334
|
"under": "Abaixo de {{total}}"
|
|
2323
2335
|
}
|
|
2324
2336
|
},
|
|
2337
|
+
"basketball.race_to_home_x_and_away_y_points": {
|
|
2338
|
+
"Name": "Primeiro a {{homepoints}} pontos, para a equipe da casa, {{awaypoints}} pontos, para a equipe visitante",
|
|
2339
|
+
"Variables": [
|
|
2340
|
+
"homepoints",
|
|
2341
|
+
"awaypoints"
|
|
2342
|
+
],
|
|
2343
|
+
"Split": "period=ot",
|
|
2344
|
+
"Outcomes": {
|
|
2345
|
+
"away": "{{away}}",
|
|
2346
|
+
"home": "{{home}}"
|
|
2347
|
+
}
|
|
2348
|
+
},
|
|
2325
2349
|
"basketball.race_to_points": {
|
|
2326
2350
|
"Name": "Primeiro a {{point}} pontos",
|
|
2327
2351
|
"Variables": [
|