@cloudbet/market-helper 1.46.15 → 1.46.16
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 +24 -4
- package/sports-core/markets/el.json +12 -2
- package/sports-core/markets/en.json +12 -4
- package/sports-core/markets/es.json +12 -4
- package/sports-core/markets/fr.json +12 -4
- package/sports-core/markets/hu.json +12 -2
- package/sports-core/markets/id.json +12 -4
- package/sports-core/markets/it.json +12 -4
- package/sports-core/markets/ja.json +12 -4
- package/sports-core/markets/ko.json +12 -4
- package/sports-core/markets/lv.json +12 -2
- package/sports-core/markets/pl.json +13 -5
- package/sports-core/markets/pt-BR.json +12 -4
- package/sports-core/markets/pt.json +12 -2
- package/sports-core/markets/ru.json +12 -4
- package/sports-core/markets/tr.json +12 -4
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "name": "@cloudbet/market-helper", "version": "1.46.
|
|
1
|
+
{ "name": "@cloudbet/market-helper", "version": "1.46.16", "sideEffects": false, "description": "SDK to generate localized sport market information", "main": "index.js", "author": "Klaus Gravenreuth <kgravenreuth@cloudbet.com>", "license": "Apache-2.0", "engines": { "node": ">=12.0.0" }, "keywords": [ "cloudbet", "odds", "api", "sportsbook" ], "dependencies": { "bignumber.js": "9.0.1" } }
|
|
@@ -2354,6 +2354,18 @@
|
|
|
2354
2354
|
"under": "Unter {{total}}"
|
|
2355
2355
|
}
|
|
2356
2356
|
},
|
|
2357
|
+
"basketball.race_to_home_x_and_away_y_points": {
|
|
2358
|
+
"Name": "Race-to-Home {{homepoints}} und Away {{awaypoints}} Punkte",
|
|
2359
|
+
"Variables": [
|
|
2360
|
+
"homepoints",
|
|
2361
|
+
"awaypoints"
|
|
2362
|
+
],
|
|
2363
|
+
"Split": "period=ot",
|
|
2364
|
+
"Outcomes": {
|
|
2365
|
+
"away": "{{away}}",
|
|
2366
|
+
"home": "{{home}}"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2357
2369
|
"basketball.race_to_points": {
|
|
2358
2370
|
"Name": "Wer erreicht zuerst {{point}} Punkte",
|
|
2359
2371
|
"Variables": [
|
|
@@ -6634,7 +6646,6 @@
|
|
|
6634
6646
|
"greyhounds.place": {
|
|
6635
6647
|
"Name": "Platzierungswette ({{position}} TBP)",
|
|
6636
6648
|
"Primary": true,
|
|
6637
|
-
"CashoutAvailable": true,
|
|
6638
6649
|
"Description": "Wetten darauf, dass ein ausgewählter Hund das Rennen auf einem bestimmten Platz beendet. Beispiel: 3TBP bedeuted, dass dein Wettschein gewinnt, wenn der ausgewählte Hund das Rennen auf einem der ersten 3 Plätze beendet.",
|
|
6639
6650
|
"Variables": [
|
|
6640
6651
|
"position"
|
|
@@ -6647,7 +6658,6 @@
|
|
|
6647
6658
|
"greyhounds.win": {
|
|
6648
6659
|
"Name": "Gewinner",
|
|
6649
6660
|
"Primary": true,
|
|
6650
|
-
"CashoutAvailable": true,
|
|
6651
6661
|
"Variables": [],
|
|
6652
6662
|
"Split": "period=default",
|
|
6653
6663
|
"Outcomes": {
|
|
@@ -6938,7 +6948,6 @@
|
|
|
6938
6948
|
"horse_racing.place": {
|
|
6939
6949
|
"Name": "Platzierungswette ({{position}} TBP)",
|
|
6940
6950
|
"Primary": true,
|
|
6941
|
-
"CashoutAvailable": true,
|
|
6942
6951
|
"Description": "Wetten darauf, dass ein ausgewähltes Pferd das Rennen auf einem bestimmten Platz beendet. Beispiel: 3TBP bedeuted, dass dein Wettschein gewinnt, wenn das ausgewählte Pferd das Rennen auf einem der ersten 3 Plätze beendet.",
|
|
6943
6952
|
"Variables": [
|
|
6944
6953
|
"position"
|
|
@@ -6951,7 +6960,6 @@
|
|
|
6951
6960
|
"horse_racing.win": {
|
|
6952
6961
|
"Name": "Gewinner",
|
|
6953
6962
|
"Primary": true,
|
|
6954
|
-
"CashoutAvailable": true,
|
|
6955
6963
|
"Description": "Gewinner des Rennens",
|
|
6956
6964
|
"Variables": [],
|
|
6957
6965
|
"Split": "default",
|
|
@@ -6959,6 +6967,16 @@
|
|
|
6959
6967
|
"dynamic.player": "{{player}}"
|
|
6960
6968
|
}
|
|
6961
6969
|
},
|
|
6970
|
+
"horse_racing.win.v2": {
|
|
6971
|
+
"Name": "Gewinner",
|
|
6972
|
+
"Primary": true,
|
|
6973
|
+
"Description": "Gewinner des Rennens",
|
|
6974
|
+
"Variables": [],
|
|
6975
|
+
"Split": "period=default",
|
|
6976
|
+
"Outcomes": {
|
|
6977
|
+
"dynamic.player": "{{player}}"
|
|
6978
|
+
}
|
|
6979
|
+
},
|
|
6962
6980
|
"horse_racing.win_sp": {
|
|
6963
6981
|
"Name": "Gewinner (SP)",
|
|
6964
6982
|
"Description": "Der Startpreis (SP) ist die offizielle Quote, die der Buchmacher des Austragungsortes zu Beginn des Rennens angibt.",
|
|
@@ -8082,6 +8100,7 @@
|
|
|
8082
8100
|
},
|
|
8083
8101
|
"politics.outright": {
|
|
8084
8102
|
"Name": "{{market_name}}",
|
|
8103
|
+
"Deprecated": true,
|
|
8085
8104
|
"Variables": [
|
|
8086
8105
|
"market_name"
|
|
8087
8106
|
],
|
|
@@ -8092,6 +8111,7 @@
|
|
|
8092
8111
|
},
|
|
8093
8112
|
"politics.outright.v2": {
|
|
8094
8113
|
"Name": "{{name}}",
|
|
8114
|
+
"Deprecated": true,
|
|
8095
8115
|
"Variables": [],
|
|
8096
8116
|
"Split": "default",
|
|
8097
8117
|
"Outcomes": {
|
|
@@ -5793,7 +5793,6 @@
|
|
|
5793
5793
|
"greyhounds.win": {
|
|
5794
5794
|
"Name": "Νικητής",
|
|
5795
5795
|
"Primary": true,
|
|
5796
|
-
"CashoutAvailable": true,
|
|
5797
5796
|
"Variables": [],
|
|
5798
5797
|
"Split": "period=default",
|
|
5799
5798
|
"Outcomes": {
|
|
@@ -6065,7 +6064,6 @@
|
|
|
6065
6064
|
"horse_racing.win": {
|
|
6066
6065
|
"Name": "Νικητής",
|
|
6067
6066
|
"Primary": true,
|
|
6068
|
-
"CashoutAvailable": true,
|
|
6069
6067
|
"Description": "Winner of the race",
|
|
6070
6068
|
"Variables": [],
|
|
6071
6069
|
"Split": "default",
|
|
@@ -6073,6 +6071,16 @@
|
|
|
6073
6071
|
"dynamic.player": "{{player}}"
|
|
6074
6072
|
}
|
|
6075
6073
|
},
|
|
6074
|
+
"horse_racing.win.v2": {
|
|
6075
|
+
"Name": "Νικητής",
|
|
6076
|
+
"Primary": true,
|
|
6077
|
+
"Description": "Winner of the race",
|
|
6078
|
+
"Variables": [],
|
|
6079
|
+
"Split": "period=default",
|
|
6080
|
+
"Outcomes": {
|
|
6081
|
+
"dynamic.player": "{{player}}"
|
|
6082
|
+
}
|
|
6083
|
+
},
|
|
6076
6084
|
"horse_racing.win_sp": {
|
|
6077
6085
|
"Name": "Νίκη",
|
|
6078
6086
|
"Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
|
|
@@ -7091,6 +7099,7 @@
|
|
|
7091
7099
|
},
|
|
7092
7100
|
"politics.outright": {
|
|
7093
7101
|
"Name": "{{market_name}}",
|
|
7102
|
+
"Deprecated": true,
|
|
7094
7103
|
"Variables": [
|
|
7095
7104
|
"market_name"
|
|
7096
7105
|
],
|
|
@@ -7101,6 +7110,7 @@
|
|
|
7101
7110
|
},
|
|
7102
7111
|
"politics.outright.v2": {
|
|
7103
7112
|
"Name": "{{name}}",
|
|
7113
|
+
"Deprecated": true,
|
|
7104
7114
|
"Variables": [],
|
|
7105
7115
|
"Split": "default",
|
|
7106
7116
|
"Outcomes": {
|
|
@@ -6933,7 +6933,6 @@
|
|
|
6933
6933
|
"greyhounds.place": {
|
|
6934
6934
|
"Name": "Place ({{position}} TBP)",
|
|
6935
6935
|
"Primary": true,
|
|
6936
|
-
"CashoutAvailable": true,
|
|
6937
6936
|
"Description": "Betting on a dog finishing in one of the designated places. e.g 3TBP means your selection will be a win if it finishes at one of the top 3 places.",
|
|
6938
6937
|
"Variables": [
|
|
6939
6938
|
"position"
|
|
@@ -6946,7 +6945,6 @@
|
|
|
6946
6945
|
"greyhounds.win": {
|
|
6947
6946
|
"Name": "Winner",
|
|
6948
6947
|
"Primary": true,
|
|
6949
|
-
"CashoutAvailable": true,
|
|
6950
6948
|
"Variables": [],
|
|
6951
6949
|
"Split": "period=default",
|
|
6952
6950
|
"Outcomes": {
|
|
@@ -7237,7 +7235,6 @@
|
|
|
7237
7235
|
"horse_racing.place": {
|
|
7238
7236
|
"Name": "Place ({{position}} TBP)",
|
|
7239
7237
|
"Primary": true,
|
|
7240
|
-
"CashoutAvailable": true,
|
|
7241
7238
|
"Description": "Betting on a horse finishing in the one of the designated places. e.g 3TBP means your selection will be a win if it finishes at one of the top 3 places.",
|
|
7242
7239
|
"Variables": [
|
|
7243
7240
|
"position"
|
|
@@ -7250,7 +7247,6 @@
|
|
|
7250
7247
|
"horse_racing.win": {
|
|
7251
7248
|
"Name": "Winner",
|
|
7252
7249
|
"Primary": true,
|
|
7253
|
-
"CashoutAvailable": true,
|
|
7254
7250
|
"Description": "Winner of the race",
|
|
7255
7251
|
"Variables": [],
|
|
7256
7252
|
"Split": "default",
|
|
@@ -7258,6 +7254,16 @@
|
|
|
7258
7254
|
"dynamic.player": "{{player}}"
|
|
7259
7255
|
}
|
|
7260
7256
|
},
|
|
7257
|
+
"horse_racing.win.v2": {
|
|
7258
|
+
"Name": "Winner",
|
|
7259
|
+
"Primary": true,
|
|
7260
|
+
"Description": "Winner of the race",
|
|
7261
|
+
"Variables": [],
|
|
7262
|
+
"Split": "period=default",
|
|
7263
|
+
"Outcomes": {
|
|
7264
|
+
"dynamic.player": "{{player}}"
|
|
7265
|
+
}
|
|
7266
|
+
},
|
|
7261
7267
|
"horse_racing.win_sp": {
|
|
7262
7268
|
"Name": "Winner (SP)",
|
|
7263
7269
|
"Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
|
|
@@ -8440,6 +8446,7 @@
|
|
|
8440
8446
|
},
|
|
8441
8447
|
"politics.outright": {
|
|
8442
8448
|
"Name": "{{market_name}}",
|
|
8449
|
+
"Deprecated": true,
|
|
8443
8450
|
"Variables": [
|
|
8444
8451
|
"market_name"
|
|
8445
8452
|
],
|
|
@@ -8450,6 +8457,7 @@
|
|
|
8450
8457
|
},
|
|
8451
8458
|
"politics.outright.v2": {
|
|
8452
8459
|
"Name": "{{name}}",
|
|
8460
|
+
"Deprecated": true,
|
|
8453
8461
|
"Variables": [],
|
|
8454
8462
|
"Split": "default",
|
|
8455
8463
|
"Outcomes": {
|
|
@@ -6606,7 +6606,6 @@
|
|
|
6606
6606
|
"greyhounds.place": {
|
|
6607
6607
|
"Name": "Posición ({{position}} TBP)",
|
|
6608
6608
|
"Primary": true,
|
|
6609
|
-
"CashoutAvailable": true,
|
|
6610
6609
|
"Description": "Apostar a un perro que acabe en uno de los lugares designados. Ej: 3TBP significa que tu selección ganará si termina en uno de los 3 primeros puestos.",
|
|
6611
6610
|
"Variables": [
|
|
6612
6611
|
"position"
|
|
@@ -6619,7 +6618,6 @@
|
|
|
6619
6618
|
"greyhounds.win": {
|
|
6620
6619
|
"Name": "Ganador",
|
|
6621
6620
|
"Primary": true,
|
|
6622
|
-
"CashoutAvailable": true,
|
|
6623
6621
|
"Variables": [],
|
|
6624
6622
|
"Split": "period=default",
|
|
6625
6623
|
"Outcomes": {
|
|
@@ -6910,7 +6908,6 @@
|
|
|
6910
6908
|
"horse_racing.place": {
|
|
6911
6909
|
"Name": "Posición ({{position}} TBP)",
|
|
6912
6910
|
"Primary": true,
|
|
6913
|
-
"CashoutAvailable": true,
|
|
6914
6911
|
"Description": "Apostar a un caballo a acabar en uno de los lugares designados pej: 3TBP significa que tu selección será una victoria si termina en uno de los 3 primeros puestos.",
|
|
6915
6912
|
"Variables": [
|
|
6916
6913
|
"position"
|
|
@@ -6923,7 +6920,6 @@
|
|
|
6923
6920
|
"horse_racing.win": {
|
|
6924
6921
|
"Name": "Ganador",
|
|
6925
6922
|
"Primary": true,
|
|
6926
|
-
"CashoutAvailable": true,
|
|
6927
6923
|
"Description": "Ganador de la carrera",
|
|
6928
6924
|
"Variables": [],
|
|
6929
6925
|
"Split": "default",
|
|
@@ -6931,6 +6927,16 @@
|
|
|
6931
6927
|
"dynamic.player": "{{player}}"
|
|
6932
6928
|
}
|
|
6933
6929
|
},
|
|
6930
|
+
"horse_racing.win.v2": {
|
|
6931
|
+
"Name": "Ganador",
|
|
6932
|
+
"Primary": true,
|
|
6933
|
+
"Description": "Ganador de la carrera",
|
|
6934
|
+
"Variables": [],
|
|
6935
|
+
"Split": "period=default",
|
|
6936
|
+
"Outcomes": {
|
|
6937
|
+
"dynamic.player": "{{player}}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6934
6940
|
"horse_racing.win_sp": {
|
|
6935
6941
|
"Name": "Victoria (PI)",
|
|
6936
6942
|
"Description": "El precio inicial (SP) será el precio oficial declarado por los bookmakers en curso al comienzo de la carrera.",
|
|
@@ -8054,6 +8060,7 @@
|
|
|
8054
8060
|
},
|
|
8055
8061
|
"politics.outright": {
|
|
8056
8062
|
"Name": "{{market_name}}",
|
|
8063
|
+
"Deprecated": true,
|
|
8057
8064
|
"Variables": [
|
|
8058
8065
|
"market_name"
|
|
8059
8066
|
],
|
|
@@ -8064,6 +8071,7 @@
|
|
|
8064
8071
|
},
|
|
8065
8072
|
"politics.outright.v2": {
|
|
8066
8073
|
"Name": "{{name}}",
|
|
8074
|
+
"Deprecated": true,
|
|
8067
8075
|
"Variables": [],
|
|
8068
8076
|
"Split": "default",
|
|
8069
8077
|
"Outcomes": {
|
|
@@ -6592,7 +6592,6 @@
|
|
|
6592
6592
|
"greyhounds.place": {
|
|
6593
6593
|
"Name": "Place ({{position}} à positionner)",
|
|
6594
6594
|
"Primary": true,
|
|
6595
|
-
"CashoutAvailable": true,
|
|
6596
6595
|
"Description": "Parier sur un chien qui termine à une des places choisies, c.-à-d. Top 3 veut dire que votre sélection sera considérée gagnante si le chien termine à l'une des trois premières places.",
|
|
6597
6596
|
"Variables": [
|
|
6598
6597
|
"position"
|
|
@@ -6605,7 +6604,6 @@
|
|
|
6605
6604
|
"greyhounds.win": {
|
|
6606
6605
|
"Name": "Vainqueur",
|
|
6607
6606
|
"Primary": true,
|
|
6608
|
-
"CashoutAvailable": true,
|
|
6609
6607
|
"Variables": [],
|
|
6610
6608
|
"Split": "period=default",
|
|
6611
6609
|
"Outcomes": {
|
|
@@ -6896,7 +6894,6 @@
|
|
|
6896
6894
|
"horse_racing.place": {
|
|
6897
6895
|
"Name": "Place ({{position}} à positionner)",
|
|
6898
6896
|
"Primary": true,
|
|
6899
|
-
"CashoutAvailable": true,
|
|
6900
6897
|
"Description": "Parier sur un cheval qui termine à une des places choisies, c.-à-d. Top 3 veut dire que votre sélection sera considérée gagnante si le chien termine à l'une des trois premières places.",
|
|
6901
6898
|
"Variables": [
|
|
6902
6899
|
"position"
|
|
@@ -6909,7 +6906,6 @@
|
|
|
6909
6906
|
"horse_racing.win": {
|
|
6910
6907
|
"Name": "Vainqueur",
|
|
6911
6908
|
"Primary": true,
|
|
6912
|
-
"CashoutAvailable": true,
|
|
6913
6909
|
"Description": "Gagnant de la course",
|
|
6914
6910
|
"Variables": [],
|
|
6915
6911
|
"Split": "default",
|
|
@@ -6917,6 +6913,16 @@
|
|
|
6917
6913
|
"dynamic.player": "{{player}}"
|
|
6918
6914
|
}
|
|
6919
6915
|
},
|
|
6916
|
+
"horse_racing.win.v2": {
|
|
6917
|
+
"Name": "Vainqueur",
|
|
6918
|
+
"Primary": true,
|
|
6919
|
+
"Description": "Gagnant de la course",
|
|
6920
|
+
"Variables": [],
|
|
6921
|
+
"Split": "period=default",
|
|
6922
|
+
"Outcomes": {
|
|
6923
|
+
"dynamic.player": "{{player}}"
|
|
6924
|
+
}
|
|
6925
|
+
},
|
|
6920
6926
|
"horse_racing.win_sp": {
|
|
6921
6927
|
"Name": "Victoire",
|
|
6922
6928
|
"Description": "Le prix de départ sera la cote officielle déclarée par les bookmakers de l'événement au début de la course.",
|
|
@@ -8040,6 +8046,7 @@
|
|
|
8040
8046
|
},
|
|
8041
8047
|
"politics.outright": {
|
|
8042
8048
|
"Name": "{{market_name}}",
|
|
8049
|
+
"Deprecated": true,
|
|
8043
8050
|
"Variables": [
|
|
8044
8051
|
"market_name"
|
|
8045
8052
|
],
|
|
@@ -8050,6 +8057,7 @@
|
|
|
8050
8057
|
},
|
|
8051
8058
|
"politics.outright.v2": {
|
|
8052
8059
|
"Name": "{{name}}",
|
|
8060
|
+
"Deprecated": true,
|
|
8053
8061
|
"Variables": [],
|
|
8054
8062
|
"Split": "default",
|
|
8055
8063
|
"Outcomes": {
|
|
@@ -5558,7 +5558,6 @@
|
|
|
5558
5558
|
"greyhounds.win": {
|
|
5559
5559
|
"Name": "Győztes ",
|
|
5560
5560
|
"Primary": true,
|
|
5561
|
-
"CashoutAvailable": true,
|
|
5562
5561
|
"Variables": [],
|
|
5563
5562
|
"Split": "period=default",
|
|
5564
5563
|
"Outcomes": {
|
|
@@ -5830,7 +5829,6 @@
|
|
|
5830
5829
|
"horse_racing.win": {
|
|
5831
5830
|
"Name": "Győztes ",
|
|
5832
5831
|
"Primary": true,
|
|
5833
|
-
"CashoutAvailable": true,
|
|
5834
5832
|
"Description": "Winner of the race",
|
|
5835
5833
|
"Variables": [],
|
|
5836
5834
|
"Split": "default",
|
|
@@ -5838,6 +5836,16 @@
|
|
|
5838
5836
|
"dynamic.player": "{{player}}"
|
|
5839
5837
|
}
|
|
5840
5838
|
},
|
|
5839
|
+
"horse_racing.win.v2": {
|
|
5840
|
+
"Name": "Győztes ",
|
|
5841
|
+
"Primary": true,
|
|
5842
|
+
"Description": "Winner of the race",
|
|
5843
|
+
"Variables": [],
|
|
5844
|
+
"Split": "period=default",
|
|
5845
|
+
"Outcomes": {
|
|
5846
|
+
"dynamic.player": "{{player}}"
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5841
5849
|
"horse_racing.win_sp": {
|
|
5842
5850
|
"Name": "Win",
|
|
5843
5851
|
"Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
|
|
@@ -6835,6 +6843,7 @@
|
|
|
6835
6843
|
},
|
|
6836
6844
|
"politics.outright": {
|
|
6837
6845
|
"Name": "{{market_name}}",
|
|
6846
|
+
"Deprecated": true,
|
|
6838
6847
|
"Variables": [
|
|
6839
6848
|
"market_name"
|
|
6840
6849
|
],
|
|
@@ -6845,6 +6854,7 @@
|
|
|
6845
6854
|
},
|
|
6846
6855
|
"politics.outright.v2": {
|
|
6847
6856
|
"Name": "{{name}}",
|
|
6857
|
+
"Deprecated": true,
|
|
6848
6858
|
"Variables": [],
|
|
6849
6859
|
"Split": "default",
|
|
6850
6860
|
"Outcomes": {
|
|
@@ -6570,7 +6570,6 @@
|
|
|
6570
6570
|
"greyhounds.place": {
|
|
6571
6571
|
"Name": "Peringkat ({{position}} TBP)",
|
|
6572
6572
|
"Primary": true,
|
|
6573
|
-
"CashoutAvailable": true,
|
|
6574
6573
|
"Description": "Bertaruh pada anjing yang finish di salah satu tempat yang ditentukan, misalnya 3TBP berarti pilihan Anda akan menang jika finish di salah satu dari 3 tempat teratas.",
|
|
6575
6574
|
"Variables": [
|
|
6576
6575
|
"position"
|
|
@@ -6583,7 +6582,6 @@
|
|
|
6583
6582
|
"greyhounds.win": {
|
|
6584
6583
|
"Name": "Pemenang",
|
|
6585
6584
|
"Primary": true,
|
|
6586
|
-
"CashoutAvailable": true,
|
|
6587
6585
|
"Variables": [],
|
|
6588
6586
|
"Split": "period=default",
|
|
6589
6587
|
"Outcomes": {
|
|
@@ -6874,7 +6872,6 @@
|
|
|
6874
6872
|
"horse_racing.place": {
|
|
6875
6873
|
"Name": "Peringkat ({{position}} TBP)",
|
|
6876
6874
|
"Primary": true,
|
|
6877
|
-
"CashoutAvailable": true,
|
|
6878
6875
|
"Description": "Bertaruh pada kuda yang finish di salah satu tempat yang ditentukan, misalnya 3TBP berarti pilihan Anda akan menang jika finish di salah satu dari 3 tempat teratas.",
|
|
6879
6876
|
"Variables": [
|
|
6880
6877
|
"position"
|
|
@@ -6887,7 +6884,6 @@
|
|
|
6887
6884
|
"horse_racing.win": {
|
|
6888
6885
|
"Name": "Pemenang",
|
|
6889
6886
|
"Primary": true,
|
|
6890
|
-
"CashoutAvailable": true,
|
|
6891
6887
|
"Description": "Pemenang balapan",
|
|
6892
6888
|
"Variables": [],
|
|
6893
6889
|
"Split": "default",
|
|
@@ -6895,6 +6891,16 @@
|
|
|
6895
6891
|
"dynamic.player": "{{player}}"
|
|
6896
6892
|
}
|
|
6897
6893
|
},
|
|
6894
|
+
"horse_racing.win.v2": {
|
|
6895
|
+
"Name": "Pemenang",
|
|
6896
|
+
"Primary": true,
|
|
6897
|
+
"Description": "Pemenang balapan",
|
|
6898
|
+
"Variables": [],
|
|
6899
|
+
"Split": "period=default",
|
|
6900
|
+
"Outcomes": {
|
|
6901
|
+
"dynamic.player": "{{player}}"
|
|
6902
|
+
}
|
|
6903
|
+
},
|
|
6898
6904
|
"horse_racing.win_sp": {
|
|
6899
6905
|
"Name": "Win",
|
|
6900
6906
|
"Description": "Harga awal (SP) akan menjadi odds resmi yang diumumkan oleh bandar taruhan di lapangan pada awal perlombaan.",
|
|
@@ -8018,6 +8024,7 @@
|
|
|
8018
8024
|
},
|
|
8019
8025
|
"politics.outright": {
|
|
8020
8026
|
"Name": "{{market_name}}",
|
|
8027
|
+
"Deprecated": true,
|
|
8021
8028
|
"Variables": [
|
|
8022
8029
|
"market_name"
|
|
8023
8030
|
],
|
|
@@ -8028,6 +8035,7 @@
|
|
|
8028
8035
|
},
|
|
8029
8036
|
"politics.outright.v2": {
|
|
8030
8037
|
"Name": "{{name}}",
|
|
8038
|
+
"Deprecated": true,
|
|
8031
8039
|
"Variables": [],
|
|
8032
8040
|
"Split": "default",
|
|
8033
8041
|
"Outcomes": {
|
|
@@ -6582,7 +6582,6 @@
|
|
|
6582
6582
|
"greyhounds.place": {
|
|
6583
6583
|
"Name": "Posizione ({{position}} TBP)",
|
|
6584
6584
|
"Primary": true,
|
|
6585
|
-
"CashoutAvailable": true,
|
|
6586
6585
|
"Description": "Scommettere che un cane finisca in una delle posizioni designate. Ad esempio, 3TBP significa che la selezione sarà vincente se il cane finisce in uno dei primi 3 posti.",
|
|
6587
6586
|
"Variables": [
|
|
6588
6587
|
"position"
|
|
@@ -6595,7 +6594,6 @@
|
|
|
6595
6594
|
"greyhounds.win": {
|
|
6596
6595
|
"Name": "Vincitore",
|
|
6597
6596
|
"Primary": true,
|
|
6598
|
-
"CashoutAvailable": true,
|
|
6599
6597
|
"Variables": [],
|
|
6600
6598
|
"Split": "period=default",
|
|
6601
6599
|
"Outcomes": {
|
|
@@ -6886,7 +6884,6 @@
|
|
|
6886
6884
|
"horse_racing.place": {
|
|
6887
6885
|
"Name": "Posto ({{position}} TBP)",
|
|
6888
6886
|
"Primary": true,
|
|
6889
|
-
"CashoutAvailable": true,
|
|
6890
6887
|
"Description": "Scommettere che un cavallo finisca in una delle posizioni designate. Ad esempio, 3TBP significa che la selezione sarà vincente se il cavallo finisce in uno dei primi 3 posti.",
|
|
6891
6888
|
"Variables": [
|
|
6892
6889
|
"position"
|
|
@@ -6899,7 +6896,6 @@
|
|
|
6899
6896
|
"horse_racing.win": {
|
|
6900
6897
|
"Name": "Vincitore",
|
|
6901
6898
|
"Primary": true,
|
|
6902
|
-
"CashoutAvailable": true,
|
|
6903
6899
|
"Description": "Vincitore della gara",
|
|
6904
6900
|
"Variables": [],
|
|
6905
6901
|
"Split": "default",
|
|
@@ -6907,6 +6903,16 @@
|
|
|
6907
6903
|
"dynamic.player": "{{player}}"
|
|
6908
6904
|
}
|
|
6909
6905
|
},
|
|
6906
|
+
"horse_racing.win.v2": {
|
|
6907
|
+
"Name": "Vincitore",
|
|
6908
|
+
"Primary": true,
|
|
6909
|
+
"Description": "Vincitore della gara",
|
|
6910
|
+
"Variables": [],
|
|
6911
|
+
"Split": "period=default",
|
|
6912
|
+
"Outcomes": {
|
|
6913
|
+
"dynamic.player": "{{player}}"
|
|
6914
|
+
}
|
|
6915
|
+
},
|
|
6910
6916
|
"horse_racing.win_sp": {
|
|
6911
6917
|
"Name": "Vincente",
|
|
6912
6918
|
"Description": "Il prezzo di partenza (SP) sarà la quota ufficiale dichiarata dai bookmaker in corso all'inizio della gara.",
|
|
@@ -8030,6 +8036,7 @@
|
|
|
8030
8036
|
},
|
|
8031
8037
|
"politics.outright": {
|
|
8032
8038
|
"Name": "{{market_name}}",
|
|
8039
|
+
"Deprecated": true,
|
|
8033
8040
|
"Variables": [
|
|
8034
8041
|
"market_name"
|
|
8035
8042
|
],
|
|
@@ -8040,6 +8047,7 @@
|
|
|
8040
8047
|
},
|
|
8041
8048
|
"politics.outright.v2": {
|
|
8042
8049
|
"Name": "{{name}}",
|
|
8050
|
+
"Deprecated": true,
|
|
8043
8051
|
"Variables": [],
|
|
8044
8052
|
"Split": "default",
|
|
8045
8053
|
"Outcomes": {
|
|
@@ -6582,7 +6582,6 @@
|
|
|
6582
6582
|
"greyhounds.place": {
|
|
6583
6583
|
"Name": "順位({{position}} TBP)",
|
|
6584
6584
|
"Primary": true,
|
|
6585
|
-
"CashoutAvailable": true,
|
|
6586
6585
|
"Description": "犬が指定された順位に入ることにベットすることです。(例:「3TBP(3 to be placed)」では、ベットした犬が、上位3着に入れば当たりになります)",
|
|
6587
6586
|
"Variables": [
|
|
6588
6587
|
"position"
|
|
@@ -6595,7 +6594,6 @@
|
|
|
6595
6594
|
"greyhounds.win": {
|
|
6596
6595
|
"Name": "勝者",
|
|
6597
6596
|
"Primary": true,
|
|
6598
|
-
"CashoutAvailable": true,
|
|
6599
6597
|
"Variables": [],
|
|
6600
6598
|
"Split": "period=default",
|
|
6601
6599
|
"Outcomes": {
|
|
@@ -6886,7 +6884,6 @@
|
|
|
6886
6884
|
"horse_racing.place": {
|
|
6887
6885
|
"Name": "順位({{position}} TBP)",
|
|
6888
6886
|
"Primary": true,
|
|
6889
|
-
"CashoutAvailable": true,
|
|
6890
6887
|
"Description": "馬が指定された順位に入ることにベットすることです。(例:「3TBP(3 to be placed)」では、ベットした馬が、上位3着に入れば当たりになります)",
|
|
6891
6888
|
"Variables": [
|
|
6892
6889
|
"position"
|
|
@@ -6899,7 +6896,6 @@
|
|
|
6899
6896
|
"horse_racing.win": {
|
|
6900
6897
|
"Name": "勝者",
|
|
6901
6898
|
"Primary": true,
|
|
6902
|
-
"CashoutAvailable": true,
|
|
6903
6899
|
"Description": "レース勝者",
|
|
6904
6900
|
"Variables": [],
|
|
6905
6901
|
"Split": "default",
|
|
@@ -6907,6 +6903,16 @@
|
|
|
6907
6903
|
"dynamic.player": "{{player}}"
|
|
6908
6904
|
}
|
|
6909
6905
|
},
|
|
6906
|
+
"horse_racing.win.v2": {
|
|
6907
|
+
"Name": "勝者",
|
|
6908
|
+
"Primary": true,
|
|
6909
|
+
"Description": "レース勝者",
|
|
6910
|
+
"Variables": [],
|
|
6911
|
+
"Split": "period=default",
|
|
6912
|
+
"Outcomes": {
|
|
6913
|
+
"dynamic.player": "{{player}}"
|
|
6914
|
+
}
|
|
6915
|
+
},
|
|
6910
6916
|
"horse_racing.win_sp": {
|
|
6911
6917
|
"Name": "勝者(SP)",
|
|
6912
6918
|
"Description": "開始価格(SP)は、オンコースブックメーカーがレース開始時に発表したオッズになります。",
|
|
@@ -8030,6 +8036,7 @@
|
|
|
8030
8036
|
},
|
|
8031
8037
|
"politics.outright": {
|
|
8032
8038
|
"Name": "{{market_name}}",
|
|
8039
|
+
"Deprecated": true,
|
|
8033
8040
|
"Variables": [
|
|
8034
8041
|
"market_name"
|
|
8035
8042
|
],
|
|
@@ -8040,6 +8047,7 @@
|
|
|
8040
8047
|
},
|
|
8041
8048
|
"politics.outright.v2": {
|
|
8042
8049
|
"Name": "{{name}}",
|
|
8050
|
+
"Deprecated": true,
|
|
8043
8051
|
"Variables": [],
|
|
8044
8052
|
"Split": "default",
|
|
8045
8053
|
"Outcomes": {
|
|
@@ -6606,7 +6606,6 @@
|
|
|
6606
6606
|
"greyhounds.place": {
|
|
6607
6607
|
"Name": "장소 ({{position}} TBP)",
|
|
6608
6608
|
"Primary": true,
|
|
6609
|
-
"CashoutAvailable": true,
|
|
6610
6609
|
"Description": "지정된 장소 중 한 곳에서 결승선을 통과하는 개에 베팅합니다. 예: 3TBP는 상위 3위 중 한 곳에서 결승선을 통과하는 경우 선택한 개가 승리한다는 의미입니다.",
|
|
6611
6610
|
"Variables": [
|
|
6612
6611
|
"position"
|
|
@@ -6619,7 +6618,6 @@
|
|
|
6619
6618
|
"greyhounds.win": {
|
|
6620
6619
|
"Name": "승자",
|
|
6621
6620
|
"Primary": true,
|
|
6622
|
-
"CashoutAvailable": true,
|
|
6623
6621
|
"Variables": [],
|
|
6624
6622
|
"Split": "period=default",
|
|
6625
6623
|
"Outcomes": {
|
|
@@ -6910,7 +6908,6 @@
|
|
|
6910
6908
|
"horse_racing.place": {
|
|
6911
6909
|
"Name": "장소 ({{position}} TBP)",
|
|
6912
6910
|
"Primary": true,
|
|
6913
|
-
"CashoutAvailable": true,
|
|
6914
6911
|
"Description": "지정된 장소 중 한 곳에서 결승선을 통과하는 말에 베팅합니다. 예: 3TBP는 상위 3위 중 한 곳에서 결승선을 통과하는 경우 선택한 말이 승리한다는 의미입니다.",
|
|
6915
6912
|
"Variables": [
|
|
6916
6913
|
"position"
|
|
@@ -6923,7 +6920,6 @@
|
|
|
6923
6920
|
"horse_racing.win": {
|
|
6924
6921
|
"Name": "승자",
|
|
6925
6922
|
"Primary": true,
|
|
6926
|
-
"CashoutAvailable": true,
|
|
6927
6923
|
"Description": "경주 우승자",
|
|
6928
6924
|
"Variables": [],
|
|
6929
6925
|
"Split": "default",
|
|
@@ -6931,6 +6927,16 @@
|
|
|
6931
6927
|
"dynamic.player": "{{player}}"
|
|
6932
6928
|
}
|
|
6933
6929
|
},
|
|
6930
|
+
"horse_racing.win.v2": {
|
|
6931
|
+
"Name": "승자",
|
|
6932
|
+
"Primary": true,
|
|
6933
|
+
"Description": "경주 우승자",
|
|
6934
|
+
"Variables": [],
|
|
6935
|
+
"Split": "period=default",
|
|
6936
|
+
"Outcomes": {
|
|
6937
|
+
"dynamic.player": "{{player}}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6934
6940
|
"horse_racing.win_sp": {
|
|
6935
6941
|
"Name": "우승",
|
|
6936
6942
|
"Description": "시작가(SP)는 레이스가 시작될 때 코스 내 북메이커가 선언한 공식 배당률이 됩니다.",
|
|
@@ -8054,6 +8060,7 @@
|
|
|
8054
8060
|
},
|
|
8055
8061
|
"politics.outright": {
|
|
8056
8062
|
"Name": "{{market_name}}",
|
|
8063
|
+
"Deprecated": true,
|
|
8057
8064
|
"Variables": [
|
|
8058
8065
|
"market_name"
|
|
8059
8066
|
],
|
|
@@ -8064,6 +8071,7 @@
|
|
|
8064
8071
|
},
|
|
8065
8072
|
"politics.outright.v2": {
|
|
8066
8073
|
"Name": "{{name}}",
|
|
8074
|
+
"Deprecated": true,
|
|
8067
8075
|
"Variables": [],
|
|
8068
8076
|
"Split": "default",
|
|
8069
8077
|
"Outcomes": {
|
|
@@ -5558,7 +5558,6 @@
|
|
|
5558
5558
|
"greyhounds.win": {
|
|
5559
5559
|
"Name": "Uzvarētājs",
|
|
5560
5560
|
"Primary": true,
|
|
5561
|
-
"CashoutAvailable": true,
|
|
5562
5561
|
"Variables": [],
|
|
5563
5562
|
"Split": "period=default",
|
|
5564
5563
|
"Outcomes": {
|
|
@@ -5830,7 +5829,6 @@
|
|
|
5830
5829
|
"horse_racing.win": {
|
|
5831
5830
|
"Name": "Uzvarētājs",
|
|
5832
5831
|
"Primary": true,
|
|
5833
|
-
"CashoutAvailable": true,
|
|
5834
5832
|
"Description": "Winner of the race",
|
|
5835
5833
|
"Variables": [],
|
|
5836
5834
|
"Split": "default",
|
|
@@ -5838,6 +5836,16 @@
|
|
|
5838
5836
|
"dynamic.player": "{{player}}"
|
|
5839
5837
|
}
|
|
5840
5838
|
},
|
|
5839
|
+
"horse_racing.win.v2": {
|
|
5840
|
+
"Name": "Uzvarētājs",
|
|
5841
|
+
"Primary": true,
|
|
5842
|
+
"Description": "Winner of the race",
|
|
5843
|
+
"Variables": [],
|
|
5844
|
+
"Split": "period=default",
|
|
5845
|
+
"Outcomes": {
|
|
5846
|
+
"dynamic.player": "{{player}}"
|
|
5847
|
+
}
|
|
5848
|
+
},
|
|
5841
5849
|
"horse_racing.win_sp": {
|
|
5842
5850
|
"Name": "Win",
|
|
5843
5851
|
"Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
|
|
@@ -6819,6 +6827,7 @@
|
|
|
6819
6827
|
},
|
|
6820
6828
|
"politics.outright": {
|
|
6821
6829
|
"Name": "{{market_name}}",
|
|
6830
|
+
"Deprecated": true,
|
|
6822
6831
|
"Variables": [
|
|
6823
6832
|
"market_name"
|
|
6824
6833
|
],
|
|
@@ -6829,6 +6838,7 @@
|
|
|
6829
6838
|
},
|
|
6830
6839
|
"politics.outright.v2": {
|
|
6831
6840
|
"Name": "{{name}}",
|
|
6841
|
+
"Deprecated": true,
|
|
6832
6842
|
"Variables": [],
|
|
6833
6843
|
"Split": "default",
|
|
6834
6844
|
"Outcomes": {
|
|
@@ -6606,7 +6606,6 @@
|
|
|
6606
6606
|
"greyhounds.place": {
|
|
6607
6607
|
"Name": "Pozycja ({{position}} TBP)",
|
|
6608
6608
|
"Primary": true,
|
|
6609
|
-
"CashoutAvailable": true,
|
|
6610
6609
|
"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.",
|
|
6611
6610
|
"Variables": [
|
|
6612
6611
|
"position"
|
|
@@ -6619,7 +6618,6 @@
|
|
|
6619
6618
|
"greyhounds.win": {
|
|
6620
6619
|
"Name": "Zwycięzca",
|
|
6621
6620
|
"Primary": true,
|
|
6622
|
-
"CashoutAvailable": true,
|
|
6623
6621
|
"Variables": [],
|
|
6624
6622
|
"Split": "period=default",
|
|
6625
6623
|
"Outcomes": {
|
|
@@ -6910,7 +6908,6 @@
|
|
|
6910
6908
|
"horse_racing.place": {
|
|
6911
6909
|
"Name": "Pozycja ({{position}} TBP)",
|
|
6912
6910
|
"Primary": true,
|
|
6913
|
-
"CashoutAvailable": true,
|
|
6914
6911
|
"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.",
|
|
6915
6912
|
"Variables": [
|
|
6916
6913
|
"position"
|
|
@@ -6923,7 +6920,6 @@
|
|
|
6923
6920
|
"horse_racing.win": {
|
|
6924
6921
|
"Name": "Zwycięzca",
|
|
6925
6922
|
"Primary": true,
|
|
6926
|
-
"CashoutAvailable": true,
|
|
6927
6923
|
"Description": "Zwycięzca wyścigu",
|
|
6928
6924
|
"Variables": [],
|
|
6929
6925
|
"Split": "default",
|
|
@@ -6931,6 +6927,16 @@
|
|
|
6931
6927
|
"dynamic.player": "{{player}}"
|
|
6932
6928
|
}
|
|
6933
6929
|
},
|
|
6930
|
+
"horse_racing.win.v2": {
|
|
6931
|
+
"Name": "Zwycięzca",
|
|
6932
|
+
"Primary": true,
|
|
6933
|
+
"Description": "Zwycięzca wyścigu",
|
|
6934
|
+
"Variables": [],
|
|
6935
|
+
"Split": "period=default",
|
|
6936
|
+
"Outcomes": {
|
|
6937
|
+
"dynamic.player": "{{player}}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6934
6940
|
"horse_racing.win_sp": {
|
|
6935
6941
|
"Name": "Zwycięzca (SP)",
|
|
6936
6942
|
"Description": "Kurs początkowy (ang. starting price, SP) będzie oficjalnym kursem ogłoszonym przez bukmacherów na torze na początku wyścigu.",
|
|
@@ -8054,6 +8060,7 @@
|
|
|
8054
8060
|
},
|
|
8055
8061
|
"politics.outright": {
|
|
8056
8062
|
"Name": "{{market_name}}",
|
|
8063
|
+
"Deprecated": true,
|
|
8057
8064
|
"Variables": [
|
|
8058
8065
|
"market_name"
|
|
8059
8066
|
],
|
|
@@ -8064,6 +8071,7 @@
|
|
|
8064
8071
|
},
|
|
8065
8072
|
"politics.outright.v2": {
|
|
8066
8073
|
"Name": "{{name}}",
|
|
8074
|
+
"Deprecated": true,
|
|
8067
8075
|
"Variables": [],
|
|
8068
8076
|
"Split": "default",
|
|
8069
8077
|
"Outcomes": {
|
|
@@ -10781,7 +10789,7 @@
|
|
|
10781
10789
|
}
|
|
10782
10790
|
},
|
|
10783
10791
|
"waterpolo.match_odds": {
|
|
10784
|
-
"Name": "1X2
|
|
10792
|
+
"Name": "1X2",
|
|
10785
10793
|
"Primary": true,
|
|
10786
10794
|
"CashoutAvailable": true,
|
|
10787
10795
|
"Variables": [],
|
|
@@ -6606,7 +6606,6 @@
|
|
|
6606
6606
|
"greyhounds.place": {
|
|
6607
6607
|
"Name": "Colocação ({{position}} TBP)",
|
|
6608
6608
|
"Primary": true,
|
|
6609
|
-
"CashoutAvailable": true,
|
|
6610
6609
|
"Description": "Apostar em um cão que termine em uma das colocações designadas. Por exemplo, 3TBP significa que sua seleção será vencedora se ele terminar em uma das 3 primeiras colocações.",
|
|
6611
6610
|
"Variables": [
|
|
6612
6611
|
"position"
|
|
@@ -6619,7 +6618,6 @@
|
|
|
6619
6618
|
"greyhounds.win": {
|
|
6620
6619
|
"Name": "Vencedor",
|
|
6621
6620
|
"Primary": true,
|
|
6622
|
-
"CashoutAvailable": true,
|
|
6623
6621
|
"Variables": [],
|
|
6624
6622
|
"Split": "period=default",
|
|
6625
6623
|
"Outcomes": {
|
|
@@ -6910,7 +6908,6 @@
|
|
|
6910
6908
|
"horse_racing.place": {
|
|
6911
6909
|
"Name": "Colocação ({{position}} TBP)",
|
|
6912
6910
|
"Primary": true,
|
|
6913
|
-
"CashoutAvailable": true,
|
|
6914
6911
|
"Description": "Apostar em um cão que termine em uma das colocações designadas. Por exemplo, 3TBP significa que sua seleção será vencedora se ele terminar em uma das 3 primeiras colocações.",
|
|
6915
6912
|
"Variables": [
|
|
6916
6913
|
"position"
|
|
@@ -6923,7 +6920,6 @@
|
|
|
6923
6920
|
"horse_racing.win": {
|
|
6924
6921
|
"Name": "Vencedor",
|
|
6925
6922
|
"Primary": true,
|
|
6926
|
-
"CashoutAvailable": true,
|
|
6927
6923
|
"Description": "Vencedor da corrida",
|
|
6928
6924
|
"Variables": [],
|
|
6929
6925
|
"Split": "default",
|
|
@@ -6931,6 +6927,16 @@
|
|
|
6931
6927
|
"dynamic.player": "{{player}}"
|
|
6932
6928
|
}
|
|
6933
6929
|
},
|
|
6930
|
+
"horse_racing.win.v2": {
|
|
6931
|
+
"Name": "Vencedor",
|
|
6932
|
+
"Primary": true,
|
|
6933
|
+
"Description": "Vencedor da corrida",
|
|
6934
|
+
"Variables": [],
|
|
6935
|
+
"Split": "period=default",
|
|
6936
|
+
"Outcomes": {
|
|
6937
|
+
"dynamic.player": "{{player}}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6934
6940
|
"horse_racing.win_sp": {
|
|
6935
6941
|
"Name": "Vitória",
|
|
6936
6942
|
"Description": "O preço inicial (PI) será a probabilidade oficial declarada pelas casas de apostas no local da corrida, no início da corrida.",
|
|
@@ -8054,6 +8060,7 @@
|
|
|
8054
8060
|
},
|
|
8055
8061
|
"politics.outright": {
|
|
8056
8062
|
"Name": "{{market_name}}",
|
|
8063
|
+
"Deprecated": true,
|
|
8057
8064
|
"Variables": [
|
|
8058
8065
|
"market_name"
|
|
8059
8066
|
],
|
|
@@ -8064,6 +8071,7 @@
|
|
|
8064
8071
|
},
|
|
8065
8072
|
"politics.outright.v2": {
|
|
8066
8073
|
"Name": "{{name}}",
|
|
8074
|
+
"Deprecated": true,
|
|
8067
8075
|
"Variables": [],
|
|
8068
8076
|
"Split": "default",
|
|
8069
8077
|
"Outcomes": {
|
|
@@ -5581,7 +5581,6 @@
|
|
|
5581
5581
|
"greyhounds.win": {
|
|
5582
5582
|
"Name": "Vencedor",
|
|
5583
5583
|
"Primary": true,
|
|
5584
|
-
"CashoutAvailable": true,
|
|
5585
5584
|
"Variables": [],
|
|
5586
5585
|
"Split": "period=default",
|
|
5587
5586
|
"Outcomes": {
|
|
@@ -5853,7 +5852,6 @@
|
|
|
5853
5852
|
"horse_racing.win": {
|
|
5854
5853
|
"Name": "Vencedor",
|
|
5855
5854
|
"Primary": true,
|
|
5856
|
-
"CashoutAvailable": true,
|
|
5857
5855
|
"Description": "Winner of the race",
|
|
5858
5856
|
"Variables": [],
|
|
5859
5857
|
"Split": "default",
|
|
@@ -5861,6 +5859,16 @@
|
|
|
5861
5859
|
"dynamic.player": "{{player}}"
|
|
5862
5860
|
}
|
|
5863
5861
|
},
|
|
5862
|
+
"horse_racing.win.v2": {
|
|
5863
|
+
"Name": "Vencedor",
|
|
5864
|
+
"Primary": true,
|
|
5865
|
+
"Description": "Winner of the race",
|
|
5866
|
+
"Variables": [],
|
|
5867
|
+
"Split": "period=default",
|
|
5868
|
+
"Outcomes": {
|
|
5869
|
+
"dynamic.player": "{{player}}"
|
|
5870
|
+
}
|
|
5871
|
+
},
|
|
5864
5872
|
"horse_racing.win_sp": {
|
|
5865
5873
|
"Name": "Vitória",
|
|
5866
5874
|
"Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
|
|
@@ -6842,6 +6850,7 @@
|
|
|
6842
6850
|
},
|
|
6843
6851
|
"politics.outright": {
|
|
6844
6852
|
"Name": "{{market_name}}",
|
|
6853
|
+
"Deprecated": true,
|
|
6845
6854
|
"Variables": [
|
|
6846
6855
|
"market_name"
|
|
6847
6856
|
],
|
|
@@ -6852,6 +6861,7 @@
|
|
|
6852
6861
|
},
|
|
6853
6862
|
"politics.outright.v2": {
|
|
6854
6863
|
"Name": "{{name}}",
|
|
6864
|
+
"Deprecated": true,
|
|
6855
6865
|
"Variables": [],
|
|
6856
6866
|
"Split": "default",
|
|
6857
6867
|
"Outcomes": {
|
|
@@ -6606,7 +6606,6 @@
|
|
|
6606
6606
|
"greyhounds.place": {
|
|
6607
6607
|
"Name": "Место ({{position}} TBP)",
|
|
6608
6608
|
"Primary": true,
|
|
6609
|
-
"CashoutAvailable": true,
|
|
6610
6609
|
"Description": "Ставка на то, что собака займет одно из указанных мест. Например, 3TBP означает, что ваш выбор будет выигрышным, если собака займет одно из трех топовых мест.",
|
|
6611
6610
|
"Variables": [
|
|
6612
6611
|
"position"
|
|
@@ -6619,7 +6618,6 @@
|
|
|
6619
6618
|
"greyhounds.win": {
|
|
6620
6619
|
"Name": "Победитель",
|
|
6621
6620
|
"Primary": true,
|
|
6622
|
-
"CashoutAvailable": true,
|
|
6623
6621
|
"Variables": [],
|
|
6624
6622
|
"Split": "period=default",
|
|
6625
6623
|
"Outcomes": {
|
|
@@ -6910,7 +6908,6 @@
|
|
|
6910
6908
|
"horse_racing.place": {
|
|
6911
6909
|
"Name": "Место ({{position}} TBP)",
|
|
6912
6910
|
"Primary": true,
|
|
6913
|
-
"CashoutAvailable": true,
|
|
6914
6911
|
"Description": "Ставка на то, что лошадь, займет одно из указанных мест. Например, 3TBP означает, что ваш выбор будет выигрышным, если лошадь займет одно из трех топовых мест.",
|
|
6915
6912
|
"Variables": [
|
|
6916
6913
|
"position"
|
|
@@ -6923,7 +6920,6 @@
|
|
|
6923
6920
|
"horse_racing.win": {
|
|
6924
6921
|
"Name": "Победитель",
|
|
6925
6922
|
"Primary": true,
|
|
6926
|
-
"CashoutAvailable": true,
|
|
6927
6923
|
"Description": "Победитель гонки",
|
|
6928
6924
|
"Variables": [],
|
|
6929
6925
|
"Split": "default",
|
|
@@ -6931,6 +6927,16 @@
|
|
|
6931
6927
|
"dynamic.player": "{{player}}"
|
|
6932
6928
|
}
|
|
6933
6929
|
},
|
|
6930
|
+
"horse_racing.win.v2": {
|
|
6931
|
+
"Name": "Победитель",
|
|
6932
|
+
"Primary": true,
|
|
6933
|
+
"Description": "Победитель гонки",
|
|
6934
|
+
"Variables": [],
|
|
6935
|
+
"Split": "period=default",
|
|
6936
|
+
"Outcomes": {
|
|
6937
|
+
"dynamic.player": "{{player}}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6934
6940
|
"horse_racing.win_sp": {
|
|
6935
6941
|
"Name": "Победитель (SP)",
|
|
6936
6942
|
"Description": "Стартовая цена (SP) будет официальным коэффициентом, объявленным букмекерами в начале забега.",
|
|
@@ -8054,6 +8060,7 @@
|
|
|
8054
8060
|
},
|
|
8055
8061
|
"politics.outright": {
|
|
8056
8062
|
"Name": "{{market_name}}",
|
|
8063
|
+
"Deprecated": true,
|
|
8057
8064
|
"Variables": [
|
|
8058
8065
|
"market_name"
|
|
8059
8066
|
],
|
|
@@ -8064,6 +8071,7 @@
|
|
|
8064
8071
|
},
|
|
8065
8072
|
"politics.outright.v2": {
|
|
8066
8073
|
"Name": "{{name}}",
|
|
8074
|
+
"Deprecated": true,
|
|
8067
8075
|
"Variables": [],
|
|
8068
8076
|
"Split": "default",
|
|
8069
8077
|
"Outcomes": {
|
|
@@ -6606,7 +6606,6 @@
|
|
|
6606
6606
|
"greyhounds.place": {
|
|
6607
6607
|
"Name": "Koy ({{position}} TBP)",
|
|
6608
6608
|
"Primary": true,
|
|
6609
|
-
"CashoutAvailable": true,
|
|
6610
6609
|
"Description": "Bir köpeğin, atanan yerlerden birinde bitirmesine bahis oynanıyor. Ör. 3TBP, ilk 3'e girerse seçiminizin kazandıracağı anlamına gelir.",
|
|
6611
6610
|
"Variables": [
|
|
6612
6611
|
"position"
|
|
@@ -6619,7 +6618,6 @@
|
|
|
6619
6618
|
"greyhounds.win": {
|
|
6620
6619
|
"Name": "Kazanan",
|
|
6621
6620
|
"Primary": true,
|
|
6622
|
-
"CashoutAvailable": true,
|
|
6623
6621
|
"Variables": [],
|
|
6624
6622
|
"Split": "period=default",
|
|
6625
6623
|
"Outcomes": {
|
|
@@ -6910,7 +6908,6 @@
|
|
|
6910
6908
|
"horse_racing.place": {
|
|
6911
6909
|
"Name": "Koy ({{position}} TBP)",
|
|
6912
6910
|
"Primary": true,
|
|
6913
|
-
"CashoutAvailable": true,
|
|
6914
6911
|
"Description": "Bir atın, atanan yerlerden birinde bitirmesine bahis oynanıyor. Ör. 3TBP, ilk 3'e girerse seçiminizin kazandıracağı anlamına gelir.",
|
|
6915
6912
|
"Variables": [
|
|
6916
6913
|
"position"
|
|
@@ -6923,7 +6920,6 @@
|
|
|
6923
6920
|
"horse_racing.win": {
|
|
6924
6921
|
"Name": "Kazanan",
|
|
6925
6922
|
"Primary": true,
|
|
6926
|
-
"CashoutAvailable": true,
|
|
6927
6923
|
"Description": "Yarışı kazanan",
|
|
6928
6924
|
"Variables": [],
|
|
6929
6925
|
"Split": "default",
|
|
@@ -6931,6 +6927,16 @@
|
|
|
6931
6927
|
"dynamic.player": "{{player}}"
|
|
6932
6928
|
}
|
|
6933
6929
|
},
|
|
6930
|
+
"horse_racing.win.v2": {
|
|
6931
|
+
"Name": "Kazanan",
|
|
6932
|
+
"Primary": true,
|
|
6933
|
+
"Description": "Yarışı kazanan",
|
|
6934
|
+
"Variables": [],
|
|
6935
|
+
"Split": "period=default",
|
|
6936
|
+
"Outcomes": {
|
|
6937
|
+
"dynamic.player": "{{player}}"
|
|
6938
|
+
}
|
|
6939
|
+
},
|
|
6934
6940
|
"horse_racing.win_sp": {
|
|
6935
6941
|
"Name": "Kazanan (BF)",
|
|
6936
6942
|
"Description": "Başlangıç fiyatı (BF), yarışın başında sahada olan müşterek bahisçilerin açıkladığı resmî oranlardır.",
|
|
@@ -8054,6 +8060,7 @@
|
|
|
8054
8060
|
},
|
|
8055
8061
|
"politics.outright": {
|
|
8056
8062
|
"Name": "{{market_name}}",
|
|
8063
|
+
"Deprecated": true,
|
|
8057
8064
|
"Variables": [
|
|
8058
8065
|
"market_name"
|
|
8059
8066
|
],
|
|
@@ -8064,6 +8071,7 @@
|
|
|
8064
8071
|
},
|
|
8065
8072
|
"politics.outright.v2": {
|
|
8066
8073
|
"Name": "{{name}}",
|
|
8074
|
+
"Deprecated": true,
|
|
8067
8075
|
"Variables": [],
|
|
8068
8076
|
"Split": "default",
|
|
8069
8077
|
"Outcomes": {
|