@cloudbet/market-helper 1.46.28 → 1.46.30

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. extra innings)",
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. extra innings)",
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. extra innings)",
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. extra innings)",
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. extra innings)",
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. extr innings)",
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. extra innings)",
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. extra innings)",
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. extra innings)",
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. extra innings)",
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. extra innings)",
2821
+ "Name": "Which team wins the rest of the match at {{score}} (Incl. Extra Innings)",
2614
2822
  "Variables": [
2615
2823
  "score"
2616
2824
  ],
@@ -3030,6 +3238,17 @@
3030
3238
  "dynamic.outcome": "{{outcome}}"
3031
3239
  }
3032
3240
  },
3241
+ "basketball.player_props_doubles_player_double_double_or_triple_double_incl_ot": {
3242
+ "Name": "{{player_key}} Double Double or Triple Double",
3243
+ "Variables": [
3244
+ "player_key"
3245
+ ],
3246
+ "Split": "period=ot\u0026player_key={{player_key}}",
3247
+ "Outcomes": {
3248
+ "double_double": "Double Double",
3249
+ "triple_double": "Triple Double"
3250
+ }
3251
+ },
3033
3252
  "basketball.player_props_free_throws_player_ou_incl_ot": {
3034
3253
  "Name": "{{player_key}} Total Free Throws Made",
3035
3254
  "Variables": [
@@ -3175,6 +3394,28 @@
3175
3394
  "dynamic.outcome": "{{outcome}}"
3176
3395
  }
3177
3396
  },
3397
+ "basketball.player_props_steals_and_blocks_player_ou_incl_ot": {
3398
+ "Name": "{{player_key}} Total Steals + Blocks",
3399
+ "Variables": [
3400
+ "player_key",
3401
+ "total"
3402
+ ],
3403
+ "Split": "period=ot\u0026player_key={{player_key}}",
3404
+ "Outcomes": {
3405
+ "over": "Over {{total}}",
3406
+ "under": "Under {{total}}"
3407
+ }
3408
+ },
3409
+ "basketball.player_props_steals_and_blocks_player_over_eq_incl_ot": {
3410
+ "Name": "{{player_key}} Total Steals + Blocks",
3411
+ "Variables": [
3412
+ "player_key"
3413
+ ],
3414
+ "Split": "period=ot\u0026player_key={{player_key}}",
3415
+ "Outcomes": {
3416
+ "dynamic.outcome": "{{outcome}}"
3417
+ }
3418
+ },
3178
3419
  "basketball.player_props_steals_player_ou_incl_ot": {
3179
3420
  "Name": "{{player_key}} Total Steals",
3180
3421
  "Variables": [
@@ -4502,91 +4743,234 @@
4502
4743
  "sell": "Sell"
4503
4744
  }
4504
4745
  },
4505
- "cricket.day_session_total": {
4506
- "Name": "Day {{day}} session {{session}} total",
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}}",
4746
+ "cricket.catches_match_over_eq_in_innings": {
4747
+ "Name": "Innings {{innings}} - Total Catches",
4521
4748
  "Variables": [
4522
- "market_name"
4749
+ "innings"
4523
4750
  ],
4524
- "Split": "market_name={{market_name}}",
4751
+ "Split": "period=innings{{innings}}",
4525
4752
  "Outcomes": {
4526
4753
  "dynamic.outcome": "{{outcome}}"
4527
4754
  }
4528
4755
  },
4529
- "cricket.freetext.v3": {
4530
- "Name": "{{market_name_key}}",
4531
- "Variables": [
4532
- "market_name_key"
4533
- ],
4534
- "Split": "market_name_key={{market_name_key}}",
4756
+ "cricket.catches_match_over_eq_incl_ot": {
4757
+ "Name": "Total Catches (Incl. Super Over)",
4758
+ "Variables": [],
4759
+ "Split": "period=ot",
4535
4760
  "Outcomes": {
4536
- "dynamic": ""
4761
+ "dynamic.outcome": "{{outcome}}"
4537
4762
  }
4538
4763
  },
4539
- "cricket.home_away_supremacy": {
4540
- "Name": "{{home}}/{{away}} supremacy",
4764
+ "cricket.catches_moneyline_incl_ot": {
4765
+ "Name": "Most Catches (Incl. Super Over)",
4541
4766
  "Variables": [],
4542
- "Split": "period=default",
4767
+ "Split": "period=ot",
4543
4768
  "Outcomes": {
4544
- "buy": "Buy",
4545
- "mid": "Mid",
4546
- "sell": "Sell"
4769
+ "away": "{{away}}",
4770
+ "home": "{{home}}"
4547
4771
  }
4548
4772
  },
4549
- "cricket.innings_dismissal_batter_out": {
4550
- "Name": "Innings {{innings}}, dismissal {{dismissal}} - Next Batter Out",
4551
- "Description": "Which batter will be dismissed next?",
4773
+ "cricket.catches_team_total_incl_ot": {
4774
+ "Name": "{{team}} Total Catches (Incl. Super Over)",
4552
4775
  "Variables": [
4553
- "innings",
4554
- "dismissal",
4555
- "player"
4776
+ "team",
4777
+ "total"
4556
4778
  ],
4557
- "Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
4779
+ "Split": "period=ot\u0026team={{team}}",
4558
4780
  "Outcomes": {
4559
- "dynamic.player": "{{player}}"
4781
+ "over": "Over {{total}}",
4782
+ "under": "Under {{total}}"
4560
4783
  }
4561
4784
  },
4562
- "cricket.innings_over_x_team_run_range": {
4563
- "Name": "Innings {{innings}} over {{over}} - {{team}} run range",
4785
+ "cricket.catches_total_in_innings": {
4786
+ "Name": "Innings {{innings}} - Total Catches",
4564
4787
  "Variables": [
4565
4788
  "innings",
4566
- "over",
4567
- "team"
4789
+ "total"
4568
4790
  ],
4569
- "Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
4791
+ "Split": "period=innings{{innings}}",
4570
4792
  "Outcomes": {
4571
- "dynamic.outcome": "{{outcome}}"
4793
+ "over": "Over {{total}}",
4794
+ "under": "Under {{total}}"
4572
4795
  }
4573
4796
  },
4574
- "cricket.innings_over_x_team_total": {
4575
- "Name": "Innings {{innings}} over {{over}} - {{team}} total",
4576
- "Deprecated": true,
4797
+ "cricket.catches_total_incl_ot": {
4798
+ "Name": "Total Catches (Incl. Super Over)",
4577
4799
  "Variables": [
4578
- "innings",
4579
- "over",
4580
- "team",
4581
4800
  "total"
4582
4801
  ],
4583
- "Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
4802
+ "Split": "period=ot",
4584
4803
  "Outcomes": {
4585
4804
  "over": "Over {{total}}",
4586
4805
  "under": "Under {{total}}"
4587
4806
  }
4588
4807
  },
4589
- "cricket.innings_over_x_xth_delivery_team_exact_runs": {
4808
+ "cricket.day_session_total": {
4809
+ "Name": "Day {{day}} session {{session}} total",
4810
+ "Description": "How many runs in that session of that day?",
4811
+ "Variables": [
4812
+ "day",
4813
+ "session",
4814
+ "total"
4815
+ ],
4816
+ "Split": "period=ft\u0026day={{day}}\u0026session={{session}}",
4817
+ "Outcomes": {
4818
+ "over": "Over {{total}}",
4819
+ "under": "Under {{total}}"
4820
+ }
4821
+ },
4822
+ "cricket.fours_match_over_eq_in_innings": {
4823
+ "Name": "Innings {{innings}} - Total Fours",
4824
+ "Variables": [
4825
+ "innings"
4826
+ ],
4827
+ "Split": "period=innings{{innings}}",
4828
+ "Outcomes": {
4829
+ "dynamic.outcome": "{{outcome}}"
4830
+ }
4831
+ },
4832
+ "cricket.fours_match_over_eq_incl_ot": {
4833
+ "Name": "Total Fours (Incl. Super Over)",
4834
+ "Variables": [],
4835
+ "Split": "period=ot",
4836
+ "Outcomes": {
4837
+ "dynamic.outcome": "{{outcome}}"
4838
+ }
4839
+ },
4840
+ "cricket.fours_moneyline_incl_ot": {
4841
+ "Name": "Most Fours (Incl. Super Over)",
4842
+ "Variables": [],
4843
+ "Split": "period=ot",
4844
+ "Outcomes": {
4845
+ "away": "{{away}}",
4846
+ "home": "{{home}}"
4847
+ }
4848
+ },
4849
+ "cricket.fours_team_total_incl_ot": {
4850
+ "Name": "{{team}} Total Fours (Incl. Super Over)",
4851
+ "Variables": [
4852
+ "team",
4853
+ "total"
4854
+ ],
4855
+ "Split": "period=ot\u0026team={{team}}",
4856
+ "Outcomes": {
4857
+ "over": "Over {{total}}",
4858
+ "under": "Under {{total}}"
4859
+ }
4860
+ },
4861
+ "cricket.fours_total_in_innings": {
4862
+ "Name": "Innings {{innings}} - Total Fours",
4863
+ "Variables": [
4864
+ "innings",
4865
+ "total"
4866
+ ],
4867
+ "Split": "period=innings{{innings}}",
4868
+ "Outcomes": {
4869
+ "over": "Over {{total}}",
4870
+ "under": "Under {{total}}"
4871
+ }
4872
+ },
4873
+ "cricket.fours_total_incl_ot": {
4874
+ "Name": "Total Fours (Incl. Super Over)",
4875
+ "Variables": [
4876
+ "total"
4877
+ ],
4878
+ "Split": "period=ot",
4879
+ "Outcomes": {
4880
+ "over": "Over {{total}}",
4881
+ "under": "Under {{total}}"
4882
+ }
4883
+ },
4884
+ "cricket.freetext": {
4885
+ "Name": "{{market_name}}",
4886
+ "Variables": [
4887
+ "market_name"
4888
+ ],
4889
+ "Split": "market_name={{market_name}}",
4890
+ "Outcomes": {
4891
+ "dynamic.outcome": "{{outcome}}"
4892
+ }
4893
+ },
4894
+ "cricket.freetext.v3": {
4895
+ "Name": "{{market_name_key}}",
4896
+ "Variables": [
4897
+ "market_name_key"
4898
+ ],
4899
+ "Split": "market_name_key={{market_name_key}}",
4900
+ "Outcomes": {
4901
+ "dynamic": ""
4902
+ }
4903
+ },
4904
+ "cricket.hattricks_match_over_eq_incl_ot": {
4905
+ "Name": "Total Hat-Tricks (Incl. Super Over)",
4906
+ "Variables": [],
4907
+ "Split": "period=ot",
4908
+ "Outcomes": {
4909
+ "dynamic.outcome": "{{outcome}}"
4910
+ }
4911
+ },
4912
+ "cricket.hattricks_total_incl_ot": {
4913
+ "Name": "Total Hat-Tricks (Incl. Super Over)",
4914
+ "Variables": [
4915
+ "total"
4916
+ ],
4917
+ "Split": "period=ot",
4918
+ "Outcomes": {
4919
+ "over": "Over {{total}}",
4920
+ "under": "Under {{total}}"
4921
+ }
4922
+ },
4923
+ "cricket.home_away_supremacy": {
4924
+ "Name": "{{home}}/{{away}} supremacy",
4925
+ "Variables": [],
4926
+ "Split": "period=default",
4927
+ "Outcomes": {
4928
+ "buy": "Buy",
4929
+ "mid": "Mid",
4930
+ "sell": "Sell"
4931
+ }
4932
+ },
4933
+ "cricket.innings_dismissal_batter_out": {
4934
+ "Name": "Innings {{innings}}, dismissal {{dismissal}} - Next Batter Out",
4935
+ "Description": "Which batter will be dismissed next?",
4936
+ "Variables": [
4937
+ "innings",
4938
+ "dismissal",
4939
+ "player"
4940
+ ],
4941
+ "Split": "period=ft\u0026period=innings{{innings}}\u0026dismissal={{dismissal}}",
4942
+ "Outcomes": {
4943
+ "dynamic.player": "{{player}}"
4944
+ }
4945
+ },
4946
+ "cricket.innings_over_x_team_run_range": {
4947
+ "Name": "Innings {{innings}} over {{over}} - {{team}} run range",
4948
+ "Variables": [
4949
+ "innings",
4950
+ "over",
4951
+ "team"
4952
+ ],
4953
+ "Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
4954
+ "Outcomes": {
4955
+ "dynamic.outcome": "{{outcome}}"
4956
+ }
4957
+ },
4958
+ "cricket.innings_over_x_team_total": {
4959
+ "Name": "Innings {{innings}} over {{over}} - {{team}} total",
4960
+ "Deprecated": true,
4961
+ "Variables": [
4962
+ "innings",
4963
+ "over",
4964
+ "team",
4965
+ "total"
4966
+ ],
4967
+ "Split": "over={{over}}\u0026period=innings{{innings}}\u0026team={{team}}",
4968
+ "Outcomes": {
4969
+ "over": "Over {{total}}",
4970
+ "under": "Under {{total}}"
4971
+ }
4972
+ },
4973
+ "cricket.innings_over_x_xth_delivery_team_exact_runs": {
4590
4974
  "Name": "Innings {{innings}} over {{over}} - delivery {{delivery}} {{team}} exact runs",
4591
4975
  "Variables": [
4592
4976
  "delivery",
@@ -4811,6 +5195,49 @@
4811
5195
  "under": "Under {{total}}"
4812
5196
  }
4813
5197
  },
5198
+ "cricket.lost_wickets_match_over_eq_in_innings": {
5199
+ "Name": "Innings {{innings}} - Total Lost Wickets",
5200
+ "Variables": [
5201
+ "innings"
5202
+ ],
5203
+ "Split": "period=innings{{innings}}",
5204
+ "Outcomes": {
5205
+ "dynamic.outcome": "{{outcome}}"
5206
+ }
5207
+ },
5208
+ "cricket.lost_wickets_moneyline_incl_ot": {
5209
+ "Name": "Most Lost Wickets (Incl. Super Over)",
5210
+ "Variables": [],
5211
+ "Split": "period=ot",
5212
+ "Outcomes": {
5213
+ "away": "{{away}}",
5214
+ "home": "{{home}}"
5215
+ }
5216
+ },
5217
+ "cricket.lost_wickets_team_total_incl_ot": {
5218
+ "Name": "{{team}} Total Lost Wickets (Incl. Super Over)",
5219
+ "Variables": [
5220
+ "team",
5221
+ "total"
5222
+ ],
5223
+ "Split": "period=ot\u0026team={{team}}",
5224
+ "Outcomes": {
5225
+ "over": "Over {{total}}",
5226
+ "under": "Under {{total}}"
5227
+ }
5228
+ },
5229
+ "cricket.lost_wickets_total_in_innings": {
5230
+ "Name": "Innings {{innings}} - Total Lost Wickets",
5231
+ "Variables": [
5232
+ "innings",
5233
+ "total"
5234
+ ],
5235
+ "Split": "period=innings{{innings}}",
5236
+ "Outcomes": {
5237
+ "over": "Over {{total}}",
5238
+ "under": "Under {{total}}"
5239
+ }
5240
+ },
4814
5241
  "cricket.outright": {
4815
5242
  "Name": "{{market_name}}",
4816
5243
  "Variables": [
@@ -4862,6 +5289,56 @@
4862
5289
  "sell": "Sell"
4863
5290
  }
4864
5291
  },
5292
+ "cricket.player_props_catches_player_over_eq_incl_ot": {
5293
+ "Name": "{{player_key}} Total Catches (Incl. Super Over)",
5294
+ "Variables": [
5295
+ "player_key"
5296
+ ],
5297
+ "Split": "period=ot\u0026player_key={{player_key}}",
5298
+ "Outcomes": {
5299
+ "dynamic.outcome": "{{outcome}}"
5300
+ }
5301
+ },
5302
+ "cricket.player_props_fours_player_over_eq_incl_ot": {
5303
+ "Name": "{{player_key}} Total Fours (Incl. Super Over)",
5304
+ "Variables": [
5305
+ "player_key"
5306
+ ],
5307
+ "Split": "period=ot\u0026player_key={{player_key}}",
5308
+ "Outcomes": {
5309
+ "dynamic.outcome": "{{outcome}}"
5310
+ }
5311
+ },
5312
+ "cricket.player_props_runs_player_over_eq_incl_ot": {
5313
+ "Name": "{{player_key}} Total Runs (Incl. Super Over)",
5314
+ "Variables": [
5315
+ "player_key"
5316
+ ],
5317
+ "Split": "period=ot\u0026player_key={{player_key}}",
5318
+ "Outcomes": {
5319
+ "dynamic.outcome": "{{outcome}}"
5320
+ }
5321
+ },
5322
+ "cricket.player_props_sixes_player_over_eq_incl_ot": {
5323
+ "Name": "{{player_key}} Total Sixes (Incl. Super Over)",
5324
+ "Variables": [
5325
+ "player_key"
5326
+ ],
5327
+ "Split": "period=ot\u0026player_key={{player_key}}",
5328
+ "Outcomes": {
5329
+ "dynamic.outcome": "{{outcome}}"
5330
+ }
5331
+ },
5332
+ "cricket.player_props_taken_wickets_player_over_eq_incl_ot": {
5333
+ "Name": "{{player_key}} Total Taken Wickets (Incl. Super Over)",
5334
+ "Variables": [
5335
+ "player_key"
5336
+ ],
5337
+ "Split": "period=ot\u0026player_key={{player_key}}",
5338
+ "Outcomes": {
5339
+ "dynamic.outcome": "{{outcome}}"
5340
+ }
5341
+ },
4865
5342
  "cricket.player_to_score_milestone": {
4866
5343
  "Name": "{{player}} to score {{milestone}}",
4867
5344
  "Description": "Will the batter score that many runs?",
@@ -4913,46 +5390,304 @@
4913
5390
  "under": "Under {{total}}"
4914
5391
  }
4915
5392
  },
4916
- "cricket.runs_1x2_in_ft": {
4917
- "Name": "1x2 (Regular Time)",
4918
- "Primary": true,
4919
- "CashoutAvailable": true,
5393
+ "cricket.run_outs_match_over_eq_in_innings": {
5394
+ "Name": "Innings {{innings}} - Total Run Outs",
5395
+ "Variables": [
5396
+ "innings"
5397
+ ],
5398
+ "Split": "period=innings{{innings}}",
5399
+ "Outcomes": {
5400
+ "dynamic.outcome": "{{outcome}}"
5401
+ }
5402
+ },
5403
+ "cricket.run_outs_match_over_eq_incl_ot": {
5404
+ "Name": "Total Run Outs (Incl. Super Over)",
4920
5405
  "Variables": [],
4921
- "Split": "period=ft",
5406
+ "Split": "period=ot",
4922
5407
  "Outcomes": {
4923
- "away": "{{away}}",
4924
- "draw": "Draw",
4925
- "home": "{{home}}"
5408
+ "dynamic.outcome": "{{outcome}}"
4926
5409
  }
4927
5410
  },
4928
- "cricket.runs_moneyline_in_ft": {
4929
- "Name": "Moneyline (Regular Time)",
4930
- "Primary": true,
4931
- "CashoutAvailable": true,
5411
+ "cricket.run_outs_moneyline_incl_ot": {
5412
+ "Name": "Most Run Outs (Incl. Super Over)",
4932
5413
  "Variables": [],
4933
- "Split": "period=ft",
5414
+ "Split": "period=ot",
4934
5415
  "Outcomes": {
4935
5416
  "away": "{{away}}",
4936
5417
  "home": "{{home}}"
4937
5418
  }
4938
5419
  },
4939
- "cricket.team_run_range": {
4940
- "Name": "{{team}} run range",
5420
+ "cricket.run_outs_team_total_incl_ot": {
5421
+ "Name": "{{team}} Total Run Outs (Incl. Super Over)",
4941
5422
  "Variables": [
4942
- "team"
5423
+ "team",
5424
+ "total"
4943
5425
  ],
4944
- "Split": "period=ft\u0026team={{team}}",
5426
+ "Split": "period=ot\u0026team={{team}}",
4945
5427
  "Outcomes": {
4946
- "dynamic.outcome": "{{outcome}}"
5428
+ "over": "Over {{total}}",
5429
+ "under": "Under {{total}}"
4947
5430
  }
4948
5431
  },
4949
- "cricket.team_total_at_dismissal": {
4950
- "Name": "{{team}} total at dismissal {{dismissal}}",
5432
+ "cricket.run_outs_total_in_innings": {
5433
+ "Name": "Innings {{innings}} - Total Run Outs",
4951
5434
  "Variables": [
4952
- "team",
4953
- "total",
4954
- "dismissal"
4955
- ],
5435
+ "innings",
5436
+ "total"
5437
+ ],
5438
+ "Split": "period=innings{{innings}}",
5439
+ "Outcomes": {
5440
+ "over": "Over {{total}}",
5441
+ "under": "Under {{total}}"
5442
+ }
5443
+ },
5444
+ "cricket.run_outs_total_incl_ot": {
5445
+ "Name": "Total Run Outs (Incl. Super Over)",
5446
+ "Variables": [
5447
+ "total"
5448
+ ],
5449
+ "Split": "period=ot",
5450
+ "Outcomes": {
5451
+ "over": "Over {{total}}",
5452
+ "under": "Under {{total}}"
5453
+ }
5454
+ },
5455
+ "cricket.runs_1x2_in_ft": {
5456
+ "Name": "1x2 (Regular Time)",
5457
+ "Primary": true,
5458
+ "CashoutAvailable": true,
5459
+ "Variables": [],
5460
+ "Split": "period=ft",
5461
+ "Outcomes": {
5462
+ "away": "{{away}}",
5463
+ "draw": "Draw",
5464
+ "home": "{{home}}"
5465
+ }
5466
+ },
5467
+ "cricket.runs_match_over_eq_in_innings": {
5468
+ "Name": "Innings {{innings}} - Total Runs",
5469
+ "Variables": [
5470
+ "innings"
5471
+ ],
5472
+ "Split": "period=innings{{innings}}",
5473
+ "Outcomes": {
5474
+ "dynamic.outcome": "{{outcome}}"
5475
+ }
5476
+ },
5477
+ "cricket.runs_match_over_eq_incl_ot": {
5478
+ "Name": "Total Runs (Incl. Super Over)",
5479
+ "Variables": [],
5480
+ "Split": "period=ot",
5481
+ "Outcomes": {
5482
+ "dynamic.outcome": "{{outcome}}"
5483
+ }
5484
+ },
5485
+ "cricket.runs_moneyline_in_ft": {
5486
+ "Name": "Match Winner (Excl. Super Over)",
5487
+ "Primary": true,
5488
+ "CashoutAvailable": true,
5489
+ "Variables": [],
5490
+ "Split": "period=ft",
5491
+ "Outcomes": {
5492
+ "away": "{{away}}",
5493
+ "home": "{{home}}"
5494
+ }
5495
+ },
5496
+ "cricket.runs_team_total_incl_ot": {
5497
+ "Name": "{{team}} Total Runs (Incl. Super Over)",
5498
+ "Variables": [
5499
+ "team",
5500
+ "total"
5501
+ ],
5502
+ "Split": "period=ot\u0026team={{team}}",
5503
+ "Outcomes": {
5504
+ "over": "Over {{total}}",
5505
+ "under": "Under {{total}}"
5506
+ }
5507
+ },
5508
+ "cricket.runs_total_in_innings": {
5509
+ "Name": "Innings {{innings}} - Total Runs",
5510
+ "Variables": [
5511
+ "innings",
5512
+ "total"
5513
+ ],
5514
+ "Split": "period=innings{{innings}}",
5515
+ "Outcomes": {
5516
+ "over": "Over {{total}}",
5517
+ "under": "Under {{total}}"
5518
+ }
5519
+ },
5520
+ "cricket.runs_total_incl_ot": {
5521
+ "Name": "Total Runs (Incl. Super Over)",
5522
+ "Variables": [
5523
+ "total"
5524
+ ],
5525
+ "Split": "period=ot",
5526
+ "Outcomes": {
5527
+ "over": "Over {{total}}",
5528
+ "under": "Under {{total}}"
5529
+ }
5530
+ },
5531
+ "cricket.sixes_match_over_eq_in_innings": {
5532
+ "Name": "Innings {{innings}} - Total Sixes",
5533
+ "Variables": [
5534
+ "innings"
5535
+ ],
5536
+ "Split": "period=innings{{innings}}",
5537
+ "Outcomes": {
5538
+ "dynamic.outcome": "{{outcome}}"
5539
+ }
5540
+ },
5541
+ "cricket.sixes_match_over_eq_incl_ot": {
5542
+ "Name": "Total Sixes (Incl. Super Over)",
5543
+ "Variables": [],
5544
+ "Split": "period=ot",
5545
+ "Outcomes": {
5546
+ "dynamic.outcome": "{{outcome}}"
5547
+ }
5548
+ },
5549
+ "cricket.sixes_moneyline_incl_ot": {
5550
+ "Name": "Most Sixes (Incl. Super Over)",
5551
+ "Variables": [],
5552
+ "Split": "period=ot",
5553
+ "Outcomes": {
5554
+ "away": "{{away}}",
5555
+ "home": "{{home}}"
5556
+ }
5557
+ },
5558
+ "cricket.sixes_team_total_incl_ot": {
5559
+ "Name": "{{team}} Total Sixes (Incl. Super Over)",
5560
+ "Variables": [
5561
+ "team",
5562
+ "total"
5563
+ ],
5564
+ "Split": "period=ot\u0026team={{team}}",
5565
+ "Outcomes": {
5566
+ "over": "Over {{total}}",
5567
+ "under": "Under {{total}}"
5568
+ }
5569
+ },
5570
+ "cricket.sixes_total_in_innings": {
5571
+ "Name": "Innings {{innings}} - Total Sixes",
5572
+ "Variables": [
5573
+ "innings",
5574
+ "total"
5575
+ ],
5576
+ "Split": "period=innings{{innings}}",
5577
+ "Outcomes": {
5578
+ "over": "Over {{total}}",
5579
+ "under": "Under {{total}}"
5580
+ }
5581
+ },
5582
+ "cricket.sixes_total_incl_ot": {
5583
+ "Name": "Total Sixes (Incl. Super Over)",
5584
+ "Variables": [
5585
+ "total"
5586
+ ],
5587
+ "Split": "period=ot",
5588
+ "Outcomes": {
5589
+ "over": "Over {{total}}",
5590
+ "under": "Under {{total}}"
5591
+ }
5592
+ },
5593
+ "cricket.stumpings_match_over_eq_incl_ot": {
5594
+ "Name": "Total Stumpings (Incl. Super Over)",
5595
+ "Variables": [],
5596
+ "Split": "period=ot",
5597
+ "Outcomes": {
5598
+ "dynamic.outcome": "{{outcome}}"
5599
+ }
5600
+ },
5601
+ "cricket.stumpings_total_incl_ot": {
5602
+ "Name": "Total Stumpings (Incl. Super Over)",
5603
+ "Variables": [
5604
+ "total"
5605
+ ],
5606
+ "Split": "period=ot",
5607
+ "Outcomes": {
5608
+ "over": "Over {{total}}",
5609
+ "under": "Under {{total}}"
5610
+ }
5611
+ },
5612
+ "cricket.taken_wickets_match_over_eq_in_innings": {
5613
+ "Name": "Innings {{innings}} - Total Taken Wickets",
5614
+ "Variables": [
5615
+ "innings"
5616
+ ],
5617
+ "Split": "period=innings{{innings}}",
5618
+ "Outcomes": {
5619
+ "dynamic.outcome": "{{outcome}}"
5620
+ }
5621
+ },
5622
+ "cricket.taken_wickets_match_over_eq_incl_ot": {
5623
+ "Name": "Total Taken Wickets (Incl. Super Over)",
5624
+ "Variables": [],
5625
+ "Split": "period=ot",
5626
+ "Outcomes": {
5627
+ "dynamic.outcome": "{{outcome}}"
5628
+ }
5629
+ },
5630
+ "cricket.taken_wickets_moneyline_incl_ot": {
5631
+ "Name": "Most Taken Wickets (Incl. Super Over)",
5632
+ "Variables": [],
5633
+ "Split": "period=ot",
5634
+ "Outcomes": {
5635
+ "away": "{{away}}",
5636
+ "home": "{{home}}"
5637
+ }
5638
+ },
5639
+ "cricket.taken_wickets_team_total_incl_ot": {
5640
+ "Name": "{{team}} Total Taken Wickets (Incl. Super Over)",
5641
+ "Variables": [
5642
+ "team",
5643
+ "total"
5644
+ ],
5645
+ "Split": "period=ot\u0026team={{team}}",
5646
+ "Outcomes": {
5647
+ "over": "Over {{total}}",
5648
+ "under": "Under {{total}}"
5649
+ }
5650
+ },
5651
+ "cricket.taken_wickets_total_in_innings": {
5652
+ "Name": "Innings {{innings}} - Total Taken Wickets",
5653
+ "Variables": [
5654
+ "innings",
5655
+ "total"
5656
+ ],
5657
+ "Split": "period=innings{{innings}}",
5658
+ "Outcomes": {
5659
+ "over": "Over {{total}}",
5660
+ "under": "Under {{total}}"
5661
+ }
5662
+ },
5663
+ "cricket.taken_wickets_total_incl_ot": {
5664
+ "Name": "Total Taken Wickets (Incl. Super Over)",
5665
+ "Variables": [
5666
+ "total"
5667
+ ],
5668
+ "Split": "period=ot",
5669
+ "Outcomes": {
5670
+ "over": "Over {{total}}",
5671
+ "under": "Under {{total}}"
5672
+ }
5673
+ },
5674
+ "cricket.team_run_range": {
5675
+ "Name": "{{team}} run range",
5676
+ "Variables": [
5677
+ "team"
5678
+ ],
5679
+ "Split": "period=ft\u0026team={{team}}",
5680
+ "Outcomes": {
5681
+ "dynamic.outcome": "{{outcome}}"
5682
+ }
5683
+ },
5684
+ "cricket.team_total_at_dismissal": {
5685
+ "Name": "{{team}} total at dismissal {{dismissal}}",
5686
+ "Variables": [
5687
+ "team",
5688
+ "total",
5689
+ "dismissal"
5690
+ ],
4956
5691
  "Split": "period=ft\u0026team={{team}}\u0026dismissal={{dismissal}}",
4957
5692
  "Outcomes": {
4958
5693
  "over": "Over {{total}}",
@@ -5254,6 +5989,25 @@
5254
5989
  "under": "Under {{total}}"
5255
5990
  }
5256
5991
  },
5992
+ "cricket.wides_match_over_eq_incl_ot": {
5993
+ "Name": "Total Wides (Incl. Super Over)",
5994
+ "Variables": [],
5995
+ "Split": "period=ot",
5996
+ "Outcomes": {
5997
+ "dynamic.outcome": "{{outcome}}"
5998
+ }
5999
+ },
6000
+ "cricket.wides_total_incl_ot": {
6001
+ "Name": "Total Wides (Incl. Super Over)",
6002
+ "Variables": [
6003
+ "total"
6004
+ ],
6005
+ "Split": "period=ot",
6006
+ "Outcomes": {
6007
+ "over": "Over {{total}}",
6008
+ "under": "Under {{total}}"
6009
+ }
6010
+ },
5257
6011
  "cricket.will_there_be_a_super_over": {
5258
6012
  "Name": "Will there be a super over",
5259
6013
  "Variables": [],
@@ -5273,7 +6027,7 @@
5273
6027
  }
5274
6028
  },
5275
6029
  "cricket.winner": {
5276
- "Name": "Match Winner (Incl. Superovers)",
6030
+ "Name": "Match Winner (Incl. Super Over)",
5277
6031
  "Primary": true,
5278
6032
  "CashoutAvailable": true,
5279
6033
  "Variables": [],
@@ -9977,270 +10731,668 @@
9977
10731
  "Variables": [
9978
10732
  "map"
9979
10733
  ],
9980
- "Split": "period=map{{map}}",
10734
+ "Split": "period=map{{map}}",
10735
+ "Outcomes": {
10736
+ "away": "{{away}}",
10737
+ "home": "{{home}}"
10738
+ }
10739
+ },
10740
+ "rocket_league.outright": {
10741
+ "Name": "{{market_name}}",
10742
+ "Variables": [
10743
+ "market_name"
10744
+ ],
10745
+ "Split": "market_name={{market_name}}",
10746
+ "Outcomes": {
10747
+ "dynamic.outcome": "{{outcome}}"
10748
+ }
10749
+ },
10750
+ "rocket_league.outright.v2": {
10751
+ "Name": "{{name}}",
10752
+ "Variables": [],
10753
+ "Split": "default",
10754
+ "Outcomes": {
10755
+ "dynamic.outcome": "{{outcome}}"
10756
+ }
10757
+ },
10758
+ "rocket_league.outright.v3": {
10759
+ "Name": "",
10760
+ "Variables": [],
10761
+ "Split": "default",
10762
+ "Outcomes": {
10763
+ "dynamic": ""
10764
+ }
10765
+ },
10766
+ "rocket_league.total_maps": {
10767
+ "Name": "Total maps",
10768
+ "Primary": true,
10769
+ "Variables": [
10770
+ "total"
10771
+ ],
10772
+ "Split": "period=default",
10773
+ "Outcomes": {
10774
+ "over": "Over {{total}}",
10775
+ "under": "Under {{total}}"
10776
+ }
10777
+ },
10778
+ "rocket_league.winner": {
10779
+ "Name": "Winner",
10780
+ "Primary": true,
10781
+ "CashoutAvailable": true,
10782
+ "Variables": [],
10783
+ "Split": "period=default",
10784
+ "Outcomes": {
10785
+ "away": "{{away}}",
10786
+ "home": "{{home}}"
10787
+ }
10788
+ },
10789
+ "rugby_league.1x2_period_1st_half": {
10790
+ "Name": "1st half - 1x2",
10791
+ "Variables": [],
10792
+ "Split": "period=ft\u0026period=1h",
10793
+ "Outcomes": {
10794
+ "away": "{{away}}",
10795
+ "draw": "Draw",
10796
+ "home": "{{home}}"
10797
+ }
10798
+ },
10799
+ "rugby_league.draw_no_bet": {
10800
+ "Name": "Draw no bet",
10801
+ "Description": "Choose the team you think will win. In the result of a draw, stakes are returned.",
10802
+ "Variables": [],
10803
+ "Split": "period=ft",
10804
+ "Outcomes": {
10805
+ "away": "{{away}}",
10806
+ "home": "{{home}}"
10807
+ }
10808
+ },
10809
+ "rugby_league.freetext": {
10810
+ "Name": "{{market_name}}",
10811
+ "Variables": [
10812
+ "market_name"
10813
+ ],
10814
+ "Split": "market_name={{market_name}}",
10815
+ "Outcomes": {
10816
+ "dynamic.outcome": "{{outcome}}"
10817
+ }
10818
+ },
10819
+ "rugby_league.freetext.v3": {
10820
+ "Name": "{{market_name_key}}",
10821
+ "Variables": [
10822
+ "market_name_key"
10823
+ ],
10824
+ "Split": "market_name_key={{market_name_key}}",
10825
+ "Outcomes": {
10826
+ "dynamic": ""
10827
+ }
10828
+ },
10829
+ "rugby_league.halftime_fulltime_result": {
10830
+ "Name": "Halftime / Fulltime",
10831
+ "Description": "Market on both the result at half-time and the result at the end of the match, excluding extra time",
10832
+ "Variables": [],
10833
+ "Split": "period=ft\u0026period=1h",
10834
+ "Outcomes": {
10835
+ "away_away": "{{away}} / {{away}}",
10836
+ "away_draw": "{{away}} / Draw",
10837
+ "away_home": "{{away}} / {{home}}",
10838
+ "draw_away": "Draw / {{away}}",
10839
+ "draw_draw": "Draw / Draw",
10840
+ "draw_home": "Draw / {{home}}",
10841
+ "home_away": "{{home}} / {{away}}",
10842
+ "home_draw": "{{home}} / Draw",
10843
+ "home_home": "{{home}} / {{home}}"
10844
+ }
10845
+ },
10846
+ "rugby_league.handicap": {
10847
+ "Name": "Handicap",
10848
+ "Primary": true,
10849
+ "Variables": [
10850
+ "handicap"
10851
+ ],
10852
+ "Split": "period=ft",
10853
+ "Outcomes": {
10854
+ "away": "{{away}} {{-handicap}}",
10855
+ "home": "{{home}} {{handicap}}"
10856
+ }
10857
+ },
10858
+ "rugby_league.handicap_3_way_period_ft": {
10859
+ "Name": "Handicap {{handicap_score}}",
10860
+ "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.",
10861
+ "Variables": [
10862
+ "handicap_score"
10863
+ ],
10864
+ "Split": "period=ft\u0026handicap_score={{handicap_score}}",
10865
+ "Outcomes": {
10866
+ "away": "{{away}} {{handicap_score}}",
10867
+ "draw": "Draw {{handicap_score}}",
10868
+ "home": "{{home}} {{handicap_score}}"
10869
+ }
10870
+ },
10871
+ "rugby_league.handicap_period_1st_half": {
10872
+ "Name": "1st half - handicap",
10873
+ "Variables": [
10874
+ "handicap"
10875
+ ],
10876
+ "Split": "period=ft\u0026period=1h",
10877
+ "Outcomes": {
10878
+ "away": "{{away}} {{-handicap}}",
10879
+ "home": "{{home}} {{handicap}}"
10880
+ }
10881
+ },
10882
+ "rugby_league.moneyline": {
10883
+ "Name": "Match Odds",
10884
+ "Primary": true,
10885
+ "CashoutAvailable": true,
10886
+ "Variables": [],
10887
+ "Split": "period=ft",
10888
+ "Outcomes": {
10889
+ "away": "{{away}}",
10890
+ "draw": "Draw",
10891
+ "home": "{{home}}"
10892
+ }
10893
+ },
10894
+ "rugby_league.next_scoring_play": {
10895
+ "Name": "Next scoring play at {{score}}",
10896
+ "Variables": [
10897
+ "score"
10898
+ ],
10899
+ "Split": "period=ft\u0026score={{score}}",
10900
+ "Outcomes": {
10901
+ "away_with_drop_goal": "{{away}} with drop goal",
10902
+ "away_with_penalty": "{{away}} with penalty",
10903
+ "away_with_try": "{{away}} with try",
10904
+ "home_with_drop_goal": "{{home}} with drop goal",
10905
+ "home_with_penalty": "{{home}} with penalty",
10906
+ "home_with_try": "{{home}} with try"
10907
+ }
10908
+ },
10909
+ "rugby_league.odd_even": {
10910
+ "Name": "Odd/Even",
10911
+ "Variables": [],
10912
+ "Split": "period=ft",
10913
+ "Outcomes": {
10914
+ "even": "Even",
10915
+ "odd": "Odd"
10916
+ }
10917
+ },
10918
+ "rugby_league.outright": {
10919
+ "Name": "{{market_name}}",
10920
+ "Variables": [
10921
+ "market_name"
10922
+ ],
10923
+ "Split": "market_name={{market_name}}",
10924
+ "Outcomes": {
10925
+ "dynamic.outcome": "{{outcome}}"
10926
+ }
10927
+ },
10928
+ "rugby_league.outright.v2": {
10929
+ "Name": "{{name}}",
10930
+ "Variables": [],
10931
+ "Split": "default",
10932
+ "Outcomes": {
10933
+ "dynamic.outcome": "{{outcome}}"
10934
+ }
10935
+ },
10936
+ "rugby_league.outright.v3": {
10937
+ "Name": "",
10938
+ "Variables": [],
10939
+ "Split": "default",
10940
+ "Outcomes": {
10941
+ "dynamic": ""
10942
+ }
10943
+ },
10944
+ "rugby_league.player_props_tries_first_player_to_score_in_1h": {
10945
+ "Name": "1st Half - First Tryscorer",
10946
+ "Variables": [],
10947
+ "Split": "period=1h",
10948
+ "Outcomes": {
10949
+ "dynamic.player_key": "{{player_key}}"
10950
+ }
10951
+ },
10952
+ "rugby_league.player_props_tries_first_player_to_score_in_2h_incl_ot": {
10953
+ "Name": "2nd Half (Incl. Extra Time) - First Tryscorer",
10954
+ "Variables": [],
10955
+ "Split": "period=2h_incl_ot",
10956
+ "Outcomes": {
10957
+ "dynamic.player_key": "{{player_key}}"
10958
+ }
10959
+ },
10960
+ "rugby_league.player_props_tries_first_player_to_score_in_both_halves_incl_ot": {
10961
+ "Name": "Both Halves (Incl. Extra Time) - First Tryscorer",
10962
+ "Variables": [],
10963
+ "Split": "period=both_halves_incl_ot",
10964
+ "Outcomes": {
10965
+ "dynamic.player_key": "{{player_key}}"
10966
+ }
10967
+ },
10968
+ "rugby_league.player_props_tries_first_player_to_score_incl_ot": {
10969
+ "Name": "First Tryscorer (Incl. Extra Time)",
10970
+ "Variables": [],
10971
+ "Split": "period=ot",
10972
+ "Outcomes": {
10973
+ "dynamic.player_key": "{{player_key}}"
10974
+ }
10975
+ },
10976
+ "rugby_league.player_props_tries_last_player_to_score_in_1h": {
10977
+ "Name": "1st Half - Last Tryscorer",
10978
+ "Variables": [],
10979
+ "Split": "period=1h",
10980
+ "Outcomes": {
10981
+ "dynamic.player_key": "{{player_key}}"
10982
+ }
10983
+ },
10984
+ "rugby_league.player_props_tries_last_player_to_score_in_2h_incl_ot": {
10985
+ "Name": "2nd Half (Incl. Extra Time) - Last Tryscorer",
10986
+ "Variables": [],
10987
+ "Split": "period=2h_incl_ot",
10988
+ "Outcomes": {
10989
+ "dynamic.player_key": "{{player_key}}"
10990
+ }
10991
+ },
10992
+ "rugby_league.player_props_tries_last_player_to_score_in_both_halves_incl_ot": {
10993
+ "Name": "Both Halves (Incl. Extra Time) - Last Tryscorer",
10994
+ "Variables": [],
10995
+ "Split": "period=both_halves_incl_ot",
10996
+ "Outcomes": {
10997
+ "dynamic.player_key": "{{player_key}}"
10998
+ }
10999
+ },
11000
+ "rugby_league.player_props_tries_last_player_to_score_incl_ot": {
11001
+ "Name": "Last Tryscorer (Incl. Extra Time)",
11002
+ "Variables": [],
11003
+ "Split": "period=ot",
11004
+ "Outcomes": {
11005
+ "dynamic.player_key": "{{player_key}}"
11006
+ }
11007
+ },
11008
+ "rugby_league.points_asian_handicap_incl_ot": {
11009
+ "Name": "Handicap (Incl. Extra Time)",
11010
+ "Variables": [
11011
+ "handicap"
11012
+ ],
11013
+ "Split": "period=ot",
11014
+ "Outcomes": {
11015
+ "away": "{{away}} {{-handicap}}",
11016
+ "home": "{{home}} {{handicap}}"
11017
+ }
11018
+ },
11019
+ "rugby_league.points_moneyline_incl_ot": {
11020
+ "Name": "Moneyline (Incl. Extra Time)",
11021
+ "Variables": [],
11022
+ "Split": "period=ot",
11023
+ "Outcomes": {
11024
+ "away": "{{away}}",
11025
+ "home": "{{home}}"
11026
+ }
11027
+ },
11028
+ "rugby_league.points_odd_even_in_1h": {
11029
+ "Name": "1st Half - Points Odd/Even",
11030
+ "Variables": [],
11031
+ "Split": "period=1h",
11032
+ "Outcomes": {
11033
+ "even": "Even",
11034
+ "odd": "Odd"
11035
+ }
11036
+ },
11037
+ "rugby_league.points_odd_even_in_2h_incl_ot": {
11038
+ "Name": "2nd Half (Incl. Extra Time) - Points Odd/Even",
11039
+ "Variables": [],
11040
+ "Split": "period=2h_incl_ot",
11041
+ "Outcomes": {
11042
+ "even": "Even",
11043
+ "odd": "Odd"
11044
+ }
11045
+ },
11046
+ "rugby_league.points_odd_even_in_both_halves_incl_ot": {
11047
+ "Name": "Both Halves (Incl. Extra Time) - Points Odd/Even",
11048
+ "Variables": [],
11049
+ "Split": "period=both_halves_incl_ot",
11050
+ "Outcomes": {
11051
+ "even": "Even",
11052
+ "odd": "Odd"
11053
+ }
11054
+ },
11055
+ "rugby_league.points_team_odd_even_in_1h": {
11056
+ "Name": "1st Half - {{team}} Points Odd/Even",
11057
+ "Variables": [
11058
+ "team"
11059
+ ],
11060
+ "Split": "period=1h\u0026team={{team}}",
11061
+ "Outcomes": {
11062
+ "even": "Even",
11063
+ "odd": "Odd"
11064
+ }
11065
+ },
11066
+ "rugby_league.points_team_odd_even_in_2h_incl_ot": {
11067
+ "Name": "2nd Half (Incl. Extra Time) - {{team}} Points Odd/Even",
11068
+ "Variables": [
11069
+ "team"
11070
+ ],
11071
+ "Split": "period=2h_incl_ot\u0026team={{team}}",
11072
+ "Outcomes": {
11073
+ "even": "Even",
11074
+ "odd": "Odd"
11075
+ }
11076
+ },
11077
+ "rugby_league.points_team_odd_even_in_both_halves_incl_ot": {
11078
+ "Name": "Both Halves (Incl. Extra Time) - {{team}} Points Odd/Even",
11079
+ "Variables": [
11080
+ "team"
11081
+ ],
11082
+ "Split": "period=both_halves_incl_ot\u0026team={{team}}",
11083
+ "Outcomes": {
11084
+ "even": "Even",
11085
+ "odd": "Odd"
11086
+ }
11087
+ },
11088
+ "rugby_league.points_team_odd_even_incl_ot": {
11089
+ "Name": "{{team}} Points Odd/Even (Incl. Extra Time)",
11090
+ "Variables": [
11091
+ "team"
11092
+ ],
11093
+ "Split": "period=ot\u0026team={{team}}",
11094
+ "Outcomes": {
11095
+ "even": "Even",
11096
+ "odd": "Odd"
11097
+ }
11098
+ },
11099
+ "rugby_league.points_total_in_both_halves_incl_ot": {
11100
+ "Name": "Both Halves (Incl. Extra Time) - Total Points",
11101
+ "Variables": [
11102
+ "total"
11103
+ ],
11104
+ "Split": "period=both_halves_incl_ot",
11105
+ "Outcomes": {
11106
+ "over": "Over {{total}}",
11107
+ "under": "Under {{total}}"
11108
+ }
11109
+ },
11110
+ "rugby_league.points_total_incl_ot": {
11111
+ "Name": "Total (Incl. Extra Time)",
11112
+ "Variables": [
11113
+ "total"
11114
+ ],
11115
+ "Split": "period=ot",
11116
+ "Outcomes": {
11117
+ "over": "Over {{total}}",
11118
+ "under": "Under {{total}}"
11119
+ }
11120
+ },
11121
+ "rugby_league.race_to_points": {
11122
+ "Name": "Race to {{point}} points",
11123
+ "Variables": [
11124
+ "point"
11125
+ ],
11126
+ "Split": "period=ft\u0026point={{point}}",
11127
+ "Outcomes": {
11128
+ "away": "{{away}}",
11129
+ "home": "{{home}}",
11130
+ "none": "None"
11131
+ }
11132
+ },
11133
+ "rugby_league.team_props_tries_first_player_to_score_in_1h": {
11134
+ "Name": "1st Half - {{team}} First Tryscorer",
11135
+ "Variables": [
11136
+ "team"
11137
+ ],
11138
+ "Split": "period=1h\u0026team={{team}}",
9981
11139
  "Outcomes": {
9982
- "away": "{{away}}",
9983
- "home": "{{home}}"
11140
+ "dynamic.player_key": "{{player_key}}"
9984
11141
  }
9985
11142
  },
9986
- "rocket_league.outright": {
9987
- "Name": "{{market_name}}",
11143
+ "rugby_league.team_props_tries_first_player_to_score_in_2h_incl_ot": {
11144
+ "Name": "2nd Half (Incl. Extra Time) - {{team}} First Tryscorer",
9988
11145
  "Variables": [
9989
- "market_name"
11146
+ "team"
9990
11147
  ],
9991
- "Split": "market_name={{market_name}}",
11148
+ "Split": "period=2h_incl_ot\u0026team={{team}}",
9992
11149
  "Outcomes": {
9993
- "dynamic.outcome": "{{outcome}}"
11150
+ "dynamic.player_key": "{{player_key}}"
9994
11151
  }
9995
11152
  },
9996
- "rocket_league.outright.v2": {
9997
- "Name": "{{name}}",
9998
- "Variables": [],
9999
- "Split": "default",
11153
+ "rugby_league.team_props_tries_first_player_to_score_in_both_halves_incl_ot": {
11154
+ "Name": "Both Halves (Incl. Extra Time) - {{team}} First Tryscorer",
11155
+ "Variables": [
11156
+ "team"
11157
+ ],
11158
+ "Split": "period=both_halves_incl_ot\u0026team={{team}}",
10000
11159
  "Outcomes": {
10001
- "dynamic.outcome": "{{outcome}}"
11160
+ "dynamic.player_key": "{{player_key}}"
10002
11161
  }
10003
11162
  },
10004
- "rocket_league.outright.v3": {
10005
- "Name": "",
10006
- "Variables": [],
10007
- "Split": "default",
11163
+ "rugby_league.team_props_tries_first_player_to_score_incl_ot": {
11164
+ "Name": "{{team}} First Tryscorer (Incl. Extra Time)",
11165
+ "Variables": [
11166
+ "team"
11167
+ ],
11168
+ "Split": "period=ot\u0026team={{team}}",
10008
11169
  "Outcomes": {
10009
- "dynamic": ""
11170
+ "dynamic.player_key": "{{player_key}}"
10010
11171
  }
10011
11172
  },
10012
- "rocket_league.total_maps": {
10013
- "Name": "Total maps",
10014
- "Primary": true,
11173
+ "rugby_league.team_props_tries_last_player_to_score_in_1h": {
11174
+ "Name": "1st Half - {{team}} Last Tryscorer",
10015
11175
  "Variables": [
10016
- "total"
11176
+ "team"
10017
11177
  ],
10018
- "Split": "period=default",
11178
+ "Split": "period=1h\u0026team={{team}}",
10019
11179
  "Outcomes": {
10020
- "over": "Over {{total}}",
10021
- "under": "Under {{total}}"
11180
+ "dynamic.player_key": "{{player_key}}"
10022
11181
  }
10023
11182
  },
10024
- "rocket_league.winner": {
10025
- "Name": "Winner",
10026
- "Primary": true,
10027
- "CashoutAvailable": true,
10028
- "Variables": [],
10029
- "Split": "period=default",
11183
+ "rugby_league.team_props_tries_last_player_to_score_in_2h_incl_ot": {
11184
+ "Name": "2nd Half (Incl. Extra Time) - {{team}} Last Tryscorer",
11185
+ "Variables": [
11186
+ "team"
11187
+ ],
11188
+ "Split": "period=2h_incl_ot\u0026team={{team}}",
10030
11189
  "Outcomes": {
10031
- "away": "{{away}}",
10032
- "home": "{{home}}"
11190
+ "dynamic.player_key": "{{player_key}}"
10033
11191
  }
10034
11192
  },
10035
- "rugby_league.1x2_period_1st_half": {
10036
- "Name": "1st half - 1x2",
10037
- "Variables": [],
10038
- "Split": "period=ft\u0026period=1h",
11193
+ "rugby_league.team_props_tries_last_player_to_score_in_both_halves_incl_ot": {
11194
+ "Name": "Both Halves (Incl. Extra Time) - {{team}} Last Tryscorer",
11195
+ "Variables": [
11196
+ "team"
11197
+ ],
11198
+ "Split": "period=both_halves_incl_ot\u0026team={{team}}",
10039
11199
  "Outcomes": {
10040
- "away": "{{away}}",
10041
- "draw": "Draw",
10042
- "home": "{{home}}"
11200
+ "dynamic.player_key": "{{player_key}}"
10043
11201
  }
10044
11202
  },
10045
- "rugby_league.draw_no_bet": {
10046
- "Name": "Draw no bet",
10047
- "Description": "Choose the team you think will win. In the result of a draw, stakes are returned.",
10048
- "Variables": [],
10049
- "Split": "period=ft",
11203
+ "rugby_league.team_props_tries_last_player_to_score_incl_ot": {
11204
+ "Name": "{{team}} Last Tryscorer (Incl. Extra Time)",
11205
+ "Variables": [
11206
+ "team"
11207
+ ],
11208
+ "Split": "period=ot\u0026team={{team}}",
10050
11209
  "Outcomes": {
10051
- "away": "{{away}}",
10052
- "home": "{{home}}"
11210
+ "dynamic.player_key": "{{player_key}}"
10053
11211
  }
10054
11212
  },
10055
- "rugby_league.freetext": {
10056
- "Name": "{{market_name}}",
11213
+ "rugby_league.team_totals": {
11214
+ "Name": "{{team}} Total ",
10057
11215
  "Variables": [
10058
- "market_name"
11216
+ "total",
11217
+ "team"
10059
11218
  ],
10060
- "Split": "market_name={{market_name}}",
11219
+ "Split": "period=ft\u0026team={{team}}",
10061
11220
  "Outcomes": {
10062
- "dynamic.outcome": "{{outcome}}"
11221
+ "over": "Over {{total}}",
11222
+ "under": "Under {{total}}"
10063
11223
  }
10064
11224
  },
10065
- "rugby_league.freetext.v3": {
10066
- "Name": "{{market_name_key}}",
11225
+ "rugby_league.total_period_1st_half": {
11226
+ "Name": "1st half - total",
10067
11227
  "Variables": [
10068
- "market_name_key"
11228
+ "total"
10069
11229
  ],
10070
- "Split": "market_name_key={{market_name_key}}",
11230
+ "Split": "period=ft\u0026period=1h",
10071
11231
  "Outcomes": {
10072
- "dynamic": ""
11232
+ "over": "Over {{total}}",
11233
+ "under": "Under {{total}}"
10073
11234
  }
10074
11235
  },
10075
- "rugby_league.halftime_fulltime_result": {
10076
- "Name": "Halftime / Fulltime",
10077
- "Description": "Market on both the result at half-time and the result at the end of the match, excluding extra time",
10078
- "Variables": [],
10079
- "Split": "period=ft\u0026period=1h",
11236
+ "rugby_league.total_tries": {
11237
+ "Name": "Total tries",
11238
+ "Variables": [
11239
+ "total"
11240
+ ],
11241
+ "Split": "period=ft\u0026period=ft_tries",
10080
11242
  "Outcomes": {
10081
- "away_away": "{{away}} / {{away}}",
10082
- "away_draw": "{{away}} / Draw",
10083
- "away_home": "{{away}} / {{home}}",
10084
- "draw_away": "Draw / {{away}}",
10085
- "draw_draw": "Draw / Draw",
10086
- "draw_home": "Draw / {{home}}",
10087
- "home_away": "{{home}} / {{away}}",
10088
- "home_draw": "{{home}} / Draw",
10089
- "home_home": "{{home}} / {{home}}"
11243
+ "over": "Over {{total}}",
11244
+ "under": "Under {{total}}"
10090
11245
  }
10091
11246
  },
10092
- "rugby_league.handicap": {
10093
- "Name": "Handicap",
11247
+ "rugby_league.totals": {
11248
+ "Name": "Total",
10094
11249
  "Primary": true,
11250
+ "CashoutAvailable": true,
10095
11251
  "Variables": [
10096
- "handicap"
11252
+ "total"
10097
11253
  ],
10098
11254
  "Split": "period=ft",
10099
11255
  "Outcomes": {
10100
- "away": "{{away}} {{-handicap}}",
10101
- "home": "{{home}} {{handicap}}"
11256
+ "over": "Over {{total}}",
11257
+ "under": "Under {{total}}"
10102
11258
  }
10103
11259
  },
10104
- "rugby_league.handicap_3_way_period_ft": {
10105
- "Name": "Handicap {{handicap_score}}",
10106
- "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.",
10107
- "Variables": [
10108
- "handicap_score"
10109
- ],
10110
- "Split": "period=ft\u0026handicap_score={{handicap_score}}",
11260
+ "rugby_league.tries_odd_even_in_1h": {
11261
+ "Name": "1st Half - Total Tries Odd/Even",
11262
+ "Variables": [],
11263
+ "Split": "period=1h",
10111
11264
  "Outcomes": {
10112
- "away": "{{away}} {{handicap_score}}",
10113
- "draw": "Draw {{handicap_score}}",
10114
- "home": "{{home}} {{handicap_score}}"
11265
+ "even": "Even",
11266
+ "odd": "Odd"
10115
11267
  }
10116
11268
  },
10117
- "rugby_league.handicap_period_1st_half": {
10118
- "Name": "1st half - handicap",
10119
- "Variables": [
10120
- "handicap"
10121
- ],
10122
- "Split": "period=ft\u0026period=1h",
11269
+ "rugby_league.tries_odd_even_in_2h_incl_ot": {
11270
+ "Name": "2nd Half (Incl. Extra Time) - Total Tries Odd/Even",
11271
+ "Variables": [],
11272
+ "Split": "period=2h_incl_ot",
10123
11273
  "Outcomes": {
10124
- "away": "{{away}} {{-handicap}}",
10125
- "home": "{{home}} {{handicap}}"
11274
+ "even": "Even",
11275
+ "odd": "Odd"
10126
11276
  }
10127
11277
  },
10128
- "rugby_league.moneyline": {
10129
- "Name": "Match Odds",
10130
- "Primary": true,
10131
- "CashoutAvailable": true,
11278
+ "rugby_league.tries_odd_even_incl_ot": {
11279
+ "Name": "Total Tries Odd/Even (Incl. Extra Time)",
10132
11280
  "Variables": [],
10133
- "Split": "period=ft",
11281
+ "Split": "period=ot",
10134
11282
  "Outcomes": {
10135
- "away": "{{away}}",
10136
- "draw": "Draw",
10137
- "home": "{{home}}"
11283
+ "even": "Even",
11284
+ "odd": "Odd"
10138
11285
  }
10139
11286
  },
10140
- "rugby_league.next_scoring_play": {
10141
- "Name": "Next scoring play at {{score}}",
11287
+ "rugby_league.tries_team_odd_even_in_1h": {
11288
+ "Name": "1st Half - {{team}} Total Tries Odd/Even",
10142
11289
  "Variables": [
10143
- "score"
11290
+ "team"
10144
11291
  ],
10145
- "Split": "period=ft\u0026score={{score}}",
11292
+ "Split": "period=1h\u0026team={{team}}",
10146
11293
  "Outcomes": {
10147
- "away_with_drop_goal": "{{away}} with drop goal",
10148
- "away_with_penalty": "{{away}} with penalty",
10149
- "away_with_try": "{{away}} with try",
10150
- "home_with_drop_goal": "{{home}} with drop goal",
10151
- "home_with_penalty": "{{home}} with penalty",
10152
- "home_with_try": "{{home}} with try"
11294
+ "even": "Even",
11295
+ "odd": "Odd"
10153
11296
  }
10154
11297
  },
10155
- "rugby_league.odd_even": {
10156
- "Name": "Odd/Even",
10157
- "Variables": [],
10158
- "Split": "period=ft",
11298
+ "rugby_league.tries_team_odd_even_in_2h_incl_ot": {
11299
+ "Name": "2nd Half (Incl. Extra Time) - {{team}} Total Tries Odd/Even",
11300
+ "Variables": [
11301
+ "team"
11302
+ ],
11303
+ "Split": "period=2h_incl_ot\u0026team={{team}}",
10159
11304
  "Outcomes": {
10160
11305
  "even": "Even",
10161
11306
  "odd": "Odd"
10162
11307
  }
10163
11308
  },
10164
- "rugby_league.outright": {
10165
- "Name": "{{market_name}}",
11309
+ "rugby_league.tries_team_odd_even_incl_ot": {
11310
+ "Name": "{{team}} Total Tries Odd/Even (Incl. Extra Time)",
10166
11311
  "Variables": [
10167
- "market_name"
11312
+ "team"
10168
11313
  ],
10169
- "Split": "market_name={{market_name}}",
11314
+ "Split": "period=ot\u0026team={{team}}",
10170
11315
  "Outcomes": {
10171
- "dynamic.outcome": "{{outcome}}"
11316
+ "even": "Even",
11317
+ "odd": "Odd"
10172
11318
  }
10173
11319
  },
10174
- "rugby_league.outright.v2": {
10175
- "Name": "{{name}}",
10176
- "Variables": [],
10177
- "Split": "default",
11320
+ "rugby_league.tries_team_total_in_1h": {
11321
+ "Name": "1st Half - {{team}} Total Tries",
11322
+ "Variables": [
11323
+ "team",
11324
+ "total"
11325
+ ],
11326
+ "Split": "period=1h\u0026team={{team}}",
10178
11327
  "Outcomes": {
10179
- "dynamic.outcome": "{{outcome}}"
11328
+ "over": "Over {{total}}",
11329
+ "under": "Under {{total}}"
10180
11330
  }
10181
11331
  },
10182
- "rugby_league.outright.v3": {
10183
- "Name": "",
10184
- "Variables": [],
10185
- "Split": "default",
11332
+ "rugby_league.tries_team_total_in_2h_incl_ot": {
11333
+ "Name": "2nd Half (Incl. Extra Time) - {{team}} Total Tries",
11334
+ "Variables": [
11335
+ "team",
11336
+ "total"
11337
+ ],
11338
+ "Split": "period=2h_incl_ot\u0026team={{team}}",
10186
11339
  "Outcomes": {
10187
- "dynamic": ""
11340
+ "over": "Over {{total}}",
11341
+ "under": "Under {{total}}"
10188
11342
  }
10189
11343
  },
10190
- "rugby_league.race_to_points": {
10191
- "Name": "Race to {{point}} points",
11344
+ "rugby_league.tries_team_total_in_both_halves_incl_ot": {
11345
+ "Name": "Both Halves (Incl. Extra Time) - {{team}} Total Tries",
10192
11346
  "Variables": [
10193
- "point"
11347
+ "team",
11348
+ "total"
10194
11349
  ],
10195
- "Split": "period=ft\u0026point={{point}}",
11350
+ "Split": "period=both_halves_incl_ot\u0026team={{team}}",
10196
11351
  "Outcomes": {
10197
- "away": "{{away}}",
10198
- "home": "{{home}}",
10199
- "none": "None"
11352
+ "over": "Over {{total}}",
11353
+ "under": "Under {{total}}"
10200
11354
  }
10201
11355
  },
10202
- "rugby_league.team_totals": {
10203
- "Name": "{{team}} Total ",
11356
+ "rugby_league.tries_team_total_incl_ot": {
11357
+ "Name": "{{team}} Total Tries (Incl. Extra Time)",
10204
11358
  "Variables": [
10205
- "total",
10206
- "team"
11359
+ "team",
11360
+ "total"
10207
11361
  ],
10208
- "Split": "period=ft\u0026team={{team}}",
11362
+ "Split": "period=ot\u0026team={{team}}",
10209
11363
  "Outcomes": {
10210
11364
  "over": "Over {{total}}",
10211
11365
  "under": "Under {{total}}"
10212
11366
  }
10213
11367
  },
10214
- "rugby_league.total_period_1st_half": {
10215
- "Name": "1st half - total",
11368
+ "rugby_league.tries_total_in_1h": {
11369
+ "Name": "1st Half - Total Tries",
10216
11370
  "Variables": [
10217
11371
  "total"
10218
11372
  ],
10219
- "Split": "period=ft\u0026period=1h",
11373
+ "Split": "period=1h",
10220
11374
  "Outcomes": {
10221
11375
  "over": "Over {{total}}",
10222
11376
  "under": "Under {{total}}"
10223
11377
  }
10224
11378
  },
10225
- "rugby_league.total_tries": {
10226
- "Name": "Total tries",
11379
+ "rugby_league.tries_total_in_2h_incl_ot": {
11380
+ "Name": "2nd Half (Incl. Extra Time) - Total Tries",
10227
11381
  "Variables": [
10228
11382
  "total"
10229
11383
  ],
10230
- "Split": "period=ft\u0026period=ft_tries",
11384
+ "Split": "period=2h_incl_ot",
10231
11385
  "Outcomes": {
10232
11386
  "over": "Over {{total}}",
10233
11387
  "under": "Under {{total}}"
10234
11388
  }
10235
11389
  },
10236
- "rugby_league.totals": {
10237
- "Name": "Total",
10238
- "Primary": true,
10239
- "CashoutAvailable": true,
11390
+ "rugby_league.tries_total_in_both_halves_incl_ot": {
11391
+ "Name": "Both Halves (Incl. Extra Time) - Total Tries",
10240
11392
  "Variables": [
10241
11393
  "total"
10242
11394
  ],
10243
- "Split": "period=ft",
11395
+ "Split": "period=both_halves_incl_ot",
10244
11396
  "Outcomes": {
10245
11397
  "over": "Over {{total}}",
10246
11398
  "under": "Under {{total}}"
@@ -11361,7 +12513,7 @@
11361
12513
  ],
11362
12514
  "Split": "period=ft\u0026player_key={{player_key}}",
11363
12515
  "Outcomes": {
11364
- "dynamic.outcome": "\"{{outcome}}\""
12516
+ "dynamic.outcome": "{{outcome}}"
11365
12517
  }
11366
12518
  },
11367
12519
  "soccer.player_props_goals_first_player_to_score_in_1h": {