@cloudbet/market-helper 1.23.0 → 1.24.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 CHANGED
@@ -573,7 +573,7 @@ Expand all available markets
573
573
  | soccer_booking_match_odds | 10-25 Booking Match odds |
574
574
  | soccer_which_team_wins_the_rest_of_the_match | Which team wins the rest of the match |
575
575
  | soccer_to_qualify | To Qualify |
576
- | soccer_to_qualify_v2 | To Qualify |
576
+ | soccer_to_qualify_v2 | To Qualify / To Win Final |
577
577
  | soccer_12_booking_handicap | 1-2 Booking Handicap |
578
578
  | soccer_1st_half_total_corners | 1st half - total corners |
579
579
  | squash_correct_score | Correct score |
package/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@cloudbet/market-helper", "version": "1.23.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" } }
1
+ { "name": "@cloudbet/market-helper", "version": "1.24.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" } }
@@ -860,7 +860,7 @@
860
860
  "7th_inning": "7. Inning",
861
861
  "8th_inning": "8. Inning",
862
862
  "9th_inning": "9. Inning",
863
- "equal": "gleich"
863
+ "equal": "beide gleich"
864
864
  }
865
865
  },
866
866
  "baseball.hit_on_pitch_pitchnr": {
@@ -994,7 +994,7 @@
994
994
  "Outcomes": {
995
995
  "ball": "ball",
996
996
  "hit": "hit",
997
- "other": "other",
997
+ "other": "andere",
998
998
  "strike": "strike"
999
999
  }
1000
1000
  },
@@ -1042,7 +1042,7 @@
1042
1042
  "Outcomes": {
1043
1043
  "away": "{{away}}",
1044
1044
  "home": "{{home}}",
1045
- "none": "keines"
1045
+ "none": "Keines"
1046
1046
  }
1047
1047
  },
1048
1048
  "baseball.team_total_home_runs_period_ot": {
@@ -3300,7 +3300,7 @@
3300
3300
  "total",
3301
3301
  "map"
3302
3302
  ],
3303
- "Split": "period=default\u0026map={{total}}",
3303
+ "Split": "period=default\u0026map={{map}}",
3304
3304
  "Outcomes": {
3305
3305
  "over": "über {{total}}",
3306
3306
  "under": "unter {{total}}"
@@ -3469,6 +3469,17 @@
3469
3469
  "dynamic.outcome": "{{outcome}}"
3470
3470
  }
3471
3471
  },
3472
+ "entertainment.over_under": {
3473
+ "Name": "Über/Unter",
3474
+ "Variables": [
3475
+ "price"
3476
+ ],
3477
+ "Split": "period=default",
3478
+ "Outcomes": {
3479
+ "over": "Über {{price}}",
3480
+ "under": "Unter {{price}}"
3481
+ }
3482
+ },
3472
3483
  "esport_aoe.correct_score": {
3473
3484
  "Name": "Genaues Ergebnis",
3474
3485
  "Variables": [],
@@ -3983,7 +3994,7 @@
3983
3994
  "Variables": [
3984
3995
  "total"
3985
3996
  ],
3986
- "Split": "period=ft\u0026yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3997
+ "Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3987
3998
  "Outcomes": {
3988
3999
  "over": "über {{total}}",
3989
4000
  "under": "unter {{total}}"
@@ -5117,6 +5128,17 @@
5117
5128
  "home": "{{home}}"
5118
5129
  }
5119
5130
  },
5131
+ "horse_racing.place": {
5132
+ "Name": "Platzierungswette ({{position}} TBP)",
5133
+ "Description": "Wette dass ein ausgewähltes Pferd das Rennen auf einem bestimmten Platz beendet. Beispiel: 3TBP bedeuted dein Wettschein gewinnt, wenn das ausgewählte Pferd das Rennen auf einem der ersten 3 Plätze beendet.",
5134
+ "Variables": [
5135
+ "position"
5136
+ ],
5137
+ "Split": "period=default\u0026position={{position}}",
5138
+ "Outcomes": {
5139
+ "dynamic.player": "{{player}}"
5140
+ }
5141
+ },
5120
5142
  "horse_racing.win": {
5121
5143
  "Name": "Gewinner",
5122
5144
  "Primary": true,
@@ -6833,6 +6855,17 @@
6833
6855
  "home_home": "{{home}}/{{home}}"
6834
6856
  }
6835
6857
  },
6858
+ "soccer.handicap.penalty_shootout": {
6859
+ "Name": "Handicap - Elfmeterschießen",
6860
+ "Variables": [
6861
+ "handicap"
6862
+ ],
6863
+ "Split": "period=penalty_shootout",
6864
+ "Outcomes": {
6865
+ "away": "{{away}} {{-handicap}}",
6866
+ "home": "{{home}} {{handicap}}"
6867
+ }
6868
+ },
6836
6869
  "soccer.last_corner": {
6837
6870
  "Name": "Letzte Ecke",
6838
6871
  "Variables": [],
@@ -7002,6 +7035,17 @@
7002
7035
  "home": "{{home}}"
7003
7036
  }
7004
7037
  },
7038
+ "soccer.total.penalty_shootout_first_ten": {
7039
+ "Name": "Über/Unter- Anzahl verwandelte Elfmeter",
7040
+ "Variables": [
7041
+ "total"
7042
+ ],
7043
+ "Split": "period=penalty_shootout_first_ten",
7044
+ "Outcomes": {
7045
+ "over": "über {{total}}",
7046
+ "under": "unter {{total}}"
7047
+ }
7048
+ },
7005
7049
  "soccer.total_booking_points": {
7006
7050
  "Name": "Gesamtanzahl Strafpunkte",
7007
7051
  "Description": "10=gelbe Karte, 25=rote Karte, maximal können 35 Punkten pro Spieler vergeben werden (nur Spieler die auf dem Feld sind zählen.)",
@@ -7765,7 +7809,7 @@
7765
7809
  }
7766
7810
  },
7767
7811
  "tennis.winner_and_total": {
7768
- "Name": "Winner \u0026 total",
7812
+ "Name": "Gewinner \u0026 Spiele Gesamt",
7769
7813
  "Variables": [
7770
7814
  "total"
7771
7815
  ],
@@ -825,8 +825,8 @@
825
825
  ],
826
826
  "Split": "period=inning{{inning}}",
827
827
  "Outcomes": {
828
- "no": "όχι",
829
- "yes": "ναι"
828
+ "no": "Κανένα αποτέλεσμα",
829
+ "yes": "Ναι"
830
830
  }
831
831
  },
832
832
  "baseball.handicap_in_inning": {
@@ -868,7 +868,7 @@
868
868
  "7th_inning": "7ο inning",
869
869
  "8th_inning": "8ο inning",
870
870
  "9th_inning": "9ο inning",
871
- "equal": "ίδιος αριθμός"
871
+ "equal": "Ισοπαλία"
872
872
  }
873
873
  },
874
874
  "baseball.hit_on_pitch_pitchnr": {
@@ -878,8 +878,8 @@
878
878
  ],
879
879
  "Split": "pitchnr={{pitchnr}}",
880
880
  "Outcomes": {
881
- "no": "όχι",
882
- "yes": "ναι"
881
+ "no": "Κανένα αποτέλεσμα",
882
+ "yes": "Ναι"
883
883
  }
884
884
  },
885
885
  "baseball.home_run_on_pitch_pitchnr": {
@@ -889,8 +889,8 @@
889
889
  ],
890
890
  "Split": "pitchnr={{pitchnr}}",
891
891
  "Outcomes": {
892
- "no": "όχι",
893
- "yes": "ναι"
892
+ "no": "Κανένα αποτέλεσμα",
893
+ "yes": "Ναι"
894
894
  }
895
895
  },
896
896
  "baseball.inning_1x2": {
@@ -901,7 +901,7 @@
901
901
  "Split": "period=inning{{inning}}",
902
902
  "Outcomes": {
903
903
  "away": "{{away}}",
904
- "draw": "ισοπαλία",
904
+ "draw": "Ισοπαλία",
905
905
  "home": "{{home}}"
906
906
  }
907
907
  },
@@ -978,8 +978,8 @@
978
978
  ],
979
979
  "Split": "player={{player}}",
980
980
  "Outcomes": {
981
- "over": "over {{total}}",
982
- "under": "under {{total}}"
981
+ "over": "Over {{total}}",
982
+ "under": "Under {{total}}"
983
983
  }
984
984
  },
985
985
  "baseball.race_to_runs": {
@@ -1002,7 +1002,7 @@
1002
1002
  "Outcomes": {
1003
1003
  "ball": "ball",
1004
1004
  "hit": "hit",
1005
- "other": "άλλο",
1005
+ "other": "Άλλο",
1006
1006
  "strike": "strike"
1007
1007
  }
1008
1008
  },
@@ -1050,7 +1050,7 @@
1050
1050
  "Outcomes": {
1051
1051
  "away": "{{away}}",
1052
1052
  "home": "{{home}}",
1053
- "none": "κανένα(ς)"
1053
+ "none": "Κανένα αποτέλεσμα"
1054
1054
  }
1055
1055
  },
1056
1056
  "baseball.team_total_home_runs_period_ot": {
@@ -1061,8 +1061,8 @@
1061
1061
  ],
1062
1062
  "Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
1063
1063
  "Outcomes": {
1064
- "over": "over {{total}}",
1065
- "under": "under {{total}}"
1064
+ "over": "Over {{total}}",
1065
+ "under": "Under {{total}}"
1066
1066
  }
1067
1067
  },
1068
1068
  "baseball.team_totals": {
@@ -1087,19 +1087,8 @@
1087
1087
  ],
1088
1088
  "Split": "period=inning{{inning}}_hits",
1089
1089
  "Outcomes": {
1090
- "over": "over {{total}}",
1091
- "under": "under {{total}}"
1092
- }
1093
- },
1094
- "baseball.total_hits_period_ot": {
1095
- "Name": "Total hits (incl. extra innings)",
1096
- "Variables": [
1097
- "total"
1098
- ],
1099
- "Split": "period=ft_hits\u0026period=ot_hits",
1100
- "Outcomes": {
1101
- "over": "over {{total}}",
1102
- "under": "under {{total}}"
1090
+ "over": "Over {{total}}",
1091
+ "under": "Under {{total}}"
1103
1092
  }
1104
1093
  },
1105
1094
  "baseball.total_home_runs_period_ot": {
@@ -1109,8 +1098,8 @@
1109
1098
  ],
1110
1099
  "Split": "period=ot_home_runs\u0026period=ft_home_runs",
1111
1100
  "Outcomes": {
1112
- "over": "over {{total}}",
1113
- "under": "under {{total}}"
1101
+ "over": "Over {{total}}",
1102
+ "under": "Under {{total}}"
1114
1103
  }
1115
1104
  },
1116
1105
  "baseball.total_in_inning": {
@@ -1121,8 +1110,8 @@
1121
1110
  ],
1122
1111
  "Split": "period=inning{{inning}}",
1123
1112
  "Outcomes": {
1124
- "over": "over {{total}}",
1125
- "under": "under {{total}}"
1113
+ "over": "Over {{total}}",
1114
+ "under": "Under {{total}}"
1126
1115
  }
1127
1116
  },
1128
1117
  "baseball.total_scoreless_innings": {
@@ -3322,7 +3311,7 @@
3322
3311
  "total",
3323
3312
  "map"
3324
3313
  ],
3325
- "Split": "period=default\u0026map={{total}}",
3314
+ "Split": "period=default\u0026map={{map}}",
3326
3315
  "Outcomes": {
3327
3316
  "over": "Over {{total}}",
3328
3317
  "under": "Under {{total}}"
@@ -3907,7 +3896,7 @@
3907
3896
  "Variables": [
3908
3897
  "total"
3909
3898
  ],
3910
- "Split": "period=ft\u0026yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3899
+ "Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3911
3900
  "Outcomes": {
3912
3901
  "over": "Over {{total}}",
3913
3902
  "under": "Under {{total}}"
@@ -7360,10 +7349,10 @@
7360
7349
  ],
7361
7350
  "Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
7362
7351
  "Outcomes": {
7363
- "away_and_over": "{{away}} και over {{total}}",
7364
- "away_and_under": "{{away}} και under {{total}}",
7365
- "home_and_over": "{{home}} και over {{total}}",
7366
- "home_and_under": "{{home}} και under {{total}}"
7352
+ "away_and_over": "{{away}} και over {{total}}",
7353
+ "away_and_under": "{{away}} και under {{total}}",
7354
+ "home_and_over": "{{home}} και over {{total}}",
7355
+ "home_and_under": "{{home}} και under {{total}}"
7367
7356
  }
7368
7357
  },
7369
7358
  "tennis.winner_in_game_and_set": {
@@ -6639,6 +6639,7 @@
6639
6639
  },
6640
6640
  "rugby_league.handicap_3_way_period_ft": {
6641
6641
  "Name": "Handicap {{handicap_score}}",
6642
+ "Description": "3-way handicap market e.g. England v Wales: England 0:19 = England need to win by 20 or more, Draw 0:19 = England to win by exactly 19 points, Wales 0:19 = Wales need to win or lose by 18 points or less.",
6642
6643
  "Variables": [
6643
6644
  "handicap_score"
6644
6645
  ],
@@ -6854,6 +6855,7 @@
6854
6855
  },
6855
6856
  "rugby_union.handicap_3_way_period_ft": {
6856
6857
  "Name": "Handicap {{handicap_score}}",
6858
+ "Description": "3-way handicap market e.g. England v Wales: England 0:19 = England need to win by 20 or more, Draw 0:19 = England to win by exactly 19 points, Wales 0:19 = Wales need to win or lose by 18 points or less.",
6857
6859
  "Variables": [
6858
6860
  "handicap_score"
6859
6861
  ],
@@ -7609,7 +7611,7 @@
7609
7611
  }
7610
7612
  },
7611
7613
  "soccer.to_qualify.v2": {
7612
- "Name": "To Qualify",
7614
+ "Name": "To Qualify / To Win Final",
7613
7615
  "Variables": [],
7614
7616
  "Split": "period=default\u0026period=ft\u0026period=ot\u0026period=ap",
7615
7617
  "Outcomes": {
@@ -8178,7 +8180,7 @@
8178
8180
  },
8179
8181
  "tennis.game_handicap_void_supertiebreak": {
8180
8182
  "Name": "Game Handicap (VOID if 3rd Set Super Tie Break)",
8181
- "Description": "Predict the result after the handicap spread has been applied to the games the players have won. Void if 3rd set super tie break.",
8183
+ "Description": "Predict the result after the handicap spread has been applied to the games the players have won. Void if 3rd set Super Tie Break. A third set 10-point regular Tie Break in majors is not a Super Tie Break.",
8182
8184
  "Variables": [
8183
8185
  "handicap"
8184
8186
  ],
@@ -8375,7 +8377,7 @@
8375
8377
  },
8376
8378
  "tennis.total_games_void_supertiebreak": {
8377
8379
  "Name": "Total Games (VOID if 3rd Set Tie Break",
8378
- "Description": "Total number of games won by both players combined e.g. 6-2, 3-6, 7-6 = 30 (16+14). Void if 3rd set super tie break.",
8380
+ "Description": "Total number of games won by both players combined e.g. 6-2, 3-6, 7-6 = 30 (16+14). Void if 3rd set Super Tie Break. A third set 10-point regular Tie Break in majors is not a Super Tie Break.",
8379
8381
  "Variables": [
8380
8382
  "total"
8381
8383
  ],
@@ -970,8 +970,8 @@
970
970
  ],
971
971
  "Split": "player={{player}}",
972
972
  "Outcomes": {
973
- "over": "más de {{total}}",
974
- "under": "menos de {{total}}"
973
+ "over": "Arriba {{total}}",
974
+ "under": "Abajo {{total}}"
975
975
  }
976
976
  },
977
977
  "baseball.race_to_runs": {
@@ -1042,19 +1042,7 @@
1042
1042
  "Outcomes": {
1043
1043
  "away": "{{away}}",
1044
1044
  "home": "{{home}}",
1045
- "none": "ninguno"
1046
- }
1047
- },
1048
- "baseball.team_total_home_runs_period_ot": {
1049
- "Name": "{{team}} total home runs (incl. extra innings)",
1050
- "Variables": [
1051
- "team",
1052
- "total"
1053
- ],
1054
- "Split": "team={{team}}\u0026period=ft_home_runs\u0026period=ot_home_runs",
1055
- "Outcomes": {
1056
- "over": "más de {{total}}",
1057
- "under": "menos de {{total}}"
1045
+ "none": "ninguna"
1058
1046
  }
1059
1047
  },
1060
1048
  "baseball.team_totals": {
@@ -1079,30 +1067,8 @@
1079
1067
  ],
1080
1068
  "Split": "period=inning{{inning}}_hits",
1081
1069
  "Outcomes": {
1082
- "over": "más de {{total}}",
1083
- "under": "menos de {{total}}"
1084
- }
1085
- },
1086
- "baseball.total_hits_period_ot": {
1087
- "Name": "Total hits (incl. extra innings)",
1088
- "Variables": [
1089
- "total"
1090
- ],
1091
- "Split": "period=ft_hits\u0026period=ot_hits",
1092
- "Outcomes": {
1093
- "over": "más de {{total}}",
1094
- "under": "menos de {{total}}"
1095
- }
1096
- },
1097
- "baseball.total_home_runs_period_ot": {
1098
- "Name": "Total home runs (incl. extra innings)",
1099
- "Variables": [
1100
- "total"
1101
- ],
1102
- "Split": "period=ot_home_runs\u0026period=ft_home_runs",
1103
- "Outcomes": {
1104
- "over": "más de {{total}}",
1105
- "under": "menos de {{total}}"
1070
+ "over": "Arriba {{total}}",
1071
+ "under": "Abajo {{total}}"
1106
1072
  }
1107
1073
  },
1108
1074
  "baseball.total_in_inning": {
@@ -1113,8 +1079,8 @@
1113
1079
  ],
1114
1080
  "Split": "period=inning{{inning}}",
1115
1081
  "Outcomes": {
1116
- "over": "más de {{total}}",
1117
- "under": "menos de {{total}}"
1082
+ "over": "Arriba {{total}}",
1083
+ "under": "Abajo {{total}}"
1118
1084
  }
1119
1085
  },
1120
1086
  "baseball.total_scoreless_innings": {
@@ -3269,7 +3235,7 @@
3269
3235
  "total",
3270
3236
  "map"
3271
3237
  ],
3272
- "Split": "period=default\u0026map={{total}}",
3238
+ "Split": "period=default\u0026map={{map}}",
3273
3239
  "Outcomes": {
3274
3240
  "over": "Arriba {{total}}",
3275
3241
  "under": "Abajo {{total}}"
@@ -3438,6 +3404,17 @@
3438
3404
  "dynamic.outcome": "{{outcome}}"
3439
3405
  }
3440
3406
  },
3407
+ "entertainment.over_under": {
3408
+ "Name": "Encima /Debajo",
3409
+ "Variables": [
3410
+ "price"
3411
+ ],
3412
+ "Split": "period=default",
3413
+ "Outcomes": {
3414
+ "over": "Más de {{price}}",
3415
+ "under": "Menos de {{price}}"
3416
+ }
3417
+ },
3441
3418
  "esport_aoe.correct_score": {
3442
3419
  "Name": "Resultado Correcto",
3443
3420
  "Variables": [],
@@ -3952,7 +3929,7 @@
3952
3929
  "Variables": [
3953
3930
  "total"
3954
3931
  ],
3955
- "Split": "period=ft\u0026yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3932
+ "Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3956
3933
  "Outcomes": {
3957
3934
  "over": "Arriba {{total}}",
3958
3935
  "under": "Abajo {{total}}"
@@ -5078,6 +5055,17 @@
5078
5055
  "home": "{{home}}"
5079
5056
  }
5080
5057
  },
5058
+ "horse_racing.place": {
5059
+ "Name": "Lugar ({{position}} TBP)",
5060
+ "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.",
5061
+ "Variables": [
5062
+ "position"
5063
+ ],
5064
+ "Split": "period=default\u0026position={{position}}",
5065
+ "Outcomes": {
5066
+ "dynamic.player": "{{player}}"
5067
+ }
5068
+ },
5081
5069
  "horse_racing.win": {
5082
5070
  "Name": "Ganador",
5083
5071
  "Primary": true,
@@ -6774,6 +6762,17 @@
6774
6762
  "home_home": "{{home}}/{{home}}"
6775
6763
  }
6776
6764
  },
6765
+ "soccer.handicap.penalty_shootout": {
6766
+ "Name": "Handicap - Shootout en Penales",
6767
+ "Variables": [
6768
+ "handicap"
6769
+ ],
6770
+ "Split": "period=penalty_shootout",
6771
+ "Outcomes": {
6772
+ "away": "{{away}} {{-handicap}}",
6773
+ "home": "{{home}} {{handicap}}"
6774
+ }
6775
+ },
6777
6776
  "soccer.last_corner": {
6778
6777
  "Name": "Último córner",
6779
6778
  "Variables": [],
@@ -6943,6 +6942,17 @@
6943
6942
  "home": "{{home}}"
6944
6943
  }
6945
6944
  },
6945
+ "soccer.total.penalty_shootout_first_ten": {
6946
+ "Name": "Total - 1er 10 Penales en Shootout",
6947
+ "Variables": [
6948
+ "total"
6949
+ ],
6950
+ "Split": "period=penalty_shootout_first_ten",
6951
+ "Outcomes": {
6952
+ "over": "Arriba {{total}}",
6953
+ "under": "Abajo {{total}}"
6954
+ }
6955
+ },
6946
6956
  "soccer.total_booking_points": {
6947
6957
  "Name": "Total puntos tarjeta",
6948
6958
  "Description": "10 puntos=tarjeta amarilla, 25 puntos=tarjeta roja con un máximo de 35 puntos por jugador y solo los jugadores en la cancha cuentan",
@@ -7702,8 +7712,8 @@
7702
7712
  ],
7703
7713
  "Split": "period=default\u0026period=wo\u0026period=set1\u0026period=set2\u0026period=set3\u0026period=set4\u0026period=set5",
7704
7714
  "Outcomes": {
7705
- "away_and_over": "{{away}} y más de {{total}}",
7706
- "away_and_under": "{{away}} y menos de {{total}}",
7715
+ "away_and_over": "{{away}} \u0026 más de {{total}}",
7716
+ "away_and_under": "{{away}} \u0026 menos de {{total}}",
7707
7717
  "home_and_over": "{{home}} y más de {{total}}",
7708
7718
  "home_and_under": "{{home}} y menos de {{total}}"
7709
7719
  }
@@ -962,18 +962,6 @@
962
962
  "dynamic.outcome": "{{outcome}}"
963
963
  }
964
964
  },
965
- "baseball.player_total_batter_runs_and_runs_batted_in_period_ot": {
966
- "Name": "{{player}} total batter runs + runs batted in (incl. extra innings)",
967
- "Variables": [
968
- "player",
969
- "total"
970
- ],
971
- "Split": "player={{player}}",
972
- "Outcomes": {
973
- "over": "Plus de {{total}}",
974
- "under": "Moins de {{total}}"
975
- }
976
- },
977
965
  "baseball.race_to_runs": {
978
966
  "Name": "Atteindra en premier {{run}} runs (inclus manches supplémentaires)",
979
967
  "Variables": [
@@ -3204,7 +3192,7 @@
3204
3192
  "total",
3205
3193
  "map"
3206
3194
  ],
3207
- "Split": "period=default\u0026map={{total}}",
3195
+ "Split": "period=default\u0026map={{map}}",
3208
3196
  "Outcomes": {
3209
3197
  "over": "Plus de {{total}}",
3210
3198
  "under": "Moins de {{total}}"
@@ -3877,7 +3865,7 @@
3877
3865
  "Variables": [
3878
3866
  "total"
3879
3867
  ],
3880
- "Split": "period=ft\u0026yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3868
+ "Split": "period=ft\u0026period=ft_yellow_cards\u0026period=ft_red_cards\u0026period=ft_yellow_red_cards",
3881
3869
  "Outcomes": {
3882
3870
  "over": "Plus de {{total}}",
3883
3871
  "under": "Moins de {{total}}"