@cloudbet/market-helper 1.46.28 → 1.46.29
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.
|
@@ -2203,7 +2203,7 @@
|
|
|
2203
2203
|
}
|
|
2204
2204
|
},
|
|
2205
2205
|
"baseball.1x2_and_total_period_ot": {
|
|
2206
|
-
"Name": "1x2 \u0026 total (Incl.
|
|
2206
|
+
"Name": "1x2 \u0026 total (Incl. Extra Innings)",
|
|
2207
2207
|
"Variables": [
|
|
2208
2208
|
"total"
|
|
2209
2209
|
],
|
|
@@ -2320,6 +2320,37 @@
|
|
|
2320
2320
|
"yes": "Yes"
|
|
2321
2321
|
}
|
|
2322
2322
|
},
|
|
2323
|
+
"baseball.home_runs_asian_handicap_incl_ot": {
|
|
2324
|
+
"Name": "Home Runs Handicap (Incl. Extra Innings)",
|
|
2325
|
+
"Variables": [
|
|
2326
|
+
"handicap"
|
|
2327
|
+
],
|
|
2328
|
+
"Split": "period=ot_home_runs",
|
|
2329
|
+
"Outcomes": {
|
|
2330
|
+
"away": "{{away}} {{-handicap}}",
|
|
2331
|
+
"home": "{{home}} {{handicap}}"
|
|
2332
|
+
}
|
|
2333
|
+
},
|
|
2334
|
+
"baseball.home_runs_odd_even_incl_ot": {
|
|
2335
|
+
"Name": "Home Runs Odd/Even (Incl. Extra Innings)",
|
|
2336
|
+
"Variables": [],
|
|
2337
|
+
"Split": "period=ot_home_runs",
|
|
2338
|
+
"Outcomes": {
|
|
2339
|
+
"even": "Even",
|
|
2340
|
+
"odd": "Odd"
|
|
2341
|
+
}
|
|
2342
|
+
},
|
|
2343
|
+
"baseball.home_runs_team_odd_even_incl_ot": {
|
|
2344
|
+
"Name": "{{team}} Home Runs Odd/Even (Incl. Extra Innings)",
|
|
2345
|
+
"Variables": [
|
|
2346
|
+
"team"
|
|
2347
|
+
],
|
|
2348
|
+
"Split": "period=ot_home_runs\u0026team={{team}}",
|
|
2349
|
+
"Outcomes": {
|
|
2350
|
+
"even": "Even",
|
|
2351
|
+
"odd": "Odd"
|
|
2352
|
+
}
|
|
2353
|
+
},
|
|
2323
2354
|
"baseball.inning_1x2": {
|
|
2324
2355
|
"Name": "Inning {{inning}} - 1x2",
|
|
2325
2356
|
"Variables": [
|
|
@@ -2380,7 +2411,7 @@
|
|
|
2380
2411
|
}
|
|
2381
2412
|
},
|
|
2382
2413
|
"baseball.odd_even": {
|
|
2383
|
-
"Name": "Odd/even (Incl.
|
|
2414
|
+
"Name": "Odd/even (Incl. Extra Innings)",
|
|
2384
2415
|
"Variables": [],
|
|
2385
2416
|
"Split": "period=ot\u0026period=ft",
|
|
2386
2417
|
"Outcomes": {
|
|
@@ -2414,8 +2445,138 @@
|
|
|
2414
2445
|
"dynamic": ""
|
|
2415
2446
|
}
|
|
2416
2447
|
},
|
|
2448
|
+
"baseball.player_props_batter_strikeouts_player_over_eq_incl_ot": {
|
|
2449
|
+
"Name": "{{player_key}} Total Batter Strikeouts",
|
|
2450
|
+
"Variables": [
|
|
2451
|
+
"player_key"
|
|
2452
|
+
],
|
|
2453
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2454
|
+
"Outcomes": {
|
|
2455
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2456
|
+
}
|
|
2457
|
+
},
|
|
2458
|
+
"baseball.player_props_doubles_player_over_eq_incl_ot": {
|
|
2459
|
+
"Name": "{{player_key}} Total Doubles",
|
|
2460
|
+
"Variables": [
|
|
2461
|
+
"player_key"
|
|
2462
|
+
],
|
|
2463
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2464
|
+
"Outcomes": {
|
|
2465
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2466
|
+
}
|
|
2467
|
+
},
|
|
2468
|
+
"baseball.player_props_hits_allowed_player_over_eq_incl_ot": {
|
|
2469
|
+
"Name": "{{player_key}} Total Hits Allowed",
|
|
2470
|
+
"Variables": [
|
|
2471
|
+
"player_key"
|
|
2472
|
+
],
|
|
2473
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2474
|
+
"Outcomes": {
|
|
2475
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"baseball.player_props_hits_player_over_eq_incl_ot": {
|
|
2479
|
+
"Name": "{{player_key}} Total Hits",
|
|
2480
|
+
"Variables": [
|
|
2481
|
+
"player_key"
|
|
2482
|
+
],
|
|
2483
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2484
|
+
"Outcomes": {
|
|
2485
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2486
|
+
}
|
|
2487
|
+
},
|
|
2488
|
+
"baseball.player_props_home_runs_player_over_eq_incl_ot": {
|
|
2489
|
+
"Name": "{{player_key}} Total Home Runs",
|
|
2490
|
+
"Variables": [
|
|
2491
|
+
"player_key"
|
|
2492
|
+
],
|
|
2493
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2494
|
+
"Outcomes": {
|
|
2495
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2496
|
+
}
|
|
2497
|
+
},
|
|
2498
|
+
"baseball.player_props_outs_player_over_eq_incl_ot": {
|
|
2499
|
+
"Name": "{{player_key}} Total Outs",
|
|
2500
|
+
"Variables": [
|
|
2501
|
+
"player_key"
|
|
2502
|
+
],
|
|
2503
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2504
|
+
"Outcomes": {
|
|
2505
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"baseball.player_props_runs_player_over_eq_incl_ot": {
|
|
2509
|
+
"Name": "{{player_key}} Total Runs",
|
|
2510
|
+
"Variables": [
|
|
2511
|
+
"player_key"
|
|
2512
|
+
],
|
|
2513
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2514
|
+
"Outcomes": {
|
|
2515
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2516
|
+
}
|
|
2517
|
+
},
|
|
2518
|
+
"baseball.player_props_singles_player_over_eq_incl_ot": {
|
|
2519
|
+
"Name": "{{player_key}} Total Singles",
|
|
2520
|
+
"Variables": [
|
|
2521
|
+
"player_key"
|
|
2522
|
+
],
|
|
2523
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2524
|
+
"Outcomes": {
|
|
2525
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2526
|
+
}
|
|
2527
|
+
},
|
|
2528
|
+
"baseball.player_props_stolen_bases_player_over_eq_incl_ot": {
|
|
2529
|
+
"Name": "{{player_key}} Total Stolen Bases",
|
|
2530
|
+
"Variables": [
|
|
2531
|
+
"player_key"
|
|
2532
|
+
],
|
|
2533
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2534
|
+
"Outcomes": {
|
|
2535
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2536
|
+
}
|
|
2537
|
+
},
|
|
2538
|
+
"baseball.player_props_strikeouts_player_over_eq_incl_ot": {
|
|
2539
|
+
"Name": "{{player_key}} Total Strikeouts",
|
|
2540
|
+
"Variables": [
|
|
2541
|
+
"player_key"
|
|
2542
|
+
],
|
|
2543
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2544
|
+
"Outcomes": {
|
|
2545
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2546
|
+
}
|
|
2547
|
+
},
|
|
2548
|
+
"baseball.player_props_total_bases_player_over_eq_incl_ot": {
|
|
2549
|
+
"Name": "{{player_key}} Total Bases",
|
|
2550
|
+
"Variables": [
|
|
2551
|
+
"player_key"
|
|
2552
|
+
],
|
|
2553
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2554
|
+
"Outcomes": {
|
|
2555
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2556
|
+
}
|
|
2557
|
+
},
|
|
2558
|
+
"baseball.player_props_triples_player_over_eq_incl_ot": {
|
|
2559
|
+
"Name": "{{player_key}} Total Triples",
|
|
2560
|
+
"Variables": [
|
|
2561
|
+
"player_key"
|
|
2562
|
+
],
|
|
2563
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2564
|
+
"Outcomes": {
|
|
2565
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"baseball.player_props_walks_player_over_eq_incl_ot": {
|
|
2569
|
+
"Name": "{{player_key}} Total Walks",
|
|
2570
|
+
"Variables": [
|
|
2571
|
+
"player_key"
|
|
2572
|
+
],
|
|
2573
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2574
|
+
"Outcomes": {
|
|
2575
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2576
|
+
}
|
|
2577
|
+
},
|
|
2417
2578
|
"baseball.player_total_batter_runs_and_runs_batted_in_period_ot": {
|
|
2418
|
-
"Name": "{{player}} total batter runs + runs batted in (Incl.
|
|
2579
|
+
"Name": "{{player}} total batter runs + runs batted in (Incl. Extra Innings)",
|
|
2419
2580
|
"Variables": [
|
|
2420
2581
|
"player",
|
|
2421
2582
|
"total"
|
|
@@ -2427,7 +2588,7 @@
|
|
|
2427
2588
|
}
|
|
2428
2589
|
},
|
|
2429
2590
|
"baseball.race_to_runs": {
|
|
2430
|
-
"Name": "Race to {{run}} runs (Incl.
|
|
2591
|
+
"Name": "Race to {{run}} runs (Incl. Extra Innings)",
|
|
2431
2592
|
"Variables": [
|
|
2432
2593
|
"run"
|
|
2433
2594
|
],
|
|
@@ -2478,7 +2639,7 @@
|
|
|
2478
2639
|
}
|
|
2479
2640
|
},
|
|
2480
2641
|
"baseball.run_range_period_ot": {
|
|
2481
|
-
"Name": "Run range (Incl.
|
|
2642
|
+
"Name": "Run range (Incl. Extra Innings)",
|
|
2482
2643
|
"Variables": [],
|
|
2483
2644
|
"Split": "period=ft\u0026period=ot",
|
|
2484
2645
|
"Outcomes": {
|
|
@@ -2486,7 +2647,7 @@
|
|
|
2486
2647
|
}
|
|
2487
2648
|
},
|
|
2488
2649
|
"baseball.run_runnr_period_ot": {
|
|
2489
|
-
"Name": "Run {{runnr}} (Incl.
|
|
2650
|
+
"Name": "Run {{runnr}} (Incl. Extra Innings)",
|
|
2490
2651
|
"Variables": [
|
|
2491
2652
|
"runnr"
|
|
2492
2653
|
],
|
|
@@ -2497,8 +2658,55 @@
|
|
|
2497
2658
|
"none": "None"
|
|
2498
2659
|
}
|
|
2499
2660
|
},
|
|
2661
|
+
"baseball.runs_odd_even_in_inning": {
|
|
2662
|
+
"Name": "Inning {{inning}} - Odd/Even",
|
|
2663
|
+
"Variables": [
|
|
2664
|
+
"inning"
|
|
2665
|
+
],
|
|
2666
|
+
"Split": "period=inning{{inning}}",
|
|
2667
|
+
"Outcomes": {
|
|
2668
|
+
"even": "Even",
|
|
2669
|
+
"odd": "Odd"
|
|
2670
|
+
}
|
|
2671
|
+
},
|
|
2672
|
+
"baseball.runs_team_odd_even_in_inning": {
|
|
2673
|
+
"Name": "Inning {{inning}} - {{team}} Odd/Even",
|
|
2674
|
+
"Variables": [
|
|
2675
|
+
"inning",
|
|
2676
|
+
"team"
|
|
2677
|
+
],
|
|
2678
|
+
"Split": "period=inning{{inning}}\u0026team={{team}}",
|
|
2679
|
+
"Outcomes": {
|
|
2680
|
+
"even": "Even",
|
|
2681
|
+
"odd": "Odd"
|
|
2682
|
+
}
|
|
2683
|
+
},
|
|
2684
|
+
"baseball.runs_team_odd_even_incl_ot": {
|
|
2685
|
+
"Name": "{{team}} Runs Odd/Even (Incl. Extra Innings)",
|
|
2686
|
+
"Variables": [
|
|
2687
|
+
"team"
|
|
2688
|
+
],
|
|
2689
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
2690
|
+
"Outcomes": {
|
|
2691
|
+
"even": "Even",
|
|
2692
|
+
"odd": "Odd"
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
"baseball.runs_team_total_in_inning": {
|
|
2696
|
+
"Name": "Inning {{inning}} - {{team}} Total",
|
|
2697
|
+
"Variables": [
|
|
2698
|
+
"inning",
|
|
2699
|
+
"team",
|
|
2700
|
+
"total"
|
|
2701
|
+
],
|
|
2702
|
+
"Split": "period=inning{{inning}}\u0026team={{team}}",
|
|
2703
|
+
"Outcomes": {
|
|
2704
|
+
"over": "Over {{total}}",
|
|
2705
|
+
"under": "Under {{total}}"
|
|
2706
|
+
}
|
|
2707
|
+
},
|
|
2500
2708
|
"baseball.team_total_home_runs_period_ot": {
|
|
2501
|
-
"Name": "{{team}} total home runs (Incl.
|
|
2709
|
+
"Name": "{{team}} total home runs (Incl. Extra Innings)",
|
|
2502
2710
|
"Variables": [
|
|
2503
2711
|
"team",
|
|
2504
2712
|
"total"
|
|
@@ -2510,7 +2718,7 @@
|
|
|
2510
2718
|
}
|
|
2511
2719
|
},
|
|
2512
2720
|
"baseball.team_totals": {
|
|
2513
|
-
"Name": "{{team}} Total (Incl.
|
|
2721
|
+
"Name": "{{team}} Total (Incl. Extra Innings)",
|
|
2514
2722
|
"Variables": [
|
|
2515
2723
|
"total",
|
|
2516
2724
|
"team",
|
|
@@ -2536,7 +2744,7 @@
|
|
|
2536
2744
|
}
|
|
2537
2745
|
},
|
|
2538
2746
|
"baseball.total_hits_period_ot": {
|
|
2539
|
-
"Name": "Total hits (Incl.
|
|
2747
|
+
"Name": "Total hits (Incl. Extra Innings)",
|
|
2540
2748
|
"Variables": [
|
|
2541
2749
|
"total"
|
|
2542
2750
|
],
|
|
@@ -2547,7 +2755,7 @@
|
|
|
2547
2755
|
}
|
|
2548
2756
|
},
|
|
2549
2757
|
"baseball.total_home_runs_period_ot": {
|
|
2550
|
-
"Name": "Total home runs (Incl.
|
|
2758
|
+
"Name": "Total home runs (Incl. Extra Innings)",
|
|
2551
2759
|
"Variables": [
|
|
2552
2760
|
"total"
|
|
2553
2761
|
],
|
|
@@ -2610,7 +2818,7 @@
|
|
|
2610
2818
|
}
|
|
2611
2819
|
},
|
|
2612
2820
|
"baseball.which_team_wins_the_rest_of_the_match": {
|
|
2613
|
-
"Name": "Which team wins the rest of the match at {{score}} (Incl.
|
|
2821
|
+
"Name": "Which team wins the rest of the match at {{score}} (Incl. Extra Innings)",
|
|
2614
2822
|
"Variables": [
|
|
2615
2823
|
"score"
|
|
2616
2824
|
],
|
|
@@ -4502,113 +4710,256 @@
|
|
|
4502
4710
|
"sell": "Sell"
|
|
4503
4711
|
}
|
|
4504
4712
|
},
|
|
4505
|
-
"cricket.
|
|
4506
|
-
"Name": "
|
|
4507
|
-
"Description": "How many runs in that session of that day?",
|
|
4508
|
-
"Variables": [
|
|
4509
|
-
"day",
|
|
4510
|
-
"session",
|
|
4511
|
-
"total"
|
|
4512
|
-
],
|
|
4513
|
-
"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
|
|
4514
|
-
"Outcomes": {
|
|
4515
|
-
"over": "Over {{total}}",
|
|
4516
|
-
"under": "Under {{total}}"
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
"cricket.freetext": {
|
|
4520
|
-
"Name": "{{market_name}}",
|
|
4713
|
+
"cricket.catches_match_over_eq_in_innings": {
|
|
4714
|
+
"Name": "Innings {{innings}} - Total Catches",
|
|
4521
4715
|
"Variables": [
|
|
4522
|
-
"
|
|
4716
|
+
"innings"
|
|
4523
4717
|
],
|
|
4524
|
-
"Split": "
|
|
4718
|
+
"Split": "period=innings{{innings}}",
|
|
4525
4719
|
"Outcomes": {
|
|
4526
4720
|
"dynamic.outcome": "{{outcome}}"
|
|
4527
4721
|
}
|
|
4528
4722
|
},
|
|
4529
|
-
"cricket.
|
|
4530
|
-
"Name": "
|
|
4531
|
-
"Variables": [
|
|
4532
|
-
"market_name_key"
|
|
4533
|
-
],
|
|
4534
|
-
"Split": "market_name_key={{market_name_key}}",
|
|
4535
|
-
"Outcomes": {
|
|
4536
|
-
"dynamic": ""
|
|
4537
|
-
}
|
|
4538
|
-
},
|
|
4539
|
-
"cricket.home_away_supremacy": {
|
|
4540
|
-
"Name": "{{home}}/{{away}} supremacy",
|
|
4723
|
+
"cricket.catches_match_over_eq_incl_ot": {
|
|
4724
|
+
"Name": "Total Catches (Incl. Super Over)",
|
|
4541
4725
|
"Variables": [],
|
|
4542
|
-
"Split": "period=
|
|
4726
|
+
"Split": "period=ot",
|
|
4543
4727
|
"Outcomes": {
|
|
4544
|
-
"
|
|
4545
|
-
"mid": "Mid",
|
|
4546
|
-
"sell": "Sell"
|
|
4728
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4547
4729
|
}
|
|
4548
4730
|
},
|
|
4549
|
-
"cricket.
|
|
4550
|
-
"Name": "
|
|
4551
|
-
"
|
|
4552
|
-
"
|
|
4553
|
-
"innings",
|
|
4554
|
-
"dismissal",
|
|
4555
|
-
"player"
|
|
4556
|
-
],
|
|
4557
|
-
"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
|
|
4731
|
+
"cricket.catches_moneyline_incl_ot": {
|
|
4732
|
+
"Name": "Most Catches (Incl. Super Over)",
|
|
4733
|
+
"Variables": [],
|
|
4734
|
+
"Split": "period=ot",
|
|
4558
4735
|
"Outcomes": {
|
|
4559
|
-
"
|
|
4736
|
+
"away": "{{away}}",
|
|
4737
|
+
"home": "{{home}}"
|
|
4560
4738
|
}
|
|
4561
4739
|
},
|
|
4562
|
-
"cricket.
|
|
4563
|
-
"Name": "
|
|
4740
|
+
"cricket.catches_team_total_incl_ot": {
|
|
4741
|
+
"Name": "{{team}} Total Catches (Incl. Super Over)",
|
|
4564
4742
|
"Variables": [
|
|
4565
|
-
"
|
|
4566
|
-
"
|
|
4567
|
-
"team"
|
|
4743
|
+
"team",
|
|
4744
|
+
"total"
|
|
4568
4745
|
],
|
|
4569
|
-
"Split": "
|
|
4746
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
4570
4747
|
"Outcomes": {
|
|
4571
|
-
"
|
|
4748
|
+
"over": "Over {{total}}",
|
|
4749
|
+
"under": "Under {{total}}"
|
|
4572
4750
|
}
|
|
4573
4751
|
},
|
|
4574
|
-
"cricket.
|
|
4575
|
-
"Name": "Innings {{innings}}
|
|
4576
|
-
"Deprecated": true,
|
|
4752
|
+
"cricket.catches_total_in_innings": {
|
|
4753
|
+
"Name": "Innings {{innings}} - Total Catches",
|
|
4577
4754
|
"Variables": [
|
|
4578
4755
|
"innings",
|
|
4579
|
-
"over",
|
|
4580
|
-
"team",
|
|
4581
4756
|
"total"
|
|
4582
4757
|
],
|
|
4583
|
-
"Split": "
|
|
4758
|
+
"Split": "period=innings{{innings}}",
|
|
4584
4759
|
"Outcomes": {
|
|
4585
4760
|
"over": "Over {{total}}",
|
|
4586
4761
|
"under": "Under {{total}}"
|
|
4587
4762
|
}
|
|
4588
4763
|
},
|
|
4589
|
-
"cricket.
|
|
4590
|
-
"Name": "
|
|
4764
|
+
"cricket.catches_total_incl_ot": {
|
|
4765
|
+
"Name": "Total Catches (Incl. Super Over)",
|
|
4591
4766
|
"Variables": [
|
|
4592
|
-
"
|
|
4593
|
-
"innings",
|
|
4594
|
-
"over",
|
|
4595
|
-
"team"
|
|
4767
|
+
"total"
|
|
4596
4768
|
],
|
|
4597
|
-
"Split": "
|
|
4769
|
+
"Split": "period=ot",
|
|
4598
4770
|
"Outcomes": {
|
|
4599
|
-
"
|
|
4771
|
+
"over": "Over {{total}}",
|
|
4772
|
+
"under": "Under {{total}}"
|
|
4600
4773
|
}
|
|
4601
4774
|
},
|
|
4602
|
-
"cricket.
|
|
4603
|
-
"Name": "
|
|
4775
|
+
"cricket.day_session_total": {
|
|
4776
|
+
"Name": "Day {{day}} session {{session}} total",
|
|
4777
|
+
"Description": "How many runs in that session of that day?",
|
|
4604
4778
|
"Variables": [
|
|
4605
|
-
"
|
|
4606
|
-
"
|
|
4607
|
-
"over",
|
|
4608
|
-
"team",
|
|
4779
|
+
"day",
|
|
4780
|
+
"session",
|
|
4609
4781
|
"total"
|
|
4610
4782
|
],
|
|
4611
|
-
"Split": "
|
|
4783
|
+
"Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
|
|
4784
|
+
"Outcomes": {
|
|
4785
|
+
"over": "Over {{total}}",
|
|
4786
|
+
"under": "Under {{total}}"
|
|
4787
|
+
}
|
|
4788
|
+
},
|
|
4789
|
+
"cricket.fours_match_over_eq_in_innings": {
|
|
4790
|
+
"Name": "Innings {{innings}} - Total Fours",
|
|
4791
|
+
"Variables": [
|
|
4792
|
+
"innings"
|
|
4793
|
+
],
|
|
4794
|
+
"Split": "period=innings{{innings}}",
|
|
4795
|
+
"Outcomes": {
|
|
4796
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4797
|
+
}
|
|
4798
|
+
},
|
|
4799
|
+
"cricket.fours_match_over_eq_incl_ot": {
|
|
4800
|
+
"Name": "Total Fours (Incl. Super Over)",
|
|
4801
|
+
"Variables": [],
|
|
4802
|
+
"Split": "period=ot",
|
|
4803
|
+
"Outcomes": {
|
|
4804
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4805
|
+
}
|
|
4806
|
+
},
|
|
4807
|
+
"cricket.fours_moneyline_incl_ot": {
|
|
4808
|
+
"Name": "Most Fours (Incl. Super Over)",
|
|
4809
|
+
"Variables": [],
|
|
4810
|
+
"Split": "period=ot",
|
|
4811
|
+
"Outcomes": {
|
|
4812
|
+
"away": "{{away}}",
|
|
4813
|
+
"home": "{{home}}"
|
|
4814
|
+
}
|
|
4815
|
+
},
|
|
4816
|
+
"cricket.fours_team_total_incl_ot": {
|
|
4817
|
+
"Name": "{{team}} Total Fours (Incl. Super Over)",
|
|
4818
|
+
"Variables": [
|
|
4819
|
+
"team",
|
|
4820
|
+
"total"
|
|
4821
|
+
],
|
|
4822
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
4823
|
+
"Outcomes": {
|
|
4824
|
+
"over": "Over {{total}}",
|
|
4825
|
+
"under": "Under {{total}}"
|
|
4826
|
+
}
|
|
4827
|
+
},
|
|
4828
|
+
"cricket.fours_total_in_innings": {
|
|
4829
|
+
"Name": "Innings {{innings}} - Total Fours",
|
|
4830
|
+
"Variables": [
|
|
4831
|
+
"innings",
|
|
4832
|
+
"total"
|
|
4833
|
+
],
|
|
4834
|
+
"Split": "period=innings{{innings}}",
|
|
4835
|
+
"Outcomes": {
|
|
4836
|
+
"over": "Over {{total}}",
|
|
4837
|
+
"under": "Under {{total}}"
|
|
4838
|
+
}
|
|
4839
|
+
},
|
|
4840
|
+
"cricket.fours_total_incl_ot": {
|
|
4841
|
+
"Name": "Total Fours (Incl. Super Over)",
|
|
4842
|
+
"Variables": [
|
|
4843
|
+
"total"
|
|
4844
|
+
],
|
|
4845
|
+
"Split": "period=ot",
|
|
4846
|
+
"Outcomes": {
|
|
4847
|
+
"over": "Over {{total}}",
|
|
4848
|
+
"under": "Under {{total}}"
|
|
4849
|
+
}
|
|
4850
|
+
},
|
|
4851
|
+
"cricket.freetext": {
|
|
4852
|
+
"Name": "{{market_name}}",
|
|
4853
|
+
"Variables": [
|
|
4854
|
+
"market_name"
|
|
4855
|
+
],
|
|
4856
|
+
"Split": "market_name={{market_name}}",
|
|
4857
|
+
"Outcomes": {
|
|
4858
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4859
|
+
}
|
|
4860
|
+
},
|
|
4861
|
+
"cricket.freetext.v3": {
|
|
4862
|
+
"Name": "{{market_name_key}}",
|
|
4863
|
+
"Variables": [
|
|
4864
|
+
"market_name_key"
|
|
4865
|
+
],
|
|
4866
|
+
"Split": "market_name_key={{market_name_key}}",
|
|
4867
|
+
"Outcomes": {
|
|
4868
|
+
"dynamic": ""
|
|
4869
|
+
}
|
|
4870
|
+
},
|
|
4871
|
+
"cricket.hattricks_match_over_eq_incl_ot": {
|
|
4872
|
+
"Name": "Total Hat-Tricks (Incl. Super Over)",
|
|
4873
|
+
"Variables": [],
|
|
4874
|
+
"Split": "period=ot",
|
|
4875
|
+
"Outcomes": {
|
|
4876
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4877
|
+
}
|
|
4878
|
+
},
|
|
4879
|
+
"cricket.hattricks_total_incl_ot": {
|
|
4880
|
+
"Name": "Total Hat-Tricks (Incl. Super Over)",
|
|
4881
|
+
"Variables": [
|
|
4882
|
+
"total"
|
|
4883
|
+
],
|
|
4884
|
+
"Split": "period=ot",
|
|
4885
|
+
"Outcomes": {
|
|
4886
|
+
"over": "Over {{total}}",
|
|
4887
|
+
"under": "Under {{total}}"
|
|
4888
|
+
}
|
|
4889
|
+
},
|
|
4890
|
+
"cricket.home_away_supremacy": {
|
|
4891
|
+
"Name": "{{home}}/{{away}} supremacy",
|
|
4892
|
+
"Variables": [],
|
|
4893
|
+
"Split": "period=default",
|
|
4894
|
+
"Outcomes": {
|
|
4895
|
+
"buy": "Buy",
|
|
4896
|
+
"mid": "Mid",
|
|
4897
|
+
"sell": "Sell"
|
|
4898
|
+
}
|
|
4899
|
+
},
|
|
4900
|
+
"cricket.innings_dismissal_batter_out": {
|
|
4901
|
+
"Name": "Innings {{innings}}, dismissal {{dismissal}} - Next Batter Out",
|
|
4902
|
+
"Description": "Which batter will be dismissed next?",
|
|
4903
|
+
"Variables": [
|
|
4904
|
+
"innings",
|
|
4905
|
+
"dismissal",
|
|
4906
|
+
"player"
|
|
4907
|
+
],
|
|
4908
|
+
"Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
|
|
4909
|
+
"Outcomes": {
|
|
4910
|
+
"dynamic.player": "{{player}}"
|
|
4911
|
+
}
|
|
4912
|
+
},
|
|
4913
|
+
"cricket.innings_over_x_team_run_range": {
|
|
4914
|
+
"Name": "Innings {{innings}} over {{over}} - {{team}} run range",
|
|
4915
|
+
"Variables": [
|
|
4916
|
+
"innings",
|
|
4917
|
+
"over",
|
|
4918
|
+
"team"
|
|
4919
|
+
],
|
|
4920
|
+
"Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
4921
|
+
"Outcomes": {
|
|
4922
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4923
|
+
}
|
|
4924
|
+
},
|
|
4925
|
+
"cricket.innings_over_x_team_total": {
|
|
4926
|
+
"Name": "Innings {{innings}} over {{over}} - {{team}} total",
|
|
4927
|
+
"Deprecated": true,
|
|
4928
|
+
"Variables": [
|
|
4929
|
+
"innings",
|
|
4930
|
+
"over",
|
|
4931
|
+
"team",
|
|
4932
|
+
"total"
|
|
4933
|
+
],
|
|
4934
|
+
"Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
4935
|
+
"Outcomes": {
|
|
4936
|
+
"over": "Over {{total}}",
|
|
4937
|
+
"under": "Under {{total}}"
|
|
4938
|
+
}
|
|
4939
|
+
},
|
|
4940
|
+
"cricket.innings_over_x_xth_delivery_team_exact_runs": {
|
|
4941
|
+
"Name": "Innings {{innings}} over {{over}} - delivery {{delivery}} {{team}} exact runs",
|
|
4942
|
+
"Variables": [
|
|
4943
|
+
"delivery",
|
|
4944
|
+
"innings",
|
|
4945
|
+
"over",
|
|
4946
|
+
"team"
|
|
4947
|
+
],
|
|
4948
|
+
"Split": "delivery={{delivery}}\u0026over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
4949
|
+
"Outcomes": {
|
|
4950
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4951
|
+
}
|
|
4952
|
+
},
|
|
4953
|
+
"cricket.innings_over_x_xth_delivery_team_total": {
|
|
4954
|
+
"Name": "Innings {{innings}} over {{over}} - delivery {{delivery}} {{team}} total",
|
|
4955
|
+
"Variables": [
|
|
4956
|
+
"delivery",
|
|
4957
|
+
"innings",
|
|
4958
|
+
"over",
|
|
4959
|
+
"team",
|
|
4960
|
+
"total"
|
|
4961
|
+
],
|
|
4962
|
+
"Split": "delivery={{delivery}}\u0026over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
4612
4963
|
"Outcomes": {
|
|
4613
4964
|
"over": "Over {{total}}",
|
|
4614
4965
|
"under": "Under {{total}}"
|
|
@@ -4667,273 +5018,624 @@
|
|
|
4667
5018
|
"under": "Under {{total}}"
|
|
4668
5019
|
}
|
|
4669
5020
|
},
|
|
4670
|
-
"cricket.innings_player_to_score_milestone": {
|
|
4671
|
-
"Name": "Innings {{innings}} - {{player}} to score {{milestone}}",
|
|
5021
|
+
"cricket.innings_player_to_score_milestone": {
|
|
5022
|
+
"Name": "Innings {{innings}} - {{player}} to score {{milestone}}",
|
|
5023
|
+
"Description": "Will the batter score that many runs?",
|
|
5024
|
+
"Variables": [
|
|
5025
|
+
"innings",
|
|
5026
|
+
"player",
|
|
5027
|
+
"milestone"
|
|
5028
|
+
],
|
|
5029
|
+
"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}\u0026milestone={{milestone}}",
|
|
5030
|
+
"Outcomes": {
|
|
5031
|
+
"no": "No",
|
|
5032
|
+
"yes": "Yes"
|
|
5033
|
+
}
|
|
5034
|
+
},
|
|
5035
|
+
"cricket.innings_player_total_deliveries_faced": {
|
|
5036
|
+
"Name": "Innings {{innings}} - {{player}} total deliveries faced",
|
|
5037
|
+
"Variables": [
|
|
5038
|
+
"innings",
|
|
5039
|
+
"player",
|
|
5040
|
+
"total"
|
|
5041
|
+
],
|
|
5042
|
+
"Split": "period=innings{{innings}}\u0026player={{player}}",
|
|
5043
|
+
"Outcomes": {
|
|
5044
|
+
"over": "Over {{total}}",
|
|
5045
|
+
"under": "Under {{total}}"
|
|
5046
|
+
}
|
|
5047
|
+
},
|
|
5048
|
+
"cricket.innings_player_total_fours": {
|
|
5049
|
+
"Name": "Innings {{innings}} - {{player}} total fours",
|
|
5050
|
+
"Description": "Fours scored by the batter",
|
|
5051
|
+
"Variables": [
|
|
5052
|
+
"innings",
|
|
5053
|
+
"player",
|
|
5054
|
+
"total"
|
|
5055
|
+
],
|
|
5056
|
+
"Split": "period=ft\u0026period=innings{{innings}}\u0026player={{player}}",
|
|
5057
|
+
"Outcomes": {
|
|
5058
|
+
"over": "Over {{total}}",
|
|
5059
|
+
"under": "Under {{total}}"
|
|
5060
|
+
}
|
|
5061
|
+
},
|
|
5062
|
+
"cricket.innings_team_run_range": {
|
|
5063
|
+
"Name": "Innings {{innings}} - {{team}} run range",
|
|
5064
|
+
"Variables": [
|
|
5065
|
+
"innings",
|
|
5066
|
+
"team"
|
|
5067
|
+
],
|
|
5068
|
+
"Split": "period=innings{{innings}}\u0026team={{team}}",
|
|
5069
|
+
"Outcomes": {
|
|
5070
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5071
|
+
}
|
|
5072
|
+
},
|
|
5073
|
+
"cricket.innings_team_top_batter": {
|
|
5074
|
+
"Name": "Innings {{innings}} - {{team}} top batter",
|
|
5075
|
+
"Variables": [
|
|
5076
|
+
"innings",
|
|
5077
|
+
"team"
|
|
5078
|
+
],
|
|
5079
|
+
"Split": "period=innings{{innings}}\u0026team={{team}}",
|
|
5080
|
+
"Outcomes": {
|
|
5081
|
+
"dynamic.player": "{{player}}"
|
|
5082
|
+
}
|
|
5083
|
+
},
|
|
5084
|
+
"cricket.innings_team_total": {
|
|
5085
|
+
"Name": "Innings {{innings}} - {{team}} total",
|
|
5086
|
+
"Variables": [
|
|
5087
|
+
"innings",
|
|
5088
|
+
"team",
|
|
5089
|
+
"total"
|
|
5090
|
+
],
|
|
5091
|
+
"Split": "period=innings{{innings}}\u0026team={{team}}",
|
|
5092
|
+
"Outcomes": {
|
|
5093
|
+
"over": "Over {{total}}",
|
|
5094
|
+
"under": "Under {{total}}"
|
|
5095
|
+
}
|
|
5096
|
+
},
|
|
5097
|
+
"cricket.innings_team_total_at_xth_dismissal": {
|
|
5098
|
+
"Name": "Innings {{innings}} - {{team}} total at dismissal {{dismissal}}",
|
|
5099
|
+
"Variables": [
|
|
5100
|
+
"dismissal",
|
|
5101
|
+
"innings",
|
|
5102
|
+
"team",
|
|
5103
|
+
"total"
|
|
5104
|
+
],
|
|
5105
|
+
"Split": "dismissal={{dismissal}}\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
5106
|
+
"Outcomes": {
|
|
5107
|
+
"over": "Over {{total}}",
|
|
5108
|
+
"under": "Under {{total}}"
|
|
5109
|
+
}
|
|
5110
|
+
},
|
|
5111
|
+
"cricket.innings_team_total_fours": {
|
|
5112
|
+
"Name": "Innings {{innings}} - {{team}} total fours",
|
|
5113
|
+
"Description": "How many fours will the team score?",
|
|
5114
|
+
"Variables": [
|
|
5115
|
+
"innings",
|
|
5116
|
+
"team",
|
|
5117
|
+
"total"
|
|
5118
|
+
],
|
|
5119
|
+
"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
5120
|
+
"Outcomes": {
|
|
5121
|
+
"over": "Over {{total}}",
|
|
5122
|
+
"under": "Under {{total}}"
|
|
5123
|
+
}
|
|
5124
|
+
},
|
|
5125
|
+
"cricket.innings_team_total_sixes": {
|
|
5126
|
+
"Name": "Innings {{innings}} - {{team}} total sixes",
|
|
5127
|
+
"Description": "How many sixes will the team score?",
|
|
5128
|
+
"Variables": [
|
|
5129
|
+
"innings",
|
|
5130
|
+
"team",
|
|
5131
|
+
"total"
|
|
5132
|
+
],
|
|
5133
|
+
"Split": "period=ft\u0026period=innings{{innings}}\u0026team={{team}}",
|
|
5134
|
+
"Outcomes": {
|
|
5135
|
+
"over": "Over {{total}}",
|
|
5136
|
+
"under": "Under {{total}}"
|
|
5137
|
+
}
|
|
5138
|
+
},
|
|
5139
|
+
"cricket.innings_total": {
|
|
5140
|
+
"Name": "Total Runs",
|
|
5141
|
+
"Deprecated": true,
|
|
5142
|
+
"Description": "Total Runs",
|
|
5143
|
+
"Variables": [
|
|
5144
|
+
"inningnr",
|
|
5145
|
+
"total"
|
|
5146
|
+
],
|
|
5147
|
+
"Split": "period=ft\u0026period=inning{{inningnr}}",
|
|
5148
|
+
"Outcomes": {
|
|
5149
|
+
"over": "Over {{total}}",
|
|
5150
|
+
"under": "Under {{total}}"
|
|
5151
|
+
}
|
|
5152
|
+
},
|
|
5153
|
+
"cricket.innings_total_v2": {
|
|
5154
|
+
"Name": "Total Runs",
|
|
5155
|
+
"Variables": [
|
|
5156
|
+
"innings",
|
|
5157
|
+
"total"
|
|
5158
|
+
],
|
|
5159
|
+
"Split": "period=ft\u0026period=innings{{innings}}",
|
|
5160
|
+
"Outcomes": {
|
|
5161
|
+
"over": "Over {{total}}",
|
|
5162
|
+
"under": "Under {{total}}"
|
|
5163
|
+
}
|
|
5164
|
+
},
|
|
5165
|
+
"cricket.lost_wickets_match_over_eq_in_innings": {
|
|
5166
|
+
"Name": "Innings {{innings}} - Total Lost Wickets",
|
|
5167
|
+
"Variables": [
|
|
5168
|
+
"innings"
|
|
5169
|
+
],
|
|
5170
|
+
"Split": "period=innings{{innings}}",
|
|
5171
|
+
"Outcomes": {
|
|
5172
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5173
|
+
}
|
|
5174
|
+
},
|
|
5175
|
+
"cricket.lost_wickets_moneyline_incl_ot": {
|
|
5176
|
+
"Name": "Most Lost Wickets (Incl. Super Over)",
|
|
5177
|
+
"Variables": [],
|
|
5178
|
+
"Split": "period=ot",
|
|
5179
|
+
"Outcomes": {
|
|
5180
|
+
"away": "{{away}}",
|
|
5181
|
+
"home": "{{home}}"
|
|
5182
|
+
}
|
|
5183
|
+
},
|
|
5184
|
+
"cricket.lost_wickets_team_total_incl_ot": {
|
|
5185
|
+
"Name": "{{team}} Total Lost Wickets (Incl. Super Over)",
|
|
5186
|
+
"Variables": [
|
|
5187
|
+
"team",
|
|
5188
|
+
"total"
|
|
5189
|
+
],
|
|
5190
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
5191
|
+
"Outcomes": {
|
|
5192
|
+
"over": "Over {{total}}",
|
|
5193
|
+
"under": "Under {{total}}"
|
|
5194
|
+
}
|
|
5195
|
+
},
|
|
5196
|
+
"cricket.lost_wickets_total_in_innings": {
|
|
5197
|
+
"Name": "Innings {{innings}} - Total Lost Wickets",
|
|
5198
|
+
"Variables": [
|
|
5199
|
+
"innings",
|
|
5200
|
+
"total"
|
|
5201
|
+
],
|
|
5202
|
+
"Split": "period=innings{{innings}}",
|
|
5203
|
+
"Outcomes": {
|
|
5204
|
+
"over": "Over {{total}}",
|
|
5205
|
+
"under": "Under {{total}}"
|
|
5206
|
+
}
|
|
5207
|
+
},
|
|
5208
|
+
"cricket.outright": {
|
|
5209
|
+
"Name": "{{market_name}}",
|
|
5210
|
+
"Variables": [
|
|
5211
|
+
"market_name"
|
|
5212
|
+
],
|
|
5213
|
+
"Split": "market_name={{market_name}}",
|
|
5214
|
+
"Outcomes": {
|
|
5215
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5216
|
+
}
|
|
5217
|
+
},
|
|
5218
|
+
"cricket.outright.v2": {
|
|
5219
|
+
"Name": "{{name}}",
|
|
5220
|
+
"Variables": [],
|
|
5221
|
+
"Split": "default",
|
|
5222
|
+
"Outcomes": {
|
|
5223
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5224
|
+
}
|
|
5225
|
+
},
|
|
5226
|
+
"cricket.outright.v3": {
|
|
5227
|
+
"Name": "",
|
|
5228
|
+
"Variables": [],
|
|
5229
|
+
"Split": "default",
|
|
5230
|
+
"Outcomes": {
|
|
5231
|
+
"dynamic": ""
|
|
5232
|
+
}
|
|
5233
|
+
},
|
|
5234
|
+
"cricket.over_team_total": {
|
|
5235
|
+
"Name": "Over {{over}} - {{team}} total",
|
|
5236
|
+
"Variables": [
|
|
5237
|
+
"over",
|
|
5238
|
+
"total",
|
|
5239
|
+
"team"
|
|
5240
|
+
],
|
|
5241
|
+
"Split": "team={{team}}\u0026period=over{{over}}",
|
|
5242
|
+
"Outcomes": {
|
|
5243
|
+
"over": "Over {{total}}",
|
|
5244
|
+
"under": "Under {{total}}"
|
|
5245
|
+
}
|
|
5246
|
+
},
|
|
5247
|
+
"cricket.over_total_runs_spread": {
|
|
5248
|
+
"Name": "Over {{over}} - total runs spread",
|
|
5249
|
+
"Variables": [
|
|
5250
|
+
"over"
|
|
5251
|
+
],
|
|
5252
|
+
"Split": "over={{over}}",
|
|
5253
|
+
"Outcomes": {
|
|
5254
|
+
"buy": "Buy",
|
|
5255
|
+
"mid": "Mid",
|
|
5256
|
+
"sell": "Sell"
|
|
5257
|
+
}
|
|
5258
|
+
},
|
|
5259
|
+
"cricket.player_props_catches_player_over_eq_incl_ot": {
|
|
5260
|
+
"Name": "{{player_key}} Total Catches (Incl. Super Over)",
|
|
5261
|
+
"Variables": [
|
|
5262
|
+
"player_key"
|
|
5263
|
+
],
|
|
5264
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
5265
|
+
"Outcomes": {
|
|
5266
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5267
|
+
}
|
|
5268
|
+
},
|
|
5269
|
+
"cricket.player_props_fours_player_over_eq_incl_ot": {
|
|
5270
|
+
"Name": "{{player_key}} Total Fours (Incl. Super Over)",
|
|
5271
|
+
"Variables": [
|
|
5272
|
+
"player_key"
|
|
5273
|
+
],
|
|
5274
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
5275
|
+
"Outcomes": {
|
|
5276
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5277
|
+
}
|
|
5278
|
+
},
|
|
5279
|
+
"cricket.player_props_runs_player_over_eq_incl_ot": {
|
|
5280
|
+
"Name": "{{player_key}} Total Runs (Incl. Super Over)",
|
|
5281
|
+
"Variables": [
|
|
5282
|
+
"player_key"
|
|
5283
|
+
],
|
|
5284
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
5285
|
+
"Outcomes": {
|
|
5286
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
"cricket.player_props_sixes_player_over_eq_incl_ot": {
|
|
5290
|
+
"Name": "{{player_key}} Total Sixes (Incl. Super Over)",
|
|
5291
|
+
"Variables": [
|
|
5292
|
+
"player_key"
|
|
5293
|
+
],
|
|
5294
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
5295
|
+
"Outcomes": {
|
|
5296
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5297
|
+
}
|
|
5298
|
+
},
|
|
5299
|
+
"cricket.player_props_taken_wickets_player_over_eq_incl_ot": {
|
|
5300
|
+
"Name": "{{player_key}} Total Taken Wickets (Incl. Super Over)",
|
|
5301
|
+
"Variables": [
|
|
5302
|
+
"player_key"
|
|
5303
|
+
],
|
|
5304
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
5305
|
+
"Outcomes": {
|
|
5306
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5307
|
+
}
|
|
5308
|
+
},
|
|
5309
|
+
"cricket.player_to_score_milestone": {
|
|
5310
|
+
"Name": "{{player}} to score {{milestone}}",
|
|
4672
5311
|
"Description": "Will the batter score that many runs?",
|
|
4673
5312
|
"Variables": [
|
|
4674
|
-
"innings",
|
|
4675
5313
|
"player",
|
|
4676
5314
|
"milestone"
|
|
4677
5315
|
],
|
|
4678
|
-
"Split": "period=ft\
|
|
5316
|
+
"Split": "period=ft\u0026player={{player}}\u0026milestone={{milestone}}",
|
|
4679
5317
|
"Outcomes": {
|
|
4680
5318
|
"no": "No",
|
|
4681
5319
|
"yes": "Yes"
|
|
4682
5320
|
}
|
|
4683
5321
|
},
|
|
4684
|
-
"cricket.
|
|
4685
|
-
"Name": "
|
|
5322
|
+
"cricket.player_total": {
|
|
5323
|
+
"Name": "{{player}} total",
|
|
4686
5324
|
"Variables": [
|
|
4687
|
-
"innings",
|
|
4688
5325
|
"player",
|
|
4689
5326
|
"total"
|
|
4690
5327
|
],
|
|
4691
|
-
"Split": "period=
|
|
5328
|
+
"Split": "period=ft\u0026player={{player}}",
|
|
4692
5329
|
"Outcomes": {
|
|
4693
5330
|
"over": "Over {{total}}",
|
|
4694
5331
|
"under": "Under {{total}}"
|
|
4695
5332
|
}
|
|
4696
5333
|
},
|
|
4697
|
-
"cricket.
|
|
4698
|
-
"Name": "
|
|
5334
|
+
"cricket.player_total_fours": {
|
|
5335
|
+
"Name": "{{player}} total fours",
|
|
4699
5336
|
"Description": "Fours scored by the batter",
|
|
4700
5337
|
"Variables": [
|
|
4701
|
-
"innings",
|
|
4702
5338
|
"player",
|
|
4703
5339
|
"total"
|
|
4704
5340
|
],
|
|
4705
|
-
"Split": "period=ft\
|
|
5341
|
+
"Split": "period=ft\u0026player={{player}}",
|
|
4706
5342
|
"Outcomes": {
|
|
4707
5343
|
"over": "Over {{total}}",
|
|
4708
5344
|
"under": "Under {{total}}"
|
|
4709
5345
|
}
|
|
4710
5346
|
},
|
|
4711
|
-
"cricket.
|
|
4712
|
-
"Name": "
|
|
5347
|
+
"cricket.player_total_player_performance": {
|
|
5348
|
+
"Name": "{{player}} total player performance",
|
|
5349
|
+
"Description": "The player performance points (1pt/run, 20pts/wicket, 10pts/catch, 25pts/stumping)",
|
|
4713
5350
|
"Variables": [
|
|
4714
|
-
"
|
|
4715
|
-
"
|
|
5351
|
+
"player",
|
|
5352
|
+
"total"
|
|
4716
5353
|
],
|
|
4717
|
-
"Split": "period=
|
|
5354
|
+
"Split": "period=ft\u0026player={{player}}",
|
|
4718
5355
|
"Outcomes": {
|
|
4719
|
-
"
|
|
5356
|
+
"over": "Over {{total}}",
|
|
5357
|
+
"under": "Under {{total}}"
|
|
4720
5358
|
}
|
|
4721
5359
|
},
|
|
4722
|
-
"cricket.
|
|
4723
|
-
"Name": "Innings {{innings}} -
|
|
5360
|
+
"cricket.run_outs_match_over_eq_in_innings": {
|
|
5361
|
+
"Name": "Innings {{innings}} - Total Run Outs",
|
|
4724
5362
|
"Variables": [
|
|
4725
|
-
"innings"
|
|
4726
|
-
"team"
|
|
5363
|
+
"innings"
|
|
4727
5364
|
],
|
|
4728
|
-
"Split": "period=innings{{innings}}
|
|
5365
|
+
"Split": "period=innings{{innings}}",
|
|
4729
5366
|
"Outcomes": {
|
|
4730
|
-
"dynamic.
|
|
5367
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4731
5368
|
}
|
|
4732
5369
|
},
|
|
4733
|
-
"cricket.
|
|
4734
|
-
"Name": "
|
|
5370
|
+
"cricket.run_outs_match_over_eq_incl_ot": {
|
|
5371
|
+
"Name": "Total Run Outs (Incl. Super Over)",
|
|
5372
|
+
"Variables": [],
|
|
5373
|
+
"Split": "period=ot",
|
|
5374
|
+
"Outcomes": {
|
|
5375
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5376
|
+
}
|
|
5377
|
+
},
|
|
5378
|
+
"cricket.run_outs_moneyline_incl_ot": {
|
|
5379
|
+
"Name": "Most Run Outs (Incl. Super Over)",
|
|
5380
|
+
"Variables": [],
|
|
5381
|
+
"Split": "period=ot",
|
|
5382
|
+
"Outcomes": {
|
|
5383
|
+
"away": "{{away}}",
|
|
5384
|
+
"home": "{{home}}"
|
|
5385
|
+
}
|
|
5386
|
+
},
|
|
5387
|
+
"cricket.run_outs_team_total_incl_ot": {
|
|
5388
|
+
"Name": "{{team}} Total Run Outs (Incl. Super Over)",
|
|
4735
5389
|
"Variables": [
|
|
4736
|
-
"innings",
|
|
4737
5390
|
"team",
|
|
4738
5391
|
"total"
|
|
4739
5392
|
],
|
|
4740
|
-
"Split": "period=
|
|
5393
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
4741
5394
|
"Outcomes": {
|
|
4742
5395
|
"over": "Over {{total}}",
|
|
4743
5396
|
"under": "Under {{total}}"
|
|
4744
5397
|
}
|
|
4745
5398
|
},
|
|
4746
|
-
"cricket.
|
|
4747
|
-
"Name": "Innings {{innings}} -
|
|
5399
|
+
"cricket.run_outs_total_in_innings": {
|
|
5400
|
+
"Name": "Innings {{innings}} - Total Run Outs",
|
|
4748
5401
|
"Variables": [
|
|
4749
|
-
"dismissal",
|
|
4750
5402
|
"innings",
|
|
4751
|
-
"team",
|
|
4752
5403
|
"total"
|
|
4753
5404
|
],
|
|
4754
|
-
"Split": "
|
|
5405
|
+
"Split": "period=innings{{innings}}",
|
|
4755
5406
|
"Outcomes": {
|
|
4756
5407
|
"over": "Over {{total}}",
|
|
4757
5408
|
"under": "Under {{total}}"
|
|
4758
5409
|
}
|
|
4759
5410
|
},
|
|
4760
|
-
"cricket.
|
|
4761
|
-
"Name": "
|
|
4762
|
-
"Description": "How many fours will the team score?",
|
|
5411
|
+
"cricket.run_outs_total_incl_ot": {
|
|
5412
|
+
"Name": "Total Run Outs (Incl. Super Over)",
|
|
4763
5413
|
"Variables": [
|
|
4764
|
-
"innings",
|
|
4765
|
-
"team",
|
|
4766
5414
|
"total"
|
|
4767
5415
|
],
|
|
4768
|
-
"Split": "period=
|
|
5416
|
+
"Split": "period=ot",
|
|
4769
5417
|
"Outcomes": {
|
|
4770
5418
|
"over": "Over {{total}}",
|
|
4771
5419
|
"under": "Under {{total}}"
|
|
4772
5420
|
}
|
|
4773
5421
|
},
|
|
4774
|
-
"cricket.
|
|
4775
|
-
"Name": "
|
|
4776
|
-
"
|
|
5422
|
+
"cricket.runs_1x2_in_ft": {
|
|
5423
|
+
"Name": "1x2 (Regular Time)",
|
|
5424
|
+
"Primary": true,
|
|
5425
|
+
"CashoutAvailable": true,
|
|
5426
|
+
"Variables": [],
|
|
5427
|
+
"Split": "period=ft",
|
|
5428
|
+
"Outcomes": {
|
|
5429
|
+
"away": "{{away}}",
|
|
5430
|
+
"draw": "Draw",
|
|
5431
|
+
"home": "{{home}}"
|
|
5432
|
+
}
|
|
5433
|
+
},
|
|
5434
|
+
"cricket.runs_match_over_eq_in_innings": {
|
|
5435
|
+
"Name": "Innings {{innings}} - Total Runs",
|
|
5436
|
+
"Variables": [
|
|
5437
|
+
"innings"
|
|
5438
|
+
],
|
|
5439
|
+
"Split": "period=innings{{innings}}",
|
|
5440
|
+
"Outcomes": {
|
|
5441
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5442
|
+
}
|
|
5443
|
+
},
|
|
5444
|
+
"cricket.runs_match_over_eq_incl_ot": {
|
|
5445
|
+
"Name": "Total Runs (Incl. Super Over)",
|
|
5446
|
+
"Variables": [],
|
|
5447
|
+
"Split": "period=ot",
|
|
5448
|
+
"Outcomes": {
|
|
5449
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
"cricket.runs_moneyline_in_ft": {
|
|
5453
|
+
"Name": "Match Winner (Excl. Super Over)",
|
|
5454
|
+
"Primary": true,
|
|
5455
|
+
"CashoutAvailable": true,
|
|
5456
|
+
"Variables": [],
|
|
5457
|
+
"Split": "period=ft",
|
|
5458
|
+
"Outcomes": {
|
|
5459
|
+
"away": "{{away}}",
|
|
5460
|
+
"home": "{{home}}"
|
|
5461
|
+
}
|
|
5462
|
+
},
|
|
5463
|
+
"cricket.runs_team_total_incl_ot": {
|
|
5464
|
+
"Name": "{{team}} Total Runs (Incl. Super Over)",
|
|
4777
5465
|
"Variables": [
|
|
4778
|
-
"innings",
|
|
4779
5466
|
"team",
|
|
4780
5467
|
"total"
|
|
4781
5468
|
],
|
|
4782
|
-
"Split": "period=
|
|
5469
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
4783
5470
|
"Outcomes": {
|
|
4784
5471
|
"over": "Over {{total}}",
|
|
4785
5472
|
"under": "Under {{total}}"
|
|
4786
5473
|
}
|
|
4787
5474
|
},
|
|
4788
|
-
"cricket.
|
|
4789
|
-
"Name": "Total Runs",
|
|
4790
|
-
"Deprecated": true,
|
|
4791
|
-
"Description": "Total Runs",
|
|
5475
|
+
"cricket.runs_total_in_innings": {
|
|
5476
|
+
"Name": "Innings {{innings}} - Total Runs",
|
|
4792
5477
|
"Variables": [
|
|
4793
|
-
"
|
|
5478
|
+
"innings",
|
|
4794
5479
|
"total"
|
|
4795
5480
|
],
|
|
4796
|
-
"Split": "period=
|
|
5481
|
+
"Split": "period=innings{{innings}}",
|
|
4797
5482
|
"Outcomes": {
|
|
4798
5483
|
"over": "Over {{total}}",
|
|
4799
5484
|
"under": "Under {{total}}"
|
|
4800
5485
|
}
|
|
4801
5486
|
},
|
|
4802
|
-
"cricket.
|
|
4803
|
-
"Name": "Total Runs",
|
|
5487
|
+
"cricket.runs_total_incl_ot": {
|
|
5488
|
+
"Name": "Total Runs (Incl. Super Over)",
|
|
4804
5489
|
"Variables": [
|
|
4805
|
-
"innings",
|
|
4806
5490
|
"total"
|
|
4807
5491
|
],
|
|
4808
|
-
"Split": "period=
|
|
5492
|
+
"Split": "period=ot",
|
|
4809
5493
|
"Outcomes": {
|
|
4810
5494
|
"over": "Over {{total}}",
|
|
4811
5495
|
"under": "Under {{total}}"
|
|
4812
5496
|
}
|
|
4813
5497
|
},
|
|
4814
|
-
"cricket.
|
|
4815
|
-
"Name": "{{
|
|
5498
|
+
"cricket.sixes_match_over_eq_in_innings": {
|
|
5499
|
+
"Name": "Innings {{innings}} - Total Sixes",
|
|
4816
5500
|
"Variables": [
|
|
4817
|
-
"
|
|
5501
|
+
"innings"
|
|
4818
5502
|
],
|
|
4819
|
-
"Split": "
|
|
5503
|
+
"Split": "period=innings{{innings}}",
|
|
4820
5504
|
"Outcomes": {
|
|
4821
5505
|
"dynamic.outcome": "{{outcome}}"
|
|
4822
5506
|
}
|
|
4823
5507
|
},
|
|
4824
|
-
"cricket.
|
|
4825
|
-
"Name": "
|
|
5508
|
+
"cricket.sixes_match_over_eq_incl_ot": {
|
|
5509
|
+
"Name": "Total Sixes (Incl. Super Over)",
|
|
4826
5510
|
"Variables": [],
|
|
4827
|
-
"Split": "
|
|
5511
|
+
"Split": "period=ot",
|
|
4828
5512
|
"Outcomes": {
|
|
4829
5513
|
"dynamic.outcome": "{{outcome}}"
|
|
4830
5514
|
}
|
|
4831
5515
|
},
|
|
4832
|
-
"cricket.
|
|
4833
|
-
"Name": "",
|
|
5516
|
+
"cricket.sixes_moneyline_incl_ot": {
|
|
5517
|
+
"Name": "Most Sixes (Incl. Super Over)",
|
|
4834
5518
|
"Variables": [],
|
|
4835
|
-
"Split": "
|
|
5519
|
+
"Split": "period=ot",
|
|
4836
5520
|
"Outcomes": {
|
|
4837
|
-
"
|
|
5521
|
+
"away": "{{away}}",
|
|
5522
|
+
"home": "{{home}}"
|
|
4838
5523
|
}
|
|
4839
5524
|
},
|
|
4840
|
-
"cricket.
|
|
4841
|
-
"Name": "
|
|
5525
|
+
"cricket.sixes_team_total_incl_ot": {
|
|
5526
|
+
"Name": "{{team}} Total Sixes (Incl. Super Over)",
|
|
4842
5527
|
"Variables": [
|
|
4843
|
-
"
|
|
4844
|
-
"total"
|
|
4845
|
-
"team"
|
|
5528
|
+
"team",
|
|
5529
|
+
"total"
|
|
4846
5530
|
],
|
|
4847
|
-
"Split": "
|
|
5531
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
4848
5532
|
"Outcomes": {
|
|
4849
5533
|
"over": "Over {{total}}",
|
|
4850
5534
|
"under": "Under {{total}}"
|
|
4851
5535
|
}
|
|
4852
5536
|
},
|
|
4853
|
-
"cricket.
|
|
4854
|
-
"Name": "
|
|
5537
|
+
"cricket.sixes_total_in_innings": {
|
|
5538
|
+
"Name": "Innings {{innings}} - Total Sixes",
|
|
4855
5539
|
"Variables": [
|
|
4856
|
-
"
|
|
5540
|
+
"innings",
|
|
5541
|
+
"total"
|
|
4857
5542
|
],
|
|
4858
|
-
"Split": "
|
|
5543
|
+
"Split": "period=innings{{innings}}",
|
|
4859
5544
|
"Outcomes": {
|
|
4860
|
-
"
|
|
4861
|
-
"
|
|
4862
|
-
"sell": "Sell"
|
|
5545
|
+
"over": "Over {{total}}",
|
|
5546
|
+
"under": "Under {{total}}"
|
|
4863
5547
|
}
|
|
4864
5548
|
},
|
|
4865
|
-
"cricket.
|
|
4866
|
-
"Name": "
|
|
4867
|
-
"Description": "Will the batter score that many runs?",
|
|
5549
|
+
"cricket.sixes_total_incl_ot": {
|
|
5550
|
+
"Name": "Total Sixes (Incl. Super Over)",
|
|
4868
5551
|
"Variables": [
|
|
4869
|
-
"
|
|
4870
|
-
"milestone"
|
|
5552
|
+
"total"
|
|
4871
5553
|
],
|
|
4872
|
-
"Split": "period=
|
|
5554
|
+
"Split": "period=ot",
|
|
4873
5555
|
"Outcomes": {
|
|
4874
|
-
"
|
|
4875
|
-
"
|
|
5556
|
+
"over": "Over {{total}}",
|
|
5557
|
+
"under": "Under {{total}}"
|
|
4876
5558
|
}
|
|
4877
5559
|
},
|
|
4878
|
-
"cricket.
|
|
4879
|
-
"Name": "
|
|
5560
|
+
"cricket.stumpings_match_over_eq_incl_ot": {
|
|
5561
|
+
"Name": "Total Stumpings (Incl. Super Over)",
|
|
5562
|
+
"Variables": [],
|
|
5563
|
+
"Split": "period=ot",
|
|
5564
|
+
"Outcomes": {
|
|
5565
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5566
|
+
}
|
|
5567
|
+
},
|
|
5568
|
+
"cricket.stumpings_total_incl_ot": {
|
|
5569
|
+
"Name": "Total Stumpings (Incl. Super Over)",
|
|
4880
5570
|
"Variables": [
|
|
4881
|
-
"player",
|
|
4882
5571
|
"total"
|
|
4883
5572
|
],
|
|
4884
|
-
"Split": "period=
|
|
5573
|
+
"Split": "period=ot",
|
|
4885
5574
|
"Outcomes": {
|
|
4886
5575
|
"over": "Over {{total}}",
|
|
4887
5576
|
"under": "Under {{total}}"
|
|
4888
5577
|
}
|
|
4889
5578
|
},
|
|
4890
|
-
"cricket.
|
|
4891
|
-
"Name": "{{
|
|
4892
|
-
"Description": "Fours scored by the batter",
|
|
5579
|
+
"cricket.taken_wickets_match_over_eq_in_innings": {
|
|
5580
|
+
"Name": "Innings {{innings}} - Total Taken Wickets",
|
|
4893
5581
|
"Variables": [
|
|
4894
|
-
"
|
|
4895
|
-
"total"
|
|
5582
|
+
"innings"
|
|
4896
5583
|
],
|
|
4897
|
-
"Split": "period=
|
|
5584
|
+
"Split": "period=innings{{innings}}",
|
|
4898
5585
|
"Outcomes": {
|
|
4899
|
-
"
|
|
4900
|
-
"under": "Under {{total}}"
|
|
5586
|
+
"dynamic.outcome": "{{outcome}}"
|
|
4901
5587
|
}
|
|
4902
5588
|
},
|
|
4903
|
-
"cricket.
|
|
4904
|
-
"Name": "
|
|
4905
|
-
"
|
|
5589
|
+
"cricket.taken_wickets_match_over_eq_incl_ot": {
|
|
5590
|
+
"Name": "Total Taken Wickets (Incl. Super Over)",
|
|
5591
|
+
"Variables": [],
|
|
5592
|
+
"Split": "period=ot",
|
|
5593
|
+
"Outcomes": {
|
|
5594
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5595
|
+
}
|
|
5596
|
+
},
|
|
5597
|
+
"cricket.taken_wickets_moneyline_incl_ot": {
|
|
5598
|
+
"Name": "Most Taken Wickets (Incl. Super Over)",
|
|
5599
|
+
"Variables": [],
|
|
5600
|
+
"Split": "period=ot",
|
|
5601
|
+
"Outcomes": {
|
|
5602
|
+
"away": "{{away}}",
|
|
5603
|
+
"home": "{{home}}"
|
|
5604
|
+
}
|
|
5605
|
+
},
|
|
5606
|
+
"cricket.taken_wickets_team_total_incl_ot": {
|
|
5607
|
+
"Name": "{{team}} Total Taken Wickets (Incl. Super Over)",
|
|
4906
5608
|
"Variables": [
|
|
4907
|
-
"
|
|
5609
|
+
"team",
|
|
4908
5610
|
"total"
|
|
4909
5611
|
],
|
|
4910
|
-
"Split": "period=
|
|
5612
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
4911
5613
|
"Outcomes": {
|
|
4912
5614
|
"over": "Over {{total}}",
|
|
4913
5615
|
"under": "Under {{total}}"
|
|
4914
5616
|
}
|
|
4915
5617
|
},
|
|
4916
|
-
"cricket.
|
|
4917
|
-
"Name": "
|
|
4918
|
-
"
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
5618
|
+
"cricket.taken_wickets_total_in_innings": {
|
|
5619
|
+
"Name": "Innings {{innings}} - Total Taken Wickets",
|
|
5620
|
+
"Variables": [
|
|
5621
|
+
"innings",
|
|
5622
|
+
"total"
|
|
5623
|
+
],
|
|
5624
|
+
"Split": "period=innings{{innings}}",
|
|
4922
5625
|
"Outcomes": {
|
|
4923
|
-
"
|
|
4924
|
-
"
|
|
4925
|
-
"home": "{{home}}"
|
|
5626
|
+
"over": "Over {{total}}",
|
|
5627
|
+
"under": "Under {{total}}"
|
|
4926
5628
|
}
|
|
4927
5629
|
},
|
|
4928
|
-
"cricket.
|
|
4929
|
-
"Name": "
|
|
4930
|
-
"
|
|
4931
|
-
|
|
4932
|
-
|
|
4933
|
-
"Split": "period=
|
|
5630
|
+
"cricket.taken_wickets_total_incl_ot": {
|
|
5631
|
+
"Name": "Total Taken Wickets (Incl. Super Over)",
|
|
5632
|
+
"Variables": [
|
|
5633
|
+
"total"
|
|
5634
|
+
],
|
|
5635
|
+
"Split": "period=ot",
|
|
4934
5636
|
"Outcomes": {
|
|
4935
|
-
"
|
|
4936
|
-
"
|
|
5637
|
+
"over": "Over {{total}}",
|
|
5638
|
+
"under": "Under {{total}}"
|
|
4937
5639
|
}
|
|
4938
5640
|
},
|
|
4939
5641
|
"cricket.team_run_range": {
|
|
@@ -5254,6 +5956,25 @@
|
|
|
5254
5956
|
"under": "Under {{total}}"
|
|
5255
5957
|
}
|
|
5256
5958
|
},
|
|
5959
|
+
"cricket.wides_match_over_eq_incl_ot": {
|
|
5960
|
+
"Name": "Total Wides (Incl. Super Over)",
|
|
5961
|
+
"Variables": [],
|
|
5962
|
+
"Split": "period=ot",
|
|
5963
|
+
"Outcomes": {
|
|
5964
|
+
"dynamic.outcome": "{{outcome}}"
|
|
5965
|
+
}
|
|
5966
|
+
},
|
|
5967
|
+
"cricket.wides_total_incl_ot": {
|
|
5968
|
+
"Name": "Total Wides (Incl. Super Over)",
|
|
5969
|
+
"Variables": [
|
|
5970
|
+
"total"
|
|
5971
|
+
],
|
|
5972
|
+
"Split": "period=ot",
|
|
5973
|
+
"Outcomes": {
|
|
5974
|
+
"over": "Over {{total}}",
|
|
5975
|
+
"under": "Under {{total}}"
|
|
5976
|
+
}
|
|
5977
|
+
},
|
|
5257
5978
|
"cricket.will_there_be_a_super_over": {
|
|
5258
5979
|
"Name": "Will there be a super over",
|
|
5259
5980
|
"Variables": [],
|
|
@@ -5273,7 +5994,7 @@
|
|
|
5273
5994
|
}
|
|
5274
5995
|
},
|
|
5275
5996
|
"cricket.winner": {
|
|
5276
|
-
"Name": "Match Winner (Incl.
|
|
5997
|
+
"Name": "Match Winner (Incl. Super Over)",
|
|
5277
5998
|
"Primary": true,
|
|
5278
5999
|
"CashoutAvailable": true,
|
|
5279
6000
|
"Variables": [],
|
|
@@ -11361,7 +12082,7 @@
|
|
|
11361
12082
|
],
|
|
11362
12083
|
"Split": "period=ft\u0026player_key={{player_key}}",
|
|
11363
12084
|
"Outcomes": {
|
|
11364
|
-
"dynamic.outcome": "
|
|
12085
|
+
"dynamic.outcome": "{{outcome}}"
|
|
11365
12086
|
}
|
|
11366
12087
|
},
|
|
11367
12088
|
"soccer.player_props_goals_first_player_to_score_in_1h": {
|