@cloudbet/market-helper 1.32.0 → 1.33.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/package.json CHANGED
@@ -1 +1 @@
1
- { "name": "@cloudbet/market-helper", "version": "1.32.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.33.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" } }
@@ -5268,6 +5268,37 @@
5268
5268
  "dynamic.player": "{{player}}"
5269
5269
  }
5270
5270
  },
5271
+ "greyhounds.place": {
5272
+ "Name": "Platzierungswette ({{position}} TBP)",
5273
+ "Primary": true,
5274
+ "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.",
5275
+ "Variables": [
5276
+ "position"
5277
+ ],
5278
+ "Split": "period=default\\u0026position={{position}}",
5279
+ "Outcomes": {
5280
+ "dynamic.player": "{{player}}"
5281
+ }
5282
+ },
5283
+ "greyhounds.win": {
5284
+ "Name": "Gewinner",
5285
+ "Primary": true,
5286
+ "Description": "Sieger des Rennens",
5287
+ "Variables": [],
5288
+ "Split": "period=default",
5289
+ "Outcomes": {
5290
+ "dynamic.player": "{{player}}"
5291
+ }
5292
+ },
5293
+ "greyhounds.win_sp": {
5294
+ "Name": "Win",
5295
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5296
+ "Variables": [],
5297
+ "Split": "period=default",
5298
+ "Outcomes": {
5299
+ "dynamic.player": "{{player}}"
5300
+ }
5301
+ },
5271
5302
  "handball.1st_half_total": {
5272
5303
  "Name": "1. Halbzeit - Total",
5273
5304
  "Variables": [
@@ -5481,6 +5512,7 @@
5481
5512
  },
5482
5513
  "horse_racing.place": {
5483
5514
  "Name": "Platzierungswette ({{position}} TBP)",
5515
+ "Primary": true,
5484
5516
  "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.",
5485
5517
  "Variables": [
5486
5518
  "position"
@@ -5097,6 +5097,24 @@
5097
5097
  "dynamic.player": "{{player}}"
5098
5098
  }
5099
5099
  },
5100
+ "greyhounds.win": {
5101
+ "Name": "Νικητής",
5102
+ "Primary": true,
5103
+ "Variables": [],
5104
+ "Split": "period=default",
5105
+ "Outcomes": {
5106
+ "dynamic.player": "{{player}}"
5107
+ }
5108
+ },
5109
+ "greyhounds.win_sp": {
5110
+ "Name": "Νίκη",
5111
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5112
+ "Variables": [],
5113
+ "Split": "period=default",
5114
+ "Outcomes": {
5115
+ "dynamic.player": "{{player}}"
5116
+ }
5117
+ },
5100
5118
  "handball.1st_half_total": {
5101
5119
  "Name": "1ο ημίχρονο - Σύνολο Γκολ",
5102
5120
  "Variables": [
@@ -1565,7 +1565,7 @@
1565
1565
  "Variables": [],
1566
1566
  "Split": "default",
1567
1567
  "Outcomes": {
1568
- "dynamic.outcome": "{{outcome}}"
1568
+ "dynamic": ""
1569
1569
  }
1570
1570
  },
1571
1571
  "basketball.point_range": {
@@ -5515,7 +5515,7 @@
5515
5515
  },
5516
5516
  "greyhound.place.v2": {
5517
5517
  "Name": "Place ({{position}} TBP)",
5518
- "Description": "Betting on a dog 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.",
5518
+ "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.",
5519
5519
  "Variables": [
5520
5520
  "position"
5521
5521
  ],
@@ -5588,7 +5588,8 @@
5588
5588
  },
5589
5589
  "greyhounds.place": {
5590
5590
  "Name": "Place ({{position}} TBP)",
5591
- "Description": "Betting on a dog 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.",
5591
+ "Primary": true,
5592
+ "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.",
5592
5593
  "Variables": [
5593
5594
  "position"
5594
5595
  ],
@@ -5599,6 +5600,7 @@
5599
5600
  },
5600
5601
  "greyhounds.win": {
5601
5602
  "Name": "Winner",
5603
+ "Primary": true,
5602
5604
  "Variables": [],
5603
5605
  "Split": "period=default",
5604
5606
  "Outcomes": {
@@ -5827,6 +5829,7 @@
5827
5829
  },
5828
5830
  "horse_racing.place": {
5829
5831
  "Name": "Place ({{position}} TBP)",
5832
+ "Primary": true,
5830
5833
  "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.",
5831
5834
  "Variables": [
5832
5835
  "position"
@@ -8084,7 +8087,7 @@
8084
8087
  "Variables": [],
8085
8088
  "Split": "default",
8086
8089
  "Outcomes": {
8087
- "dynamic.outcome": "{{outcome}}"
8090
+ "dynamic": ""
8088
8091
  }
8089
8092
  },
8090
8093
  "soccer.penalty_shootout_odd_even": {
@@ -8844,7 +8847,7 @@
8844
8847
  "Variables": [],
8845
8848
  "Split": "default",
8846
8849
  "Outcomes": {
8847
- "dynamic.outcome": "{{outcome}}"
8850
+ "dynamic": ""
8848
8851
  }
8849
8852
  },
8850
8853
  "tennis.point_in_game_and_set": {
@@ -5229,6 +5229,37 @@
5229
5229
  "dynamic.player": "{{player}}"
5230
5230
  }
5231
5231
  },
5232
+ "greyhounds.place": {
5233
+ "Name": "Lugar ({{position}} TBP)",
5234
+ "Primary": true,
5235
+ "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.",
5236
+ "Variables": [
5237
+ "position"
5238
+ ],
5239
+ "Split": "period=default\\u0026position={{position}}",
5240
+ "Outcomes": {
5241
+ "dynamic.player": "{{player}}"
5242
+ }
5243
+ },
5244
+ "greyhounds.win": {
5245
+ "Name": "Ganador",
5246
+ "Primary": true,
5247
+ "Description": "Ganador de la carrera",
5248
+ "Variables": [],
5249
+ "Split": "period=default",
5250
+ "Outcomes": {
5251
+ "dynamic.player": "{{player}}"
5252
+ }
5253
+ },
5254
+ "greyhounds.win_sp": {
5255
+ "Name": "Victoria",
5256
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5257
+ "Variables": [],
5258
+ "Split": "period=default",
5259
+ "Outcomes": {
5260
+ "dynamic.player": "{{player}}"
5261
+ }
5262
+ },
5232
5263
  "handball.1st_half_total": {
5233
5264
  "Name": "1º Mitad - total",
5234
5265
  "Variables": [
@@ -5442,6 +5473,7 @@
5442
5473
  },
5443
5474
  "horse_racing.place": {
5444
5475
  "Name": "Lugar ({{position}} TBP)",
5476
+ "Primary": true,
5445
5477
  "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.",
5446
5478
  "Variables": [
5447
5479
  "position"
@@ -5095,6 +5095,24 @@
5095
5095
  "dynamic.player": "{{player}}"
5096
5096
  }
5097
5097
  },
5098
+ "greyhounds.win": {
5099
+ "Name": "Vainqueur",
5100
+ "Primary": true,
5101
+ "Variables": [],
5102
+ "Split": "period=default",
5103
+ "Outcomes": {
5104
+ "dynamic.player": "{{player}}"
5105
+ }
5106
+ },
5107
+ "greyhounds.win_sp": {
5108
+ "Name": "Victoire",
5109
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5110
+ "Variables": [],
5111
+ "Split": "period=default",
5112
+ "Outcomes": {
5113
+ "dynamic.player": "{{player}}"
5114
+ }
5115
+ },
5098
5116
  "handball.1st_half_total": {
5099
5117
  "Name": "1ère mi-temps - total",
5100
5118
  "Variables": [
@@ -4863,6 +4863,24 @@
4863
4863
  "dynamic.player": "{{player}}"
4864
4864
  }
4865
4865
  },
4866
+ "greyhounds.win": {
4867
+ "Name": "Győztes ",
4868
+ "Primary": true,
4869
+ "Variables": [],
4870
+ "Split": "period=default",
4871
+ "Outcomes": {
4872
+ "dynamic.player": "{{player}}"
4873
+ }
4874
+ },
4875
+ "greyhounds.win_sp": {
4876
+ "Name": "Win",
4877
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4878
+ "Variables": [],
4879
+ "Split": "period=default",
4880
+ "Outcomes": {
4881
+ "dynamic.player": "{{player}}"
4882
+ }
4883
+ },
4866
4884
  "handball.1st_half_total": {
4867
4885
  "Name": "1.félidő - Összesített",
4868
4886
  "Variables": [
@@ -4874,6 +4874,24 @@
4874
4874
  "dynamic.player": "{{player}}"
4875
4875
  }
4876
4876
  },
4877
+ "greyhounds.win": {
4878
+ "Name": "Pemenang",
4879
+ "Primary": true,
4880
+ "Variables": [],
4881
+ "Split": "period=default",
4882
+ "Outcomes": {
4883
+ "dynamic.player": "{{player}}"
4884
+ }
4885
+ },
4886
+ "greyhounds.win_sp": {
4887
+ "Name": "Win",
4888
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4889
+ "Variables": [],
4890
+ "Split": "period=default",
4891
+ "Outcomes": {
4892
+ "dynamic.player": "{{player}}"
4893
+ }
4894
+ },
4877
4895
  "handball.1st_half_total": {
4878
4896
  "Name": "Babak pertama - total",
4879
4897
  "Variables": [
@@ -4886,6 +4886,24 @@
4886
4886
  "dynamic.player": "{{player}}"
4887
4887
  }
4888
4888
  },
4889
+ "greyhounds.win": {
4890
+ "Name": "Vincitore",
4891
+ "Primary": true,
4892
+ "Variables": [],
4893
+ "Split": "period=default",
4894
+ "Outcomes": {
4895
+ "dynamic.player": "{{player}}"
4896
+ }
4897
+ },
4898
+ "greyhounds.win_sp": {
4899
+ "Name": "Vincente",
4900
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4901
+ "Variables": [],
4902
+ "Split": "period=default",
4903
+ "Outcomes": {
4904
+ "dynamic.player": "{{player}}"
4905
+ }
4906
+ },
4889
4907
  "handball.1st_half_total": {
4890
4908
  "Name": "1.o tempo - totale",
4891
4909
  "Variables": [
@@ -5229,6 +5229,37 @@
5229
5229
  "dynamic.player": "{{player}}"
5230
5230
  }
5231
5231
  },
5232
+ "greyhounds.place": {
5233
+ "Name": "順位({{position}} 以内に入る)",
5234
+ "Primary": true,
5235
+ "Description": "馬が指定された順位に入ることにベットすることです。(例:「3TBP(3 to be placed)」では、ベットした馬が、上位3着に入れば当たりになります。)",
5236
+ "Variables": [
5237
+ "position"
5238
+ ],
5239
+ "Split": "period=default\\u0026position={{position}}",
5240
+ "Outcomes": {
5241
+ "dynamic.player": "{{player}}"
5242
+ }
5243
+ },
5244
+ "greyhounds.win": {
5245
+ "Name": "勝者",
5246
+ "Primary": true,
5247
+ "Description": "レースの勝利者",
5248
+ "Variables": [],
5249
+ "Split": "period=default",
5250
+ "Outcomes": {
5251
+ "dynamic.player": "{{player}}"
5252
+ }
5253
+ },
5254
+ "greyhounds.win_sp": {
5255
+ "Name": "ウィン",
5256
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5257
+ "Variables": [],
5258
+ "Split": "period=default",
5259
+ "Outcomes": {
5260
+ "dynamic.player": "{{player}}"
5261
+ }
5262
+ },
5232
5263
  "handball.1st_half_total": {
5233
5264
  "Name": "(前半)合計",
5234
5265
  "Variables": [
@@ -5442,6 +5473,7 @@
5442
5473
  },
5443
5474
  "horse_racing.place": {
5444
5475
  "Name": "順位({{position}} 以内に入る)",
5476
+ "Primary": true,
5445
5477
  "Description": "馬が指定された順位に入ることにベットすることです。(例:「3TBP(3 to be placed)」では、ベットした馬が、上位3着に入れば当たりになります。)",
5446
5478
  "Variables": [
5447
5479
  "position"
@@ -5123,6 +5123,24 @@
5123
5123
  "dynamic.player": "{{player}}"
5124
5124
  }
5125
5125
  },
5126
+ "greyhounds.win": {
5127
+ "Name": "승자",
5128
+ "Primary": true,
5129
+ "Variables": [],
5130
+ "Split": "period=default",
5131
+ "Outcomes": {
5132
+ "dynamic.player": "{{player}}"
5133
+ }
5134
+ },
5135
+ "greyhounds.win_sp": {
5136
+ "Name": "우승",
5137
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5138
+ "Variables": [],
5139
+ "Split": "period=default",
5140
+ "Outcomes": {
5141
+ "dynamic.player": "{{player}}"
5142
+ }
5143
+ },
5126
5144
  "handball.1st_half_total": {
5127
5145
  "Name": "전반전 - 합계",
5128
5146
  "Variables": [
@@ -4863,6 +4863,24 @@
4863
4863
  "dynamic.player": "{{player}}"
4864
4864
  }
4865
4865
  },
4866
+ "greyhounds.win": {
4867
+ "Name": "Uzvarētājs",
4868
+ "Primary": true,
4869
+ "Variables": [],
4870
+ "Split": "period=default",
4871
+ "Outcomes": {
4872
+ "dynamic.player": "{{player}}"
4873
+ }
4874
+ },
4875
+ "greyhounds.win_sp": {
4876
+ "Name": "Win",
4877
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4878
+ "Variables": [],
4879
+ "Split": "period=default",
4880
+ "Outcomes": {
4881
+ "dynamic.player": "{{player}}"
4882
+ }
4883
+ },
4866
4884
  "handball.1st_half_total": {
4867
4885
  "Name": "1. puslaiks - kopvērtējums",
4868
4886
  "Variables": [
@@ -5044,6 +5044,25 @@
5044
5044
  "dynamic.player": "{{player}}"
5045
5045
  }
5046
5046
  },
5047
+ "greyhounds.win": {
5048
+ "Name": "Zwycięzca",
5049
+ "Primary": true,
5050
+ "Description": "Zwycięzca wyścigu",
5051
+ "Variables": [],
5052
+ "Split": "period=default",
5053
+ "Outcomes": {
5054
+ "dynamic.player": "{{player}}"
5055
+ }
5056
+ },
5057
+ "greyhounds.win_sp": {
5058
+ "Name": "Win",
5059
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5060
+ "Variables": [],
5061
+ "Split": "period=default",
5062
+ "Outcomes": {
5063
+ "dynamic.player": "{{player}}"
5064
+ }
5065
+ },
5047
5066
  "handball.1st_half_total": {
5048
5067
  "Name": "1. Połowa - Suma",
5049
5068
  "Variables": [
@@ -4886,6 +4886,24 @@
4886
4886
  "dynamic.player": "{{player}}"
4887
4887
  }
4888
4888
  },
4889
+ "greyhounds.win": {
4890
+ "Name": "Vencedor",
4891
+ "Primary": true,
4892
+ "Variables": [],
4893
+ "Split": "period=default",
4894
+ "Outcomes": {
4895
+ "dynamic.player": "{{player}}"
4896
+ }
4897
+ },
4898
+ "greyhounds.win_sp": {
4899
+ "Name": "Vitória",
4900
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4901
+ "Variables": [],
4902
+ "Split": "period=default",
4903
+ "Outcomes": {
4904
+ "dynamic.player": "{{player}}"
4905
+ }
4906
+ },
4889
4907
  "handball.1st_half_total": {
4890
4908
  "Name": "1ª parte - total",
4891
4909
  "Variables": [
@@ -4886,6 +4886,24 @@
4886
4886
  "dynamic.player": "{{player}}"
4887
4887
  }
4888
4888
  },
4889
+ "greyhounds.win": {
4890
+ "Name": "Vencedor",
4891
+ "Primary": true,
4892
+ "Variables": [],
4893
+ "Split": "period=default",
4894
+ "Outcomes": {
4895
+ "dynamic.player": "{{player}}"
4896
+ }
4897
+ },
4898
+ "greyhounds.win_sp": {
4899
+ "Name": "Vitória",
4900
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4901
+ "Variables": [],
4902
+ "Split": "period=default",
4903
+ "Outcomes": {
4904
+ "dynamic.player": "{{player}}"
4905
+ }
4906
+ },
4889
4907
  "handball.1st_half_total": {
4890
4908
  "Name": "1ª parte - total",
4891
4909
  "Variables": [
@@ -5218,6 +5218,25 @@
5218
5218
  "dynamic.player": "{{player}}"
5219
5219
  }
5220
5220
  },
5221
+ "greyhounds.win": {
5222
+ "Name": "Победитель",
5223
+ "Primary": true,
5224
+ "Description": "Победитель гонки",
5225
+ "Variables": [],
5226
+ "Split": "period=default",
5227
+ "Outcomes": {
5228
+ "dynamic.player": "{{player}}"
5229
+ }
5230
+ },
5231
+ "greyhounds.win_sp": {
5232
+ "Name": "Побед",
5233
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
5234
+ "Variables": [],
5235
+ "Split": "period=default",
5236
+ "Outcomes": {
5237
+ "dynamic.player": "{{player}}"
5238
+ }
5239
+ },
5221
5240
  "handball.1st_half_total": {
5222
5241
  "Name": "1-я половина - тотал",
5223
5242
  "Variables": [
@@ -4886,6 +4886,24 @@
4886
4886
  "dynamic.player": "{{player}}"
4887
4887
  }
4888
4888
  },
4889
+ "greyhounds.win": {
4890
+ "Name": "Kazanan",
4891
+ "Primary": true,
4892
+ "Variables": [],
4893
+ "Split": "period=default",
4894
+ "Outcomes": {
4895
+ "dynamic.player": "{{player}}"
4896
+ }
4897
+ },
4898
+ "greyhounds.win_sp": {
4899
+ "Name": "Win",
4900
+ "Description": "The starting price (SP) will be the official odds declared by the on-course bookmakers at the start of the race.",
4901
+ "Variables": [],
4902
+ "Split": "period=default",
4903
+ "Outcomes": {
4904
+ "dynamic.player": "{{player}}"
4905
+ }
4906
+ },
4889
4907
  "handball.1st_half_total": {
4890
4908
  "Name": "İlk Yarı - Toplam gol",
4891
4909
  "Variables": [