@cloudbet/market-helper 1.23.2 → 1.26.0
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/README.md +5 -1
- package/package.json +1 -1
- package/sports-core/market-definitions.js +6 -0
- package/sports-core/market-definitions.js.map +1 -1
- package/sports-core/marketEnums.d.ts +68 -0
- package/sports-core/marketEnums.js +68 -0
- package/sports-core/marketEnums.js.map +1 -1
- package/sports-core/markets/de.json +770 -32
- package/sports-core/markets/el.json +738 -44
- package/sports-core/markets/en.json +553 -3
- package/sports-core/markets/es.json +780 -42
- package/sports-core/markets/fr.json +732 -38
- package/sports-core/markets/hu.json +746 -52
- package/sports-core/markets/id.json +721 -27
- package/sports-core/markets/it.json +729 -35
- package/sports-core/markets/ja.json +1162 -143
- package/sports-core/markets/ko.json +724 -30
- package/sports-core/markets/lv.json +732 -38
- package/sports-core/markets/nl.json +15 -15
- package/sports-core/markets/pl.json +725 -31
- package/sports-core/markets/pt-BR.json +722 -28
- package/sports-core/markets/pt.json +727 -33
- package/sports-core/markets/ru.json +729 -35
- package/sports-core/markets/tr.json +725 -31
- package/sports-core/markets/zh-TW.json +9 -9
- package/sports-core/markets/zh.json +9 -9
package/README.md
CHANGED
|
@@ -175,6 +175,10 @@ Expand all available markets
|
|
|
175
175
|
| aussie_rules_team_total | {{team}} total |
|
|
176
176
|
| aussie_rules_totals | Total |
|
|
177
177
|
| aussie_rules_winner | Winner |
|
|
178
|
+
| aussie_rules_winning_margin_period_ft | Winning margin |
|
|
179
|
+
| aussie_rules_which_team_wins_the_rest_of_the_match_period_ft | Which team wins the rest of the match at {{score}} |
|
|
180
|
+
| aussie_rules_point_range_period_1st_half | 1st half - point range |
|
|
181
|
+
| aussie_rules_point_range_period_ft | Point range |
|
|
178
182
|
| badminton_correct_score | Correct score |
|
|
179
183
|
| badminton_exact_games | Exact games |
|
|
180
184
|
| badminton_game_winner | Game {{game}} - winner |
|
|
@@ -573,7 +577,7 @@ Expand all available markets
|
|
|
573
577
|
| soccer_booking_match_odds | 10-25 Booking Match odds |
|
|
574
578
|
| soccer_which_team_wins_the_rest_of_the_match | Which team wins the rest of the match |
|
|
575
579
|
| soccer_to_qualify | To Qualify |
|
|
576
|
-
| soccer_to_qualify_v2 | To Qualify
|
|
580
|
+
| soccer_to_qualify_v2 | To Qualify / To Win Final |
|
|
577
581
|
| soccer_12_booking_handicap | 1-2 Booking Handicap |
|
|
578
582
|
| soccer_1st_half_total_corners | 1st half - total corners |
|
|
579
583
|
| squash_correct_score | Correct score |
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{ "name": "@cloudbet/market-helper", "version": "1.
|
|
1
|
+
{ "name": "@cloudbet/market-helper", "version": "1.26.0", "sideEffects": false, "description": "SDK to generate localized sport market information", "private": false, "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" } }
|
|
@@ -19,12 +19,18 @@ function applyEventDataToTemplate(template, eventData, enableAbbreviatedTeamName
|
|
|
19
19
|
}
|
|
20
20
|
var homeRegex = /{{home}}/g;
|
|
21
21
|
var awayRegex = /{{away}}/g;
|
|
22
|
+
var nameRegex = /{{name}}/g;
|
|
22
23
|
if (homeRegex.test(template)) {
|
|
23
24
|
template = template.replace(homeRegex, homeName);
|
|
24
25
|
}
|
|
25
26
|
if (awayRegex.test(template)) {
|
|
26
27
|
template = template.replace(awayRegex, awayName);
|
|
27
28
|
}
|
|
29
|
+
// Replace the name field with event name
|
|
30
|
+
var eventName = eventData === null || eventData === void 0 ? void 0 : eventData.name;
|
|
31
|
+
if (nameRegex.test(template) && eventName) {
|
|
32
|
+
template = template.replace(nameRegex, eventName);
|
|
33
|
+
}
|
|
28
34
|
return template;
|
|
29
35
|
}
|
|
30
36
|
function handicapValueDisplay(key, sbvHandicapValue) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"market-definitions.js","sourceRoot":"","sources":["../../lib/sports-core/market-definitions.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"market-definitions.js","sourceRoot":"","sources":["../../lib/sports-core/market-definitions.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,6 +14,7 @@ declare enum MarketType {
|
|
|
14
14
|
'american_football_next_scoring_type' = "american_football.next_scoring_type",
|
|
15
15
|
'american_football_odd_even' = "american_football.odd_even",
|
|
16
16
|
'american_football_outright' = "american_football.outright",
|
|
17
|
+
'american_football_outright_v2' = "american_football.outright.v2",
|
|
17
18
|
'american_football_quarter_1x2' = "american_football.quarter_1x2",
|
|
18
19
|
'american_football_quarter_handicap' = "american_football.quarter_handicap",
|
|
19
20
|
'american_football_quarter_handicap_incl_ot' = "american_football.quarter_handicap_incl_ot",
|
|
@@ -29,7 +30,9 @@ declare enum MarketType {
|
|
|
29
30
|
'american_football_totals_period_second_half' = "american_football.totals_period_second_half",
|
|
30
31
|
'american_football_touchdown_scorer' = "american_football.touchdown_scorer",
|
|
31
32
|
'archery_outright' = "archery.outright",
|
|
33
|
+
'archery_outright_v2' = "archery.outright.v2",
|
|
32
34
|
'athletics_outright' = "athletics.outright",
|
|
35
|
+
'athletics_outright_v2' = "athletics.outright.v2",
|
|
33
36
|
'aussie_rules_1st_half_1x2' = "aussie_rules.1st_half_1x2",
|
|
34
37
|
'aussie_rules_1st_half_double_chance' = "aussie_rules.1st_half_double_chance",
|
|
35
38
|
'aussie_rules_1st_half_draw_no_bet' = "aussie_rules.1st_half_draw_no_bet",
|
|
@@ -43,12 +46,15 @@ declare enum MarketType {
|
|
|
43
46
|
'aussie_rules_match_odds' = "aussie_rules.match_odds",
|
|
44
47
|
'aussie_rules_odd_even' = "aussie_rules.odd_even",
|
|
45
48
|
'aussie_rules_outright' = "aussie_rules.outright",
|
|
49
|
+
'aussie_rules_outright_v2' = "aussie_rules.outright.v2",
|
|
46
50
|
'aussie_rules_player_disposals' = "aussie_rules.player_disposals",
|
|
47
51
|
'aussie_rules_player_goals' = "aussie_rules.player_goals",
|
|
48
52
|
'aussie_rules_player_handballs' = "aussie_rules.player_handballs",
|
|
49
53
|
'aussie_rules_player_kicks' = "aussie_rules.player_kicks",
|
|
50
54
|
'aussie_rules_player_marks' = "aussie_rules.player_marks",
|
|
51
55
|
'aussie_rules_player_tackles' = "aussie_rules.player_tackles",
|
|
56
|
+
'aussie_rules_point_range_period_1st_half' = "aussie_rules.point_range_period_1st_half",
|
|
57
|
+
'aussie_rules_point_range_period_ft' = "aussie_rules.point_range_period_ft",
|
|
52
58
|
'aussie_rules_quarter_1x2' = "aussie_rules.quarter_1x2",
|
|
53
59
|
'aussie_rules_quarter_draw_no_bet' = "aussie_rules.quarter_draw_no_bet",
|
|
54
60
|
'aussie_rules_quarter_handicap' = "aussie_rules.quarter_handicap",
|
|
@@ -57,7 +63,9 @@ declare enum MarketType {
|
|
|
57
63
|
'aussie_rules_quarter_winning_margin' = "aussie_rules.quarter_winning_margin",
|
|
58
64
|
'aussie_rules_team_total' = "aussie_rules.team_total",
|
|
59
65
|
'aussie_rules_totals' = "aussie_rules.totals",
|
|
66
|
+
'aussie_rules_which_team_wins_the_rest_of_the_match_period_ft' = "aussie_rules.which_team_wins_the_rest_of_the_match_period_ft",
|
|
60
67
|
'aussie_rules_winner' = "aussie_rules.winner",
|
|
68
|
+
'aussie_rules_winning_margin_period_ft' = "aussie_rules.winning_margin_period_ft",
|
|
61
69
|
'badminton_correct_score' = "badminton.correct_score",
|
|
62
70
|
'badminton_exact_games' = "badminton.exact_games",
|
|
63
71
|
'badminton_game_odd_even' = "badminton.game_odd_even",
|
|
@@ -69,10 +77,12 @@ declare enum MarketType {
|
|
|
69
77
|
'badminton_handicap' = "badminton.handicap",
|
|
70
78
|
'badminton_nr_games_by_extra_points' = "badminton.nr_games_by_extra_points",
|
|
71
79
|
'badminton_outright' = "badminton.outright",
|
|
80
|
+
'badminton_outright_v2' = "badminton.outright.v2",
|
|
72
81
|
'badminton_totals' = "badminton.totals",
|
|
73
82
|
'badminton_winner' = "badminton.winner",
|
|
74
83
|
'bandy_match_odds' = "bandy.match_odds",
|
|
75
84
|
'bandy_outright' = "bandy.outright",
|
|
85
|
+
'bandy_outright_v2' = "bandy.outright.v2",
|
|
76
86
|
'bandy_totals' = "bandy.totals",
|
|
77
87
|
'baseball_1x2_and_total_period_ot' = "baseball.1x2_and_total_period_ot",
|
|
78
88
|
'baseball_batter_runs' = "baseball.batter_runs",
|
|
@@ -90,6 +100,7 @@ declare enum MarketType {
|
|
|
90
100
|
'baseball_moneyline_innings_1_to_5' = "baseball.moneyline_innings_1_to_5",
|
|
91
101
|
'baseball_odd_even' = "baseball.odd_even",
|
|
92
102
|
'baseball_outright' = "baseball.outright",
|
|
103
|
+
'baseball_outright_v2' = "baseball.outright.v2",
|
|
93
104
|
'baseball_player_total_batter_runs_and_runs_batted_in_period_ot' = "baseball.player_total_batter_runs_and_runs_batted_in_period_ot",
|
|
94
105
|
'baseball_race_to_runs' = "baseball.race_to_runs",
|
|
95
106
|
'baseball_result_of_pitch' = "baseball.result_of_pitch",
|
|
@@ -129,6 +140,7 @@ declare enum MarketType {
|
|
|
129
140
|
'basketball_odd_even' = "basketball.odd_even",
|
|
130
141
|
'basketball_odd_even_period_first_half' = "basketball.odd_even_period_first_half",
|
|
131
142
|
'basketball_outright' = "basketball.outright",
|
|
143
|
+
'basketball_outright_v2' = "basketball.outright.v2",
|
|
132
144
|
'basketball_point_range' = "basketball.point_range",
|
|
133
145
|
'basketball_quarter_1x2' = "basketball.quarter_1x2",
|
|
134
146
|
'basketball_quarter_handicap' = "basketball.quarter_handicap",
|
|
@@ -146,14 +158,17 @@ declare enum MarketType {
|
|
|
146
158
|
'basketball_winning_margin' = "basketball.winning_margin",
|
|
147
159
|
'beach_soccer_match_odds' = "beach_soccer.match_odds",
|
|
148
160
|
'beach_soccer_outright' = "beach_soccer.outright",
|
|
161
|
+
'beach_soccer_outright_v2' = "beach_soccer.outright.v2",
|
|
149
162
|
'beach_soccer_totals' = "beach_soccer.totals",
|
|
150
163
|
'beach_volleyball_handicap' = "beach_volleyball.handicap",
|
|
151
164
|
'beach_volleyball_outright' = "beach_volleyball.outright",
|
|
165
|
+
'beach_volleyball_outright_v2' = "beach_volleyball.outright.v2",
|
|
152
166
|
'beach_volleyball_totals' = "beach_volleyball.totals",
|
|
153
167
|
'beach_volleyball_winner' = "beach_volleyball.winner",
|
|
154
168
|
'bowls_correct_score' = "bowls.correct_score",
|
|
155
169
|
'bowls_handicap' = "bowls.handicap",
|
|
156
170
|
'bowls_outright' = "bowls.outright",
|
|
171
|
+
'bowls_outright_v2' = "bowls.outright.v2",
|
|
157
172
|
'bowls_set_1x2' = "bowls.set_1x2",
|
|
158
173
|
'bowls_set_and_end_total' = "bowls.set_and_end_total",
|
|
159
174
|
'bowls_set_and_end_winner' = "bowls.set_and_end_winner",
|
|
@@ -170,6 +185,7 @@ declare enum MarketType {
|
|
|
170
185
|
'boxing_1x2' = "boxing.1x2",
|
|
171
186
|
'boxing_freetext' = "boxing.freetext",
|
|
172
187
|
'boxing_outright' = "boxing.outright",
|
|
188
|
+
'boxing_outright_v2' = "boxing.outright.v2",
|
|
173
189
|
'boxing_totals' = "boxing.totals",
|
|
174
190
|
'boxing_will_the_fight_go_the_distance' = "boxing.will_the_fight_go_the_distance",
|
|
175
191
|
'boxing_winner' = "boxing.winner",
|
|
@@ -182,11 +198,13 @@ declare enum MarketType {
|
|
|
182
198
|
'call_of_duty_map_winner' = "call_of_duty.map_winner",
|
|
183
199
|
'call_of_duty_map_winner_v2' = "call_of_duty.map_winner_v2",
|
|
184
200
|
'call_of_duty_outright' = "call_of_duty.outright",
|
|
201
|
+
'call_of_duty_outright_v2' = "call_of_duty.outright.v2",
|
|
185
202
|
'call_of_duty_totals' = "call_of_duty.totals",
|
|
186
203
|
'call_of_duty_winner' = "call_of_duty.winner",
|
|
187
204
|
'chess_handicap' = "chess.handicap",
|
|
188
205
|
'chess_match_odds' = "chess.match_odds",
|
|
189
206
|
'chess_outright' = "chess.outright",
|
|
207
|
+
'chess_outright_v2' = "chess.outright.v2",
|
|
190
208
|
'counter_strike_correct_score_in_maps' = "counter_strike.correct_score_in_maps",
|
|
191
209
|
'counter_strike_freetext' = "counter_strike.freetext",
|
|
192
210
|
'counter_strike_map_1st_half_winner' = "counter_strike.map_1st_half_winner",
|
|
@@ -217,6 +235,7 @@ declare enum MarketType {
|
|
|
217
235
|
'counter_strike_map_xth_kill' = "counter_strike.map_xth_kill",
|
|
218
236
|
'counter_strike_match_odds' = "counter_strike.match_odds",
|
|
219
237
|
'counter_strike_outright' = "counter_strike.outright",
|
|
238
|
+
'counter_strike_outright_v2' = "counter_strike.outright.v2",
|
|
220
239
|
'counter_strike_total_maps' = "counter_strike.total_maps",
|
|
221
240
|
'counter_strike_winner' = "counter_strike.winner",
|
|
222
241
|
'cricket_any_player_to_score_milestone' = "cricket.any_player_to_score_milestone",
|
|
@@ -233,6 +252,7 @@ declare enum MarketType {
|
|
|
233
252
|
'cricket_innings_total' = "cricket.innings_total",
|
|
234
253
|
'cricket_innings_total_v2' = "cricket.innings_total_v2",
|
|
235
254
|
'cricket_outright' = "cricket.outright",
|
|
255
|
+
'cricket_outright_v2' = "cricket.outright.v2",
|
|
236
256
|
'cricket_over_team_total' = "cricket.over_team_total",
|
|
237
257
|
'cricket_over_total_runs_spread' = "cricket.over_total_runs_spread",
|
|
238
258
|
'cricket_player_to_score_milestone' = "cricket.player_to_score_milestone",
|
|
@@ -267,8 +287,10 @@ declare enum MarketType {
|
|
|
267
287
|
'cricket_winner' = "cricket.winner",
|
|
268
288
|
'crossfire_winner' = "crossfire.winner",
|
|
269
289
|
'curling_outright' = "curling.outright",
|
|
290
|
+
'curling_outright_v2' = "curling.outright.v2",
|
|
270
291
|
'cycling_head2head' = "cycling.head2head",
|
|
271
292
|
'cycling_outright' = "cycling.outright",
|
|
293
|
+
'cycling_outright_v2' = "cycling.outright.v2",
|
|
272
294
|
'darts_180s_handicap' = "darts.180s_handicap",
|
|
273
295
|
'darts_correct_score_in_sets' = "darts.correct_score_in_sets",
|
|
274
296
|
'darts_handicap_legs' = "darts.handicap_legs",
|
|
@@ -276,6 +298,7 @@ declare enum MarketType {
|
|
|
276
298
|
'darts_most_180s' = "darts.most_180s",
|
|
277
299
|
'darts_odd_even_sets' = "darts.odd_even_sets",
|
|
278
300
|
'darts_outright' = "darts.outright",
|
|
301
|
+
'darts_outright_v2' = "darts.outright.v2",
|
|
279
302
|
'darts_set_correct_score_in_legs' = "darts.set_correct_score_in_legs",
|
|
280
303
|
'darts_set_leg_any_player_to_score_a_180' = "darts.set_leg_any_player_to_score_a_180",
|
|
281
304
|
'darts_set_leg_checkout_color' = "darts.set_leg_checkout_color",
|
|
@@ -323,11 +346,13 @@ declare enum MarketType {
|
|
|
323
346
|
'dota_2_map_xth_tower' = "dota_2.map_xth_tower",
|
|
324
347
|
'dota_2_match_odds' = "dota_2.match_odds",
|
|
325
348
|
'dota_2_outright' = "dota_2.outright",
|
|
349
|
+
'dota_2_outright_v2' = "dota_2.outright.v2",
|
|
326
350
|
'dota_2_total_maps' = "dota_2.total_maps",
|
|
327
351
|
'dota_2_will_there_be_a_rampage' = "dota_2.will_there_be_a_rampage",
|
|
328
352
|
'dota_2_will_there_be_an_ultra_kill' = "dota_2.will_there_be_an_ultra_kill",
|
|
329
353
|
'dota_2_winner' = "dota_2.winner",
|
|
330
354
|
'entertainment_outright' = "entertainment.outright",
|
|
355
|
+
'entertainment_outright_v2' = "entertainment.outright.v2",
|
|
331
356
|
'entertainment_over_under' = "entertainment.over_under",
|
|
332
357
|
'esport_aoe_correct_score' = "esport_aoe.correct_score",
|
|
333
358
|
'esport_aoe_handicap' = "esport_aoe.handicap",
|
|
@@ -339,8 +364,10 @@ declare enum MarketType {
|
|
|
339
364
|
'esport_arena_of_valor_map_winner' = "esport_arena_of_valor.map_winner",
|
|
340
365
|
'esport_arena_of_valor_match_3_way' = "esport_arena_of_valor.match_3_way",
|
|
341
366
|
'esport_arena_of_valor_outright' = "esport_arena_of_valor.outright",
|
|
367
|
+
'esport_arena_of_valor_outright_v2' = "esport_arena_of_valor.outright.v2",
|
|
342
368
|
'esport_arena_of_valor_winner' = "esport_arena_of_valor.winner",
|
|
343
369
|
'esport_bga_outright' = "esport_bga.outright",
|
|
370
|
+
'esport_bga_outright_v2' = "esport_bga.outright.v2",
|
|
344
371
|
'esport_brawl_stars_correct_score' = "esport_brawl_stars.correct_score",
|
|
345
372
|
'esport_brawl_stars_handicap' = "esport_brawl_stars.handicap",
|
|
346
373
|
'esport_brawl_stars_map_winner' = "esport_brawl_stars.map_winner",
|
|
@@ -371,6 +398,7 @@ declare enum MarketType {
|
|
|
371
398
|
'esport_fifa_match_odds_period_second_half' = "esport_fifa.match_odds_period_second_half",
|
|
372
399
|
'esport_fifa_odd_even_penalty_shootout' = "esport_fifa.odd_even.penalty_shootout",
|
|
373
400
|
'esport_fifa_outright' = "esport_fifa.outright",
|
|
401
|
+
'esport_fifa_outright_v2' = "esport_fifa.outright.v2",
|
|
374
402
|
'esport_fifa_penalty_shootout_odd_even' = "esport_fifa.penalty_shootout_odd_even",
|
|
375
403
|
'esport_fifa_team_clean_sheet' = "esport_fifa.team_clean_sheet",
|
|
376
404
|
'esport_fifa_team_total_goals' = "esport_fifa.team_total_goals",
|
|
@@ -385,6 +413,7 @@ declare enum MarketType {
|
|
|
385
413
|
'esport_fifa_total_goals_period_first_half' = "esport_fifa.total_goals_period_first_half",
|
|
386
414
|
'esport_fifa_total_goals_period_second_half' = "esport_fifa.total_goals_period_second_half",
|
|
387
415
|
'esport_free_fire_outright' = "esport_free_fire.outright",
|
|
416
|
+
'esport_free_fire_outright_v2' = "esport_free_fire.outright.v2",
|
|
388
417
|
'esport_king_of_glory_correct_score' = "esport_king_of_glory.correct_score",
|
|
389
418
|
'esport_king_of_glory_freetext' = "esport_king_of_glory.freetext",
|
|
390
419
|
'esport_king_of_glory_map_handicap' = "esport_king_of_glory.map_handicap",
|
|
@@ -394,6 +423,7 @@ declare enum MarketType {
|
|
|
394
423
|
'esport_king_of_glory_map_total_kills' = "esport_king_of_glory.map_total_kills",
|
|
395
424
|
'esport_king_of_glory_map_winner' = "esport_king_of_glory.map_winner",
|
|
396
425
|
'esport_king_of_glory_outright' = "esport_king_of_glory.outright",
|
|
426
|
+
'esport_king_of_glory_outright_v2' = "esport_king_of_glory.outright.v2",
|
|
397
427
|
'esport_king_of_glory_total_maps' = "esport_king_of_glory.total_maps",
|
|
398
428
|
'esport_king_of_glory_winner' = "esport_king_of_glory.winner",
|
|
399
429
|
'esport_nba2k_1st_half_1x2' = "esport_nba2k.1st_half_1x2",
|
|
@@ -415,6 +445,7 @@ declare enum MarketType {
|
|
|
415
445
|
'esport_nba2k_odd_even' = "esport_nba2k.odd_even",
|
|
416
446
|
'esport_nba2k_odd_even_period_first_half' = "esport_nba2k.odd_even_period_first_half",
|
|
417
447
|
'esport_nba2k_outright' = "esport_nba2k.outright",
|
|
448
|
+
'esport_nba2k_outright_v2' = "esport_nba2k.outright.v2",
|
|
418
449
|
'esport_nba2k_point_range' = "esport_nba2k.point_range",
|
|
419
450
|
'esport_nba2k_quarter_1x2' = "esport_nba2k.quarter_1x2",
|
|
420
451
|
'esport_nba2k_quarter_handicap' = "esport_nba2k.quarter_handicap",
|
|
@@ -446,23 +477,30 @@ declare enum MarketType {
|
|
|
446
477
|
'esport_warcraft_winner' = "esport_warcraft.winner",
|
|
447
478
|
'field_hockey_match_odds' = "field_hockey.match_odds",
|
|
448
479
|
'field_hockey_outright' = "field_hockey.outright",
|
|
480
|
+
'field_hockey_outright_v2' = "field_hockey.outright.v2",
|
|
449
481
|
'field_hockey_totals' = "field_hockey.totals",
|
|
450
482
|
'floorball_match_odds' = "floorball.match_odds",
|
|
451
483
|
'floorball_outright' = "floorball.outright",
|
|
484
|
+
'floorball_outright_v2' = "floorball.outright.v2",
|
|
452
485
|
'floorball_totals' = "floorball.totals",
|
|
453
486
|
'formula_1_outright' = "formula_1.outright",
|
|
487
|
+
'formula_1_outright_v2' = "formula_1.outright.v2",
|
|
454
488
|
'formula_e_outright' = "formula_e.outright",
|
|
489
|
+
'formula_e_outright_v2' = "formula_e.outright.v2",
|
|
455
490
|
'futsal_double_chance' = "futsal.double_chance",
|
|
456
491
|
'futsal_draw_no_bet' = "futsal.draw_no_bet",
|
|
457
492
|
'futsal_handicap' = "futsal.handicap",
|
|
458
493
|
'futsal_match_odds' = "futsal.match_odds",
|
|
459
494
|
'futsal_odd_even' = "futsal.odd_even",
|
|
460
495
|
'futsal_outright' = "futsal.outright",
|
|
496
|
+
'futsal_outright_v2' = "futsal.outright.v2",
|
|
461
497
|
'futsal_totals' = "futsal.totals",
|
|
462
498
|
'golf_outright' = "golf.outright",
|
|
499
|
+
'golf_outright_v2' = "golf.outright.v2",
|
|
463
500
|
'golf_winner' = "golf.winner",
|
|
464
501
|
'greyhound_exacta' = "greyhound.exacta",
|
|
465
502
|
'greyhound_outright' = "greyhound.outright",
|
|
503
|
+
'greyhound_outright_v2' = "greyhound.outright.v2",
|
|
466
504
|
'greyhound_place' = "greyhound.place",
|
|
467
505
|
'greyhound_quinella' = "greyhound.quinella",
|
|
468
506
|
'greyhound_show' = "greyhound.show",
|
|
@@ -477,10 +515,12 @@ declare enum MarketType {
|
|
|
477
515
|
'handball_match_odds' = "handball.match_odds",
|
|
478
516
|
'handball_odd_even' = "handball.odd_even",
|
|
479
517
|
'handball_outright' = "handball.outright",
|
|
518
|
+
'handball_outright_v2' = "handball.outright.v2",
|
|
480
519
|
'handball_team_total' = "handball.team_total",
|
|
481
520
|
'handball_totals' = "handball.totals",
|
|
482
521
|
'handball_winner' = "handball.winner",
|
|
483
522
|
'hearthstone_outright' = "hearthstone.outright",
|
|
523
|
+
'hearthstone_outright_v2' = "hearthstone.outright.v2",
|
|
484
524
|
'hearthstone_winner' = "hearthstone.winner",
|
|
485
525
|
'heroes_of_the_storm_correct_score' = "heroes_of_the_storm.correct_score",
|
|
486
526
|
'heroes_of_the_storm_handicap' = "heroes_of_the_storm.handicap",
|
|
@@ -504,6 +544,7 @@ declare enum MarketType {
|
|
|
504
544
|
'ice_hockey_highest_scoring_period' = "ice_hockey.highest_scoring_period",
|
|
505
545
|
'ice_hockey_last_goal' = "ice_hockey.last_goal",
|
|
506
546
|
'ice_hockey_outright' = "ice_hockey.outright",
|
|
547
|
+
'ice_hockey_outright_v2' = "ice_hockey.outright.v2",
|
|
507
548
|
'ice_hockey_period_1x2' = "ice_hockey.period_1x2",
|
|
508
549
|
'ice_hockey_period_both_teams_to_score' = "ice_hockey.period_both_teams_to_score",
|
|
509
550
|
'ice_hockey_period_correct_score' = "ice_hockey.period_correct_score",
|
|
@@ -529,6 +570,7 @@ declare enum MarketType {
|
|
|
529
570
|
'kabaddi_handicap' = "kabaddi.handicap",
|
|
530
571
|
'kabaddi_match_odds' = "kabaddi.match_odds",
|
|
531
572
|
'kabaddi_outright' = "kabaddi.outright",
|
|
573
|
+
'kabaddi_outright_v2' = "kabaddi.outright.v2",
|
|
532
574
|
'kabaddi_total' = "kabaddi.total",
|
|
533
575
|
'league_of_legends_correct_score_in_maps' = "league_of_legends.correct_score_in_maps",
|
|
534
576
|
'league_of_legends_freetext' = "league_of_legends.freetext",
|
|
@@ -548,11 +590,13 @@ declare enum MarketType {
|
|
|
548
590
|
'league_of_legends_map_xth_tower' = "league_of_legends.map_xth_tower",
|
|
549
591
|
'league_of_legends_match_odds' = "league_of_legends.match_odds",
|
|
550
592
|
'league_of_legends_outright' = "league_of_legends.outright",
|
|
593
|
+
'league_of_legends_outright_v2' = "league_of_legends.outright.v2",
|
|
551
594
|
'league_of_legends_total_maps' = "league_of_legends.total_maps",
|
|
552
595
|
'league_of_legends_winner' = "league_of_legends.winner",
|
|
553
596
|
'mma_1x2' = "mma.1x2",
|
|
554
597
|
'mma_freetext' = "mma.freetext",
|
|
555
598
|
'mma_outright' = "mma.outright",
|
|
599
|
+
'mma_outright_v2' = "mma.outright.v2",
|
|
556
600
|
'mma_totals' = "mma.totals",
|
|
557
601
|
'mma_will_the_fight_go_the_distance' = "mma.will_the_fight_go_the_distance",
|
|
558
602
|
'mma_winner' = "mma.winner",
|
|
@@ -561,7 +605,9 @@ declare enum MarketType {
|
|
|
561
605
|
'motorsport_freetext' = "motorsport.freetext",
|
|
562
606
|
'motorsport_head2head' = "motorsport.head2head",
|
|
563
607
|
'motorsport_outright' = "motorsport.outright",
|
|
608
|
+
'motorsport_outright_v2' = "motorsport.outright.v2",
|
|
564
609
|
'olympics_outright' = "olympics.outright",
|
|
610
|
+
'olympics_outright_v2' = "olympics.outright.v2",
|
|
565
611
|
'olympics_winner' = "olympics.winner",
|
|
566
612
|
'overwatch_correct_score' = "overwatch.correct_score",
|
|
567
613
|
'overwatch_freetext' = "overwatch.freetext",
|
|
@@ -572,16 +618,19 @@ declare enum MarketType {
|
|
|
572
618
|
'overwatch_map_total_kills' = "overwatch.map_total_kills",
|
|
573
619
|
'overwatch_map_winner' = "overwatch.map_winner",
|
|
574
620
|
'overwatch_outright' = "overwatch.outright",
|
|
621
|
+
'overwatch_outright_v2' = "overwatch.outright.v2",
|
|
575
622
|
'overwatch_total_maps' = "overwatch.total_maps",
|
|
576
623
|
'overwatch_winner' = "overwatch.winner",
|
|
577
624
|
'pesapallo_match_odds' = "pesapallo.match_odds",
|
|
578
625
|
'pesapallo_outright' = "pesapallo.outright",
|
|
626
|
+
'pesapallo_outright_v2' = "pesapallo.outright.v2",
|
|
579
627
|
'politics_freetext' = "politics.freetext",
|
|
580
628
|
'politics_government' = "politics.government",
|
|
581
629
|
'politics_house_majority' = "politics.house_majority",
|
|
582
630
|
'politics_most_seats' = "politics.most_seats",
|
|
583
631
|
'politics_next_chancellor' = "politics.next_chancellor",
|
|
584
632
|
'politics_outright' = "politics.outright",
|
|
633
|
+
'politics_outright_v2' = "politics.outright.v2",
|
|
585
634
|
'politics_party_of_next_chancellor' = "politics.party_of_next_chancellor",
|
|
586
635
|
'politics_party_vote_percentage' = "politics.party_vote_percentage",
|
|
587
636
|
'politics_senate_majority' = "politics.senate_majority",
|
|
@@ -589,12 +638,14 @@ declare enum MarketType {
|
|
|
589
638
|
'rainbow_six_freetext' = "rainbow_six.freetext",
|
|
590
639
|
'rainbow_six_map_winner' = "rainbow_six.map_winner",
|
|
591
640
|
'rainbow_six_outright' = "rainbow_six.outright",
|
|
641
|
+
'rainbow_six_outright_v2' = "rainbow_six.outright.v2",
|
|
592
642
|
'rainbow_six_winner' = "rainbow_six.winner",
|
|
593
643
|
'rocket_league_correct_score' = "rocket_league.correct_score",
|
|
594
644
|
'rocket_league_freetext' = "rocket_league.freetext",
|
|
595
645
|
'rocket_league_handicap' = "rocket_league.handicap",
|
|
596
646
|
'rocket_league_map_winner' = "rocket_league.map_winner",
|
|
597
647
|
'rocket_league_outright' = "rocket_league.outright",
|
|
648
|
+
'rocket_league_outright_v2' = "rocket_league.outright.v2",
|
|
598
649
|
'rocket_league_total_maps' = "rocket_league.total_maps",
|
|
599
650
|
'rocket_league_winner' = "rocket_league.winner",
|
|
600
651
|
'rugby_league_1x2_period_1st_half' = "rugby_league.1x2_period_1st_half",
|
|
@@ -607,6 +658,7 @@ declare enum MarketType {
|
|
|
607
658
|
'rugby_league_next_scoring_play' = "rugby_league.next_scoring_play",
|
|
608
659
|
'rugby_league_odd_even' = "rugby_league.odd_even",
|
|
609
660
|
'rugby_league_outright' = "rugby_league.outright",
|
|
661
|
+
'rugby_league_outright_v2' = "rugby_league.outright.v2",
|
|
610
662
|
'rugby_league_race_to_points' = "rugby_league.race_to_points",
|
|
611
663
|
'rugby_league_team_totals' = "rugby_league.team_totals",
|
|
612
664
|
'rugby_league_total_period_1st_half' = "rugby_league.total_period_1st_half",
|
|
@@ -626,6 +678,7 @@ declare enum MarketType {
|
|
|
626
678
|
'rugby_union_next_scoring_play' = "rugby_union.next_scoring_play",
|
|
627
679
|
'rugby_union_odd_even' = "rugby_union.odd_even",
|
|
628
680
|
'rugby_union_outright' = "rugby_union.outright",
|
|
681
|
+
'rugby_union_outright_v2' = "rugby_union.outright.v2",
|
|
629
682
|
'rugby_union_race_to_points' = "rugby_union.race_to_points",
|
|
630
683
|
'rugby_union_team_totals' = "rugby_union.team_totals",
|
|
631
684
|
'rugby_union_total_period_1st_half' = "rugby_union.total_period_1st_half",
|
|
@@ -636,11 +689,13 @@ declare enum MarketType {
|
|
|
636
689
|
'rugby_union_winner' = "rugby_union.winner",
|
|
637
690
|
'rugby_union_winning_margin_period_ft' = "rugby_union.winning_margin_period_ft",
|
|
638
691
|
'sailing_outright' = "sailing.outright",
|
|
692
|
+
'sailing_outright_v2' = "sailing.outright.v2",
|
|
639
693
|
'sailing_winner' = "sailing.winner",
|
|
640
694
|
'snooker_correct_score' = "snooker.correct_score",
|
|
641
695
|
'snooker_handicap' = "snooker.handicap",
|
|
642
696
|
'snooker_odd_even_frames' = "snooker.odd_even_frames",
|
|
643
697
|
'snooker_outright' = "snooker.outright",
|
|
698
|
+
'snooker_outright_v2' = "snooker.outright.v2",
|
|
644
699
|
'snooker_totals' = "snooker.totals",
|
|
645
700
|
'snooker_winner' = "snooker.winner",
|
|
646
701
|
'soccer_10_minutes_sending_off_from_to' = "soccer.10_minutes_sending_off_from_to",
|
|
@@ -682,6 +737,7 @@ declare enum MarketType {
|
|
|
682
737
|
'soccer_match_odds_period_second_half' = "soccer.match_odds_period_second_half",
|
|
683
738
|
'soccer_odd_even_penalty_shootout' = "soccer.odd_even.penalty_shootout",
|
|
684
739
|
'soccer_outright' = "soccer.outright",
|
|
740
|
+
'soccer_outright_v2' = "soccer.outright.v2",
|
|
685
741
|
'soccer_penalty_shootout_odd_even' = "soccer.penalty_shootout_odd_even",
|
|
686
742
|
'soccer_team_clean_sheet' = "soccer.team_clean_sheet",
|
|
687
743
|
'soccer_team_total_goals' = "soccer.team_total_goals",
|
|
@@ -701,8 +757,10 @@ declare enum MarketType {
|
|
|
701
757
|
'soccer_when_will_goal_be_scored_intervals' = "soccer.when_will_goal_be_scored_intervals",
|
|
702
758
|
'soccer_which_team_wins_the_rest_of_the_match' = "soccer.which_team_wins_the_rest_of_the_match",
|
|
703
759
|
'specials_outright' = "specials.outright",
|
|
760
|
+
'specials_outright_v2' = "specials.outright.v2",
|
|
704
761
|
'squash_correct_score' = "squash.correct_score",
|
|
705
762
|
'squash_outright' = "squash.outright",
|
|
763
|
+
'squash_outright_v2' = "squash.outright.v2",
|
|
706
764
|
'squash_point_handicap' = "squash.point_handicap",
|
|
707
765
|
'squash_total_points' = "squash.total_points",
|
|
708
766
|
'squash_winner' = "squash.winner",
|
|
@@ -712,12 +770,16 @@ declare enum MarketType {
|
|
|
712
770
|
'starcraft_map_winner' = "starcraft.map_winner",
|
|
713
771
|
'starcraft_map_winner_v2' = "starcraft.map_winner_v2",
|
|
714
772
|
'starcraft_outright' = "starcraft.outright",
|
|
773
|
+
'starcraft_outright_v2' = "starcraft.outright.v2",
|
|
715
774
|
'starcraft_total_maps' = "starcraft.total_maps",
|
|
716
775
|
'starcraft_winner' = "starcraft.winner",
|
|
717
776
|
'street_fighter_v_outright' = "street_fighter_v.outright",
|
|
777
|
+
'street_fighter_v_outright_v2' = "street_fighter_v.outright.v2",
|
|
718
778
|
'sumo_outright' = "sumo.outright",
|
|
779
|
+
'sumo_outright_v2' = "sumo.outright.v2",
|
|
719
780
|
'sumo_winner' = "sumo.winner",
|
|
720
781
|
'swimming_outright' = "swimming.outright",
|
|
782
|
+
'swimming_outright_v2' = "swimming.outright.v2",
|
|
721
783
|
'table_tennis_correct_score' = "table_tennis.correct_score",
|
|
722
784
|
'table_tennis_exact_games' = "table_tennis.exact_games",
|
|
723
785
|
'table_tennis_game_odd_even' = "table_tennis.game_odd_even",
|
|
@@ -734,6 +796,7 @@ declare enum MarketType {
|
|
|
734
796
|
'table_tennis_handicap_v2' = "table_tennis.handicap.v2",
|
|
735
797
|
'table_tennis_how_many_games_will_be_decided_by_extra_points' = "table_tennis.how_many_games_will_be_decided_by_extra_points",
|
|
736
798
|
'table_tennis_outright' = "table_tennis.outright",
|
|
799
|
+
'table_tennis_outright_v2' = "table_tennis.outright.v2",
|
|
737
800
|
'table_tennis_totals' = "table_tennis.totals",
|
|
738
801
|
'table_tennis_winner' = "table_tennis.winner",
|
|
739
802
|
'tennis_any_set_to_nil' = "tennis.any_set_to_nil",
|
|
@@ -745,6 +808,7 @@ declare enum MarketType {
|
|
|
745
808
|
'tennis_game_handicap_void_supertiebreak' = "tennis.game_handicap_void_supertiebreak",
|
|
746
809
|
'tennis_odd_even_games' = "tennis.odd_even_games",
|
|
747
810
|
'tennis_outright' = "tennis.outright",
|
|
811
|
+
'tennis_outright_v2' = "tennis.outright.v2",
|
|
748
812
|
'tennis_point_in_game_and_set' = "tennis.point_in_game_and_set",
|
|
749
813
|
'tennis_race_to_games_in_set' = "tennis.race_to_games_in_set",
|
|
750
814
|
'tennis_race_to_points_in_set_and_game' = "tennis.race_to_points_in_set_and_game",
|
|
@@ -768,6 +832,7 @@ declare enum MarketType {
|
|
|
768
832
|
'volleyball_correct_score' = "volleyball.correct_score",
|
|
769
833
|
'volleyball_handicap' = "volleyball.handicap",
|
|
770
834
|
'volleyball_outright' = "volleyball.outright",
|
|
835
|
+
'volleyball_outright_v2' = "volleyball.outright.v2",
|
|
771
836
|
'volleyball_set_handicap' = "volleyball.set_handicap",
|
|
772
837
|
'volleyball_total_sets' = "volleyball.total_sets",
|
|
773
838
|
'volleyball_totals' = "volleyball.totals",
|
|
@@ -775,6 +840,7 @@ declare enum MarketType {
|
|
|
775
840
|
'waterpolo_handicap' = "waterpolo.handicap",
|
|
776
841
|
'waterpolo_match_odds' = "waterpolo.match_odds",
|
|
777
842
|
'waterpolo_outright' = "waterpolo.outright",
|
|
843
|
+
'waterpolo_outright_v2' = "waterpolo.outright.v2",
|
|
778
844
|
'waterpolo_totals' = "waterpolo.totals",
|
|
779
845
|
'wild_rift_correct_score' = "wild_rift.correct_score",
|
|
780
846
|
'wild_rift_handicap' = "wild_rift.handicap",
|
|
@@ -782,6 +848,7 @@ declare enum MarketType {
|
|
|
782
848
|
'wild_rift_total' = "wild_rift.total",
|
|
783
849
|
'wild_rift_winner' = "wild_rift.winner",
|
|
784
850
|
'winter_sports_outright' = "winter_sports.outright",
|
|
851
|
+
'winter_sports_outright_v2' = "winter_sports.outright.v2",
|
|
785
852
|
'world_lottery_bonus_ball_equals_any_regular_ball' = "world_lottery.bonus_ball_equals_any_regular_ball",
|
|
786
853
|
'world_lottery_bonus_ball_odd_even' = "world_lottery.bonus_ball_odd_even",
|
|
787
854
|
'world_lottery_bonus_ball_range' = "world_lottery.bonus_ball_range",
|
|
@@ -794,6 +861,7 @@ declare enum MarketType {
|
|
|
794
861
|
'world_lottery_draw_sum_total' = "world_lottery.draw_sum_total",
|
|
795
862
|
'world_lottery_draw_sum_total_incl_bonus_ball' = "world_lottery.draw_sum_total_incl_bonus_ball",
|
|
796
863
|
'world_lottery_outright' = "world_lottery.outright",
|
|
864
|
+
'world_lottery_outright_v2' = "world_lottery.outright.v2",
|
|
797
865
|
'world_lottery_standard_bet' = "world_lottery.standard_bet",
|
|
798
866
|
'world_lottery_standard_bet_incl_bonus_ball_in_additional_drum' = "world_lottery.standard_bet_incl_bonus_ball_in_additional_drum",
|
|
799
867
|
'world_lottery_standard_bet_incl_bonus_ball_in_same_drum' = "world_lottery.standard_bet_incl_bonus_ball_in_same_drum"
|