overtime-utils 0.1.47 → 0.1.49

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.
@@ -2551,35 +2551,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2551
2551
  [MarketType.FIRST_PERIOD_TOTAL_KILLS]: {
2552
2552
  id: MarketType.FIRST_PERIOD_TOTAL_KILLS,
2553
2553
  key: 'firstPeriodTotalKills',
2554
- name: '1st map total kills',
2554
+ name: 'Total kills 1st',
2555
2555
  resultType: ResultType.OVER_UNDER,
2556
2556
  },
2557
2557
 
2558
2558
  [MarketType.FIRST_PERIOD_SPREAD_KILLS]: {
2559
2559
  id: MarketType.FIRST_PERIOD_SPREAD_KILLS,
2560
2560
  key: 'firstPeriodSpreadKills',
2561
- name: '1st map kills handicap',
2561
+ name: 'Kills handicap 1st',
2562
2562
  resultType: ResultType.SPREAD,
2563
2563
  },
2564
2564
 
2565
2565
  [MarketType.FIRST_PERIOD_TOTAL_HOME_TEAM_KILLS]: {
2566
2566
  id: MarketType.FIRST_PERIOD_TOTAL_HOME_TEAM_KILLS,
2567
2567
  key: 'firstPeriodTotalHomeTeamKills',
2568
- name: '1st map team total kills',
2568
+ name: 'Total kills 1st',
2569
2569
  resultType: ResultType.OVER_UNDER,
2570
2570
  },
2571
2571
 
2572
2572
  [MarketType.FIRST_PERIOD_TOTAL_AWAY_TEAM_KILLS]: {
2573
2573
  id: MarketType.FIRST_PERIOD_TOTAL_AWAY_TEAM_KILLS,
2574
2574
  key: 'firstPeriodTotalAwayTeamKills',
2575
- name: '1st map team total kills',
2575
+ name: 'Total kills 1st',
2576
2576
  resultType: ResultType.OVER_UNDER,
2577
2577
  },
2578
2578
 
2579
2579
  [MarketType.FIRST_PERIOD_TOTAL_KILLS_ODD_EVEN]: {
2580
2580
  id: MarketType.FIRST_PERIOD_TOTAL_KILLS_ODD_EVEN,
2581
2581
  key: 'firstPeriodTotalKillsOddEven',
2582
- name: '1st map total kills odd/even',
2582
+ name: 'Total kills odd/even 1st',
2583
2583
  resultType: ResultType.EXACT_POSITION,
2584
2584
  },
2585
2585
 
@@ -2587,35 +2587,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2587
2587
  [MarketType.SECOND_PERIOD_TOTAL_KILLS]: {
2588
2588
  id: MarketType.SECOND_PERIOD_TOTAL_KILLS,
2589
2589
  key: 'secondPeriodTotalKills',
2590
- name: '2nd map total kills',
2590
+ name: 'Total kills 2nd',
2591
2591
  resultType: ResultType.OVER_UNDER,
2592
2592
  },
2593
2593
 
2594
2594
  [MarketType.SECOND_PERIOD_SPREAD_KILLS]: {
2595
2595
  id: MarketType.SECOND_PERIOD_SPREAD_KILLS,
2596
2596
  key: 'secondPeriodSpreadKills',
2597
- name: '2nd map kills handicap',
2597
+ name: 'Kills handicap 2nd',
2598
2598
  resultType: ResultType.SPREAD,
2599
2599
  },
2600
2600
 
2601
2601
  [MarketType.SECOND_PERIOD_TOTAL_HOME_TEAM_KILLS]: {
2602
2602
  id: MarketType.SECOND_PERIOD_TOTAL_HOME_TEAM_KILLS,
2603
2603
  key: 'secondPeriodTotalHomeTeamKills',
2604
- name: '2nd map team total kills',
2604
+ name: 'Total kills 2nd',
2605
2605
  resultType: ResultType.OVER_UNDER,
2606
2606
  },
2607
2607
 
2608
2608
  [MarketType.SECOND_PERIOD_TOTAL_AWAY_TEAM_KILLS]: {
2609
2609
  id: MarketType.SECOND_PERIOD_TOTAL_AWAY_TEAM_KILLS,
2610
2610
  key: 'secondPeriodTotalAwayTeamKills',
2611
- name: '2nd map team total kills',
2611
+ name: 'Total kills 2nd',
2612
2612
  resultType: ResultType.OVER_UNDER,
2613
2613
  },
2614
2614
 
2615
2615
  [MarketType.SECOND_PERIOD_TOTAL_KILLS_ODD_EVEN]: {
2616
2616
  id: MarketType.SECOND_PERIOD_TOTAL_KILLS_ODD_EVEN,
2617
2617
  key: 'secondPeriodTotalKillsOddEven',
2618
- name: '2nd map total kills odd/even',
2618
+ name: 'Total kills odd/even 2nd',
2619
2619
  resultType: ResultType.EXACT_POSITION,
2620
2620
  },
2621
2621
 
@@ -2623,35 +2623,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2623
2623
  [MarketType.THIRD_PERIOD_TOTAL_KILLS]: {
2624
2624
  id: MarketType.THIRD_PERIOD_TOTAL_KILLS,
2625
2625
  key: 'thirdPeriodTotalKills',
2626
- name: '3rd map total kills',
2626
+ name: 'Total kills 3rd',
2627
2627
  resultType: ResultType.OVER_UNDER,
2628
2628
  },
2629
2629
 
2630
2630
  [MarketType.THIRD_PERIOD_SPREAD_KILLS]: {
2631
2631
  id: MarketType.THIRD_PERIOD_SPREAD_KILLS,
2632
2632
  key: 'thirdPeriodSpreadKills',
2633
- name: '3rd map kills handicap',
2633
+ name: 'Kills handicap 3rd',
2634
2634
  resultType: ResultType.SPREAD,
2635
2635
  },
2636
2636
 
2637
2637
  [MarketType.THIRD_PERIOD_TOTAL_HOME_TEAM_KILLS]: {
2638
2638
  id: MarketType.THIRD_PERIOD_TOTAL_HOME_TEAM_KILLS,
2639
2639
  key: 'thirdPeriodTotalHomeTeamKills',
2640
- name: '3rd map team total kills',
2640
+ name: 'Total kills 3rd',
2641
2641
  resultType: ResultType.OVER_UNDER,
2642
2642
  },
2643
2643
 
2644
2644
  [MarketType.THIRD_PERIOD_TOTAL_AWAY_TEAM_KILLS]: {
2645
2645
  id: MarketType.THIRD_PERIOD_TOTAL_AWAY_TEAM_KILLS,
2646
2646
  key: 'thirdPeriodTotalAwayTeamKills',
2647
- name: '3rd map team total kills',
2647
+ name: 'Total kills 3rd',
2648
2648
  resultType: ResultType.OVER_UNDER,
2649
2649
  },
2650
2650
 
2651
2651
  [MarketType.THIRD_PERIOD_TOTAL_KILLS_ODD_EVEN]: {
2652
2652
  id: MarketType.THIRD_PERIOD_TOTAL_KILLS_ODD_EVEN,
2653
2653
  key: 'thirdPeriodTotalKillsOddEven',
2654
- name: '3rd map total kills odd/even',
2654
+ name: 'Total kills odd/even 3rd',
2655
2655
  resultType: ResultType.EXACT_POSITION,
2656
2656
  },
2657
2657
 
@@ -2659,35 +2659,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2659
2659
  [MarketType.FOURTH_PERIOD_TOTAL_KILLS]: {
2660
2660
  id: MarketType.FOURTH_PERIOD_TOTAL_KILLS,
2661
2661
  key: 'fourthPeriodTotalKills',
2662
- name: '4th map total kills',
2662
+ name: 'Total kills 4th',
2663
2663
  resultType: ResultType.OVER_UNDER,
2664
2664
  },
2665
2665
 
2666
2666
  [MarketType.FOURTH_PERIOD_SPREAD_KILLS]: {
2667
2667
  id: MarketType.FOURTH_PERIOD_SPREAD_KILLS,
2668
2668
  key: 'fourthPeriodSpreadKills',
2669
- name: '4th map kills handicap',
2669
+ name: 'Kills handicap 4th',
2670
2670
  resultType: ResultType.SPREAD,
2671
2671
  },
2672
2672
 
2673
2673
  [MarketType.FOURTH_PERIOD_TOTAL_HOME_TEAM_KILLS]: {
2674
2674
  id: MarketType.FOURTH_PERIOD_TOTAL_HOME_TEAM_KILLS,
2675
2675
  key: 'fourthPeriodTotalHomeTeamKills',
2676
- name: '4th map team total kills',
2676
+ name: 'Total kills 4th',
2677
2677
  resultType: ResultType.OVER_UNDER,
2678
2678
  },
2679
2679
 
2680
2680
  [MarketType.FOURTH_PERIOD_TOTAL_AWAY_TEAM_KILLS]: {
2681
2681
  id: MarketType.FOURTH_PERIOD_TOTAL_AWAY_TEAM_KILLS,
2682
2682
  key: 'fourthPeriodTotalAwayTeamKills',
2683
- name: '4th map team total kills',
2683
+ name: 'Total kills 4th',
2684
2684
  resultType: ResultType.OVER_UNDER,
2685
2685
  },
2686
2686
 
2687
2687
  [MarketType.FOURTH_PERIOD_TOTAL_KILLS_ODD_EVEN]: {
2688
2688
  id: MarketType.FOURTH_PERIOD_TOTAL_KILLS_ODD_EVEN,
2689
2689
  key: 'fourthPeriodTotalKillsOddEven',
2690
- name: '4th map total kills odd/even',
2690
+ name: 'Total kills odd/even 4th',
2691
2691
  resultType: ResultType.EXACT_POSITION,
2692
2692
  },
2693
2693
 
@@ -2695,35 +2695,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2695
2695
  [MarketType.FIFTH_PERIOD_TOTAL_KILLS]: {
2696
2696
  id: MarketType.FIFTH_PERIOD_TOTAL_KILLS,
2697
2697
  key: 'fifthPeriodTotalKills',
2698
- name: '5th map total kills',
2698
+ name: 'Total kills 5th',
2699
2699
  resultType: ResultType.OVER_UNDER,
2700
2700
  },
2701
2701
 
2702
2702
  [MarketType.FIFTH_PERIOD_SPREAD_KILLS]: {
2703
2703
  id: MarketType.FIFTH_PERIOD_SPREAD_KILLS,
2704
2704
  key: 'fifthPeriodSpreadKills',
2705
- name: '5th map kills handicap',
2705
+ name: 'Kills handicap 5th',
2706
2706
  resultType: ResultType.SPREAD,
2707
2707
  },
2708
2708
 
2709
2709
  [MarketType.FIFTH_PERIOD_TOTAL_HOME_TEAM_KILLS]: {
2710
2710
  id: MarketType.FIFTH_PERIOD_TOTAL_HOME_TEAM_KILLS,
2711
2711
  key: 'fifthPeriodTotalHomeTeamKills',
2712
- name: '5th map team total kills',
2712
+ name: 'Total kills 5th',
2713
2713
  resultType: ResultType.OVER_UNDER,
2714
2714
  },
2715
2715
 
2716
2716
  [MarketType.FIFTH_PERIOD_TOTAL_AWAY_TEAM_KILLS]: {
2717
2717
  id: MarketType.FIFTH_PERIOD_TOTAL_AWAY_TEAM_KILLS,
2718
2718
  key: 'fifthPeriodTotalAwayTeamKills',
2719
- name: '5th map team total kills',
2719
+ name: 'Total kills 5th',
2720
2720
  resultType: ResultType.OVER_UNDER,
2721
2721
  },
2722
2722
 
2723
2723
  [MarketType.FIFTH_PERIOD_TOTAL_KILLS_ODD_EVEN]: {
2724
2724
  id: MarketType.FIFTH_PERIOD_TOTAL_KILLS_ODD_EVEN,
2725
2725
  key: 'fifthPeriodTotalKillsOddEven',
2726
- name: '5th map total kills odd/even',
2726
+ name: 'Total kills odd/even 5th',
2727
2727
  resultType: ResultType.EXACT_POSITION,
2728
2728
  },
2729
2729
 
@@ -2735,49 +2735,49 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2735
2735
  [MarketType.FIRST_PERIOD_TOTAL_TOWERS_DESTROYED]: {
2736
2736
  id: MarketType.FIRST_PERIOD_TOTAL_TOWERS_DESTROYED,
2737
2737
  key: 'firstPeriodTotalTowersDestroyed',
2738
- name: '1st map total towers destroyed',
2738
+ name: 'Total towers destroyed 1st',
2739
2739
  resultType: ResultType.OVER_UNDER,
2740
2740
  },
2741
2741
 
2742
2742
  [MarketType.FIRST_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED]: {
2743
2743
  id: MarketType.FIRST_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED,
2744
2744
  key: 'firstPeriodTotalTowersHomeTeamDestroyed',
2745
- name: '1st map team total towers destroyed',
2745
+ name: 'Total towers destroyed 1st',
2746
2746
  resultType: ResultType.OVER_UNDER,
2747
2747
  },
2748
2748
 
2749
2749
  [MarketType.FIRST_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED]: {
2750
2750
  id: MarketType.FIRST_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED,
2751
2751
  key: 'firstPeriodTotalTowersAwayTeamDestroyed',
2752
- name: '1st map team total towers destroyed',
2752
+ name: 'Total towers destroyed 1st',
2753
2753
  resultType: ResultType.OVER_UNDER,
2754
2754
  },
2755
2755
 
2756
2756
  [MarketType.FIRST_PERIOD_MOST_TOWERS_DESTROYED_2_WAY]: {
2757
2757
  id: MarketType.FIRST_PERIOD_MOST_TOWERS_DESTROYED_2_WAY,
2758
2758
  key: 'firstPeriodMostTowersDestroyed2Way',
2759
- name: '1st map most towers destroyed',
2759
+ name: 'Most towers destroyed 1st',
2760
2760
  resultType: ResultType.EXACT_POSITION,
2761
2761
  },
2762
2762
 
2763
2763
  [MarketType.FIRST_PERIOD_MOST_TOWERS_DESTROYED_3_WAY]: {
2764
2764
  id: MarketType.FIRST_PERIOD_MOST_TOWERS_DESTROYED_3_WAY,
2765
2765
  key: 'firstPeriodMostTowersDestroyed3Way',
2766
- name: '1st map most towers destroyed 3-way',
2766
+ name: 'Most towers destroyed 3-way 1st',
2767
2767
  resultType: ResultType.EXACT_POSITION,
2768
2768
  },
2769
2769
 
2770
2770
  [MarketType.FIRST_PERIOD_TOWERS_DESTROYED_HANDICAP]: {
2771
2771
  id: MarketType.FIRST_PERIOD_TOWERS_DESTROYED_HANDICAP,
2772
2772
  key: 'firstPeriodTowersDestroyedHandicap',
2773
- name: '1st map towers destroyed handicap',
2773
+ name: 'Towers destroyed handicap 1st',
2774
2774
  resultType: ResultType.SPREAD,
2775
2775
  },
2776
2776
 
2777
2777
  [MarketType.FIRST_PERIOD_FIRST_TOWER_TEAM_DESTROYED]: {
2778
2778
  id: MarketType.FIRST_PERIOD_FIRST_TOWER_TEAM_DESTROYED,
2779
2779
  key: 'firstPeriodTeamFirstTowerDestroyed',
2780
- name: '1st map team first tower destroyed',
2780
+ name: 'First tower destroyed 1st',
2781
2781
  resultType: ResultType.EXACT_POSITION,
2782
2782
  },
2783
2783
 
@@ -2785,49 +2785,49 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2785
2785
  [MarketType.SECOND_PERIOD_TOTAL_TOWERS_DESTROYED]: {
2786
2786
  id: MarketType.SECOND_PERIOD_TOTAL_TOWERS_DESTROYED,
2787
2787
  key: 'secondPeriodTotalTowersDestroyed',
2788
- name: '2nd map total towers destroyed',
2788
+ name: 'Total towers destroyed 2nd',
2789
2789
  resultType: ResultType.OVER_UNDER,
2790
2790
  },
2791
2791
 
2792
2792
  [MarketType.SECOND_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED]: {
2793
2793
  id: MarketType.SECOND_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED,
2794
2794
  key: 'secondPeriodTotalTowersHomeTeamDestroyed',
2795
- name: '2nd map team total towers destroyed',
2795
+ name: 'Total towers destroyed 2nd',
2796
2796
  resultType: ResultType.OVER_UNDER,
2797
2797
  },
2798
2798
 
2799
2799
  [MarketType.SECOND_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED]: {
2800
2800
  id: MarketType.SECOND_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED,
2801
2801
  key: 'secondPeriodTotalTowersAwayTeamDestroyed',
2802
- name: '2nd map team total towers destroyed',
2802
+ name: 'Total towers destroyed 2nd',
2803
2803
  resultType: ResultType.OVER_UNDER,
2804
2804
  },
2805
2805
 
2806
2806
  [MarketType.SECOND_PERIOD_MOST_TOWERS_DESTROYED_2_WAY]: {
2807
2807
  id: MarketType.SECOND_PERIOD_MOST_TOWERS_DESTROYED_2_WAY,
2808
2808
  key: 'secondPeriodMostTowersDestroyed2Way',
2809
- name: '2nd map most towers destroyed',
2809
+ name: 'Most towers destroyed 2nd',
2810
2810
  resultType: ResultType.EXACT_POSITION,
2811
2811
  },
2812
2812
 
2813
2813
  [MarketType.SECOND_PERIOD_MOST_TOWERS_DESTROYED_3_WAY]: {
2814
2814
  id: MarketType.SECOND_PERIOD_MOST_TOWERS_DESTROYED_3_WAY,
2815
2815
  key: 'secondPeriodMostTowersDestroyed3Way',
2816
- name: '2nd map most towers destroyed 3-way',
2816
+ name: 'Most towers destroyed 3-way 2nd',
2817
2817
  resultType: ResultType.EXACT_POSITION,
2818
2818
  },
2819
2819
 
2820
2820
  [MarketType.SECOND_PERIOD_TOWERS_DESTROYED_HANDICAP]: {
2821
2821
  id: MarketType.SECOND_PERIOD_TOWERS_DESTROYED_HANDICAP,
2822
2822
  key: 'secondPeriodTowersDestroyedHandicap',
2823
- name: '2nd map towers destroyed handicap',
2823
+ name: 'Towers destroyed handicap 2nd',
2824
2824
  resultType: ResultType.SPREAD,
2825
2825
  },
2826
2826
 
2827
2827
  [MarketType.SECOND_PERIOD_FIRST_TOWER_TEAM_DESTROYED]: {
2828
2828
  id: MarketType.SECOND_PERIOD_FIRST_TOWER_TEAM_DESTROYED,
2829
2829
  key: 'secondPeriodTeamFirstTowerDestroyed',
2830
- name: '2nd map team first tower destroyed',
2830
+ name: 'First tower destroyed 2nd',
2831
2831
  resultType: ResultType.EXACT_POSITION,
2832
2832
  },
2833
2833
 
@@ -2835,49 +2835,49 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2835
2835
  [MarketType.THIRD_PERIOD_TOTAL_TOWERS_DESTROYED]: {
2836
2836
  id: MarketType.THIRD_PERIOD_TOTAL_TOWERS_DESTROYED,
2837
2837
  key: 'thirdPeriodTotalTowersDestroyed',
2838
- name: '3rd map total towers destroyed',
2838
+ name: 'Total towers destroyed 3rd',
2839
2839
  resultType: ResultType.OVER_UNDER,
2840
2840
  },
2841
2841
 
2842
2842
  [MarketType.THIRD_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED]: {
2843
2843
  id: MarketType.THIRD_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED,
2844
2844
  key: 'thirdPeriodTotalTowersHomeTeamDestroyed',
2845
- name: '3rd map team total towers destroyed',
2845
+ name: 'Total towers destroyed 3rd',
2846
2846
  resultType: ResultType.OVER_UNDER,
2847
2847
  },
2848
2848
 
2849
2849
  [MarketType.THIRD_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED]: {
2850
2850
  id: MarketType.THIRD_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED,
2851
2851
  key: 'thirdPeriodTotalTowersAwayTeamDestroyed',
2852
- name: '3rd map team total towers destroyed',
2852
+ name: 'Total towers destroyed 3rd',
2853
2853
  resultType: ResultType.OVER_UNDER,
2854
2854
  },
2855
2855
 
2856
2856
  [MarketType.THIRD_PERIOD_MOST_TOWERS_DESTROYED_2_WAY]: {
2857
2857
  id: MarketType.THIRD_PERIOD_MOST_TOWERS_DESTROYED_2_WAY,
2858
2858
  key: 'thirdPeriodMostTowersDestroyed2Way',
2859
- name: '3rd map most towers destroyed',
2859
+ name: 'Most towers destroyed 3rd',
2860
2860
  resultType: ResultType.EXACT_POSITION,
2861
2861
  },
2862
2862
 
2863
2863
  [MarketType.THIRD_PERIOD_MOST_TOWERS_DESTROYED_3_WAY]: {
2864
2864
  id: MarketType.THIRD_PERIOD_MOST_TOWERS_DESTROYED_3_WAY,
2865
2865
  key: 'thirdPeriodMostTowersDestroyed3Way',
2866
- name: '3rd map most towers destroyed 3-way',
2866
+ name: 'Most towers destroyed 3-way 3rd',
2867
2867
  resultType: ResultType.EXACT_POSITION,
2868
2868
  },
2869
2869
 
2870
2870
  [MarketType.THIRD_PERIOD_TOWERS_DESTROYED_HANDICAP]: {
2871
2871
  id: MarketType.THIRD_PERIOD_TOWERS_DESTROYED_HANDICAP,
2872
2872
  key: 'thirdPeriodTowersDestroyedHandicap',
2873
- name: '3rd map towers destroyed handicap',
2873
+ name: 'Towers destroyed handicap 3rd',
2874
2874
  resultType: ResultType.SPREAD,
2875
2875
  },
2876
2876
 
2877
2877
  [MarketType.THIRD_PERIOD_FIRST_TOWER_TEAM_DESTROYED]: {
2878
2878
  id: MarketType.THIRD_PERIOD_FIRST_TOWER_TEAM_DESTROYED,
2879
2879
  key: 'thirdPeriodTeamFirstTowerDestroyed',
2880
- name: '3rd map team first tower destroyed',
2880
+ name: 'First tower destroyed 3rd',
2881
2881
  resultType: ResultType.EXACT_POSITION,
2882
2882
  },
2883
2883
 
@@ -2885,49 +2885,49 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2885
2885
  [MarketType.FOURTH_PERIOD_TOTAL_TOWERS_DESTROYED]: {
2886
2886
  id: MarketType.FOURTH_PERIOD_TOTAL_TOWERS_DESTROYED,
2887
2887
  key: 'fourthPeriodTotalTowersDestroyed',
2888
- name: '4th map total towers destroyed',
2888
+ name: 'Total towers destroyed 4th',
2889
2889
  resultType: ResultType.OVER_UNDER,
2890
2890
  },
2891
2891
 
2892
2892
  [MarketType.FOURTH_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED]: {
2893
2893
  id: MarketType.FOURTH_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED,
2894
2894
  key: 'fourthPeriodTotalTowersHomeTeamDestroyed',
2895
- name: '4th map team total towers destroyed',
2895
+ name: 'Total towers destroyed 4th',
2896
2896
  resultType: ResultType.OVER_UNDER,
2897
2897
  },
2898
2898
 
2899
2899
  [MarketType.FOURTH_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED]: {
2900
2900
  id: MarketType.FOURTH_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED,
2901
2901
  key: 'fourthPeriodTotalTowersAwayTeamDestroyed',
2902
- name: '4th map team total towers destroyed',
2902
+ name: 'Total towers destroyed 4th',
2903
2903
  resultType: ResultType.OVER_UNDER,
2904
2904
  },
2905
2905
 
2906
2906
  [MarketType.FOURTH_PERIOD_MOST_TOWERS_DESTROYED_2_WAY]: {
2907
2907
  id: MarketType.FOURTH_PERIOD_MOST_TOWERS_DESTROYED_2_WAY,
2908
2908
  key: 'fourthPeriodMostTowersDestroyed2Way',
2909
- name: '4th map most towers destroyed',
2909
+ name: 'Most towers destroyed 4th',
2910
2910
  resultType: ResultType.EXACT_POSITION,
2911
2911
  },
2912
2912
 
2913
2913
  [MarketType.FOURTH_PERIOD_MOST_TOWERS_DESTROYED_3_WAY]: {
2914
2914
  id: MarketType.FOURTH_PERIOD_MOST_TOWERS_DESTROYED_3_WAY,
2915
2915
  key: 'fourthPeriodMostTowersDestroyed3Way',
2916
- name: '4th map most towers destroyed 3-way',
2916
+ name: 'Most towers destroyed 3-way 4th',
2917
2917
  resultType: ResultType.EXACT_POSITION,
2918
2918
  },
2919
2919
 
2920
2920
  [MarketType.FOURTH_PERIOD_TOWERS_DESTROYED_HANDICAP]: {
2921
2921
  id: MarketType.FOURTH_PERIOD_TOWERS_DESTROYED_HANDICAP,
2922
2922
  key: 'fourthPeriodTowersDestroyedHandicap',
2923
- name: '4th map towers destroyed handicap',
2923
+ name: 'Towers destroyed handicap 4th',
2924
2924
  resultType: ResultType.SPREAD,
2925
2925
  },
2926
2926
 
2927
2927
  [MarketType.FOURTH_PERIOD_FIRST_TOWER_TEAM_DESTROYED]: {
2928
2928
  id: MarketType.FOURTH_PERIOD_FIRST_TOWER_TEAM_DESTROYED,
2929
2929
  key: 'fourthPeriodTeamFirstTowerDestroyed',
2930
- name: '4th map team first tower destroyed',
2930
+ name: 'First tower destroyed 4th',
2931
2931
  resultType: ResultType.EXACT_POSITION,
2932
2932
  },
2933
2933
 
@@ -2935,42 +2935,42 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2935
2935
  [MarketType.FIFTH_PERIOD_TOTAL_TOWERS_DESTROYED]: {
2936
2936
  id: MarketType.FIFTH_PERIOD_TOTAL_TOWERS_DESTROYED,
2937
2937
  key: 'fifthPeriodTotalTowersDestroyed',
2938
- name: '5th map total towers destroyed',
2938
+ name: 'Total towers destroyed 5th',
2939
2939
  resultType: ResultType.OVER_UNDER,
2940
2940
  },
2941
2941
 
2942
2942
  [MarketType.FIFTH_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED]: {
2943
2943
  id: MarketType.FIFTH_PERIOD_TOTAL_TOWERS_HOME_TEAM_DESTROYED,
2944
2944
  key: 'fifthPeriodTotalTowersHomeTeamDestroyed',
2945
- name: '5th map team total towers destroyed',
2945
+ name: 'Total towers destroyed 5th',
2946
2946
  resultType: ResultType.OVER_UNDER,
2947
2947
  },
2948
2948
 
2949
2949
  [MarketType.FIFTH_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED]: {
2950
2950
  id: MarketType.FIFTH_PERIOD_TOTAL_TOWERS_AWAY_TEAM_DESTROYED,
2951
2951
  key: 'fifthPeriodTotalTowersAwayTeamDestroyed',
2952
- name: '5th map team total towers destroyed',
2952
+ name: 'Total towers destroyed 5th',
2953
2953
  resultType: ResultType.OVER_UNDER,
2954
2954
  },
2955
2955
 
2956
2956
  [MarketType.FIFTH_PERIOD_MOST_TOWERS_DESTROYED_2_WAY]: {
2957
2957
  id: MarketType.FIFTH_PERIOD_MOST_TOWERS_DESTROYED_2_WAY,
2958
2958
  key: 'fifthPeriodMostTowersDestroyed2Way',
2959
- name: '5th map most towers destroyed',
2959
+ name: 'Most towers destroyed 5th',
2960
2960
  resultType: ResultType.EXACT_POSITION,
2961
2961
  },
2962
2962
 
2963
2963
  [MarketType.FIFTH_PERIOD_MOST_TOWERS_DESTROYED_3_WAY]: {
2964
2964
  id: MarketType.FIFTH_PERIOD_MOST_TOWERS_DESTROYED_3_WAY,
2965
2965
  key: 'fifthPeriodMostTowersDestroyed3Way',
2966
- name: '5th map most towers destroyed 3-way',
2966
+ name: 'Most towers destroyed 3-way 5th',
2967
2967
  resultType: ResultType.EXACT_POSITION,
2968
2968
  },
2969
2969
 
2970
2970
  [MarketType.FIFTH_PERIOD_TOWERS_DESTROYED_HANDICAP]: {
2971
2971
  id: MarketType.FIFTH_PERIOD_TOWERS_DESTROYED_HANDICAP,
2972
2972
  key: 'fifthPeriodTowersDestroyedHandicap',
2973
- name: '5th map towers destroyed handicap',
2973
+ name: 'Towers destroyed handicap 5th',
2974
2974
  resultType: ResultType.SPREAD,
2975
2975
  },
2976
2976
 
@@ -2982,35 +2982,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
2982
2982
  [MarketType.FIRST_PERIOD_TOTAL_ROSHANS_SLAIN]: {
2983
2983
  id: MarketType.FIRST_PERIOD_TOTAL_ROSHANS_SLAIN,
2984
2984
  key: 'firstPeriodTotalRoshansSlain',
2985
- name: '1st map total Roshans slain',
2985
+ name: 'Total Roshans slain 1st',
2986
2986
  resultType: ResultType.OVER_UNDER,
2987
2987
  },
2988
2988
 
2989
2989
  [MarketType.FIRST_PERIOD_MOST_ROSHANS_SLAIN_2_WAY]: {
2990
2990
  id: MarketType.FIRST_PERIOD_MOST_ROSHANS_SLAIN_2_WAY,
2991
2991
  key: 'firstPeriodMostRoshansSlain2Way',
2992
- name: '1st map most Roshans slain',
2992
+ name: 'Most Roshans slain 1st',
2993
2993
  resultType: ResultType.EXACT_POSITION,
2994
2994
  },
2995
2995
 
2996
2996
  [MarketType.FIRST_PERIOD_MOST_ROSHANS_SLAIN_3_WAY]: {
2997
2997
  id: MarketType.FIRST_PERIOD_MOST_ROSHANS_SLAIN_3_WAY,
2998
2998
  key: 'firstPeriodMostRoshansSlain3Way',
2999
- name: '1st map most Roshans slain 3-way',
2999
+ name: 'Most Roshans slain 3-way 1st',
3000
3000
  resultType: ResultType.EXACT_POSITION,
3001
3001
  },
3002
3002
 
3003
3003
  [MarketType.FIRST_PERIOD_TEAM_FIRST_ROSHAN]: {
3004
3004
  id: MarketType.FIRST_PERIOD_TEAM_FIRST_ROSHAN,
3005
3005
  key: 'firstPeriodTeamFirstRoshan',
3006
- name: '1st map team first Roshan',
3006
+ name: 'First Roshan 1st',
3007
3007
  resultType: ResultType.EXACT_POSITION,
3008
3008
  },
3009
3009
 
3010
3010
  [MarketType.FIRST_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN]: {
3011
3011
  id: MarketType.FIRST_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN,
3012
3012
  key: 'firstPeriodBothTeamsToSlainRoshan',
3013
- name: '1st map both teams to slay Roshan',
3013
+ name: 'Both teams to slay Roshan 1st',
3014
3014
  resultType: ResultType.EXACT_POSITION,
3015
3015
  },
3016
3016
 
@@ -3018,35 +3018,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3018
3018
  [MarketType.SECOND_PERIOD_TOTAL_ROSHANS_SLAIN]: {
3019
3019
  id: MarketType.SECOND_PERIOD_TOTAL_ROSHANS_SLAIN,
3020
3020
  key: 'secondPeriodTotalRoshansSlain',
3021
- name: '2nd map total Roshans slain',
3021
+ name: 'Total Roshans slain 2nd',
3022
3022
  resultType: ResultType.OVER_UNDER,
3023
3023
  },
3024
3024
 
3025
3025
  [MarketType.SECOND_PERIOD_MOST_ROSHANS_SLAIN_2_WAY]: {
3026
3026
  id: MarketType.SECOND_PERIOD_MOST_ROSHANS_SLAIN_2_WAY,
3027
3027
  key: 'secondPeriodMostRoshansSlain2Way',
3028
- name: '2nd map most Roshans slain',
3028
+ name: 'Most Roshans slain 2nd',
3029
3029
  resultType: ResultType.EXACT_POSITION,
3030
3030
  },
3031
3031
 
3032
3032
  [MarketType.SECOND_PERIOD_MOST_ROSHANS_SLAIN_3_WAY]: {
3033
3033
  id: MarketType.SECOND_PERIOD_MOST_ROSHANS_SLAIN_3_WAY,
3034
3034
  key: 'secondPeriodMostRoshansSlain3Way',
3035
- name: '2nd map most Roshans slain 3-way',
3035
+ name: 'Most Roshans slain 3-way 2nd',
3036
3036
  resultType: ResultType.EXACT_POSITION,
3037
3037
  },
3038
3038
 
3039
3039
  [MarketType.SECOND_PERIOD_TEAM_FIRST_ROSHAN]: {
3040
3040
  id: MarketType.SECOND_PERIOD_TEAM_FIRST_ROSHAN,
3041
3041
  key: 'secondPeriodTeamFirstRoshan',
3042
- name: '2nd map team first Roshan',
3042
+ name: 'First Roshan 2nd',
3043
3043
  resultType: ResultType.EXACT_POSITION,
3044
3044
  },
3045
3045
 
3046
3046
  [MarketType.SECOND_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN]: {
3047
3047
  id: MarketType.SECOND_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN,
3048
3048
  key: 'secondPeriodBothTeamsToSlainRoshan',
3049
- name: '2nd map both teams to slay Roshan',
3049
+ name: 'Both teams to slay Roshan 2nd',
3050
3050
  resultType: ResultType.EXACT_POSITION,
3051
3051
  },
3052
3052
 
@@ -3054,35 +3054,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3054
3054
  [MarketType.THIRD_PERIOD_TOTAL_ROSHANS_SLAIN]: {
3055
3055
  id: MarketType.THIRD_PERIOD_TOTAL_ROSHANS_SLAIN,
3056
3056
  key: 'thirdPeriodTotalRoshansSlain',
3057
- name: '3rd map total Roshans slain',
3057
+ name: 'Total Roshans slain 3rd',
3058
3058
  resultType: ResultType.OVER_UNDER,
3059
3059
  },
3060
3060
 
3061
3061
  [MarketType.THIRD_PERIOD_MOST_ROSHANS_SLAIN_2_WAY]: {
3062
3062
  id: MarketType.THIRD_PERIOD_MOST_ROSHANS_SLAIN_2_WAY,
3063
3063
  key: 'thirdPeriodMostRoshansSlain2Way',
3064
- name: '3rd map most Roshans slain',
3064
+ name: 'Most Roshans slain 3rd',
3065
3065
  resultType: ResultType.EXACT_POSITION,
3066
3066
  },
3067
3067
 
3068
3068
  [MarketType.THIRD_PERIOD_MOST_ROSHANS_SLAIN_3_WAY]: {
3069
3069
  id: MarketType.THIRD_PERIOD_MOST_ROSHANS_SLAIN_3_WAY,
3070
3070
  key: 'thirdPeriodMostRoshansSlain3Way',
3071
- name: '3rd map most Roshans slain 3-way',
3071
+ name: 'Most Roshans slain 3-way 3rd',
3072
3072
  resultType: ResultType.EXACT_POSITION,
3073
3073
  },
3074
3074
 
3075
3075
  [MarketType.THIRD_PERIOD_TEAM_FIRST_ROSHAN]: {
3076
3076
  id: MarketType.THIRD_PERIOD_TEAM_FIRST_ROSHAN,
3077
3077
  key: 'thirdPeriodTeamFirstRoshan',
3078
- name: '3rd map team first Roshan',
3078
+ name: 'First Roshan 3rd',
3079
3079
  resultType: ResultType.EXACT_POSITION,
3080
3080
  },
3081
3081
 
3082
3082
  [MarketType.THIRD_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN]: {
3083
3083
  id: MarketType.THIRD_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN,
3084
3084
  key: 'thirdPeriodBothTeamsToSlainRoshan',
3085
- name: '3rd map both teams to slay Roshan',
3085
+ name: 'Both teams to slay Roshan 3rd',
3086
3086
  resultType: ResultType.EXACT_POSITION,
3087
3087
  },
3088
3088
 
@@ -3090,35 +3090,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3090
3090
  [MarketType.FOURTH_PERIOD_TOTAL_ROSHANS_SLAIN]: {
3091
3091
  id: MarketType.FOURTH_PERIOD_TOTAL_ROSHANS_SLAIN,
3092
3092
  key: 'fourthPeriodTotalRoshansSlain',
3093
- name: '4th map total Roshans slain',
3093
+ name: 'Total Roshans slain 4th',
3094
3094
  resultType: ResultType.OVER_UNDER,
3095
3095
  },
3096
3096
 
3097
3097
  [MarketType.FOURTH_PERIOD_MOST_ROSHANS_SLAIN_2_WAY]: {
3098
3098
  id: MarketType.FOURTH_PERIOD_MOST_ROSHANS_SLAIN_2_WAY,
3099
3099
  key: 'fourthPeriodMostRoshansSlain2Way',
3100
- name: '4th map most Roshans slain',
3100
+ name: 'Most Roshans slain 4th',
3101
3101
  resultType: ResultType.EXACT_POSITION,
3102
3102
  },
3103
3103
 
3104
3104
  [MarketType.FOURTH_PERIOD_MOST_ROSHANS_SLAIN_3_WAY]: {
3105
3105
  id: MarketType.FOURTH_PERIOD_MOST_ROSHANS_SLAIN_3_WAY,
3106
3106
  key: 'fourthPeriodMostRoshansSlain3Way',
3107
- name: '4th map most Roshans slain 3-way',
3107
+ name: 'Most Roshans slain 3-way 4th',
3108
3108
  resultType: ResultType.EXACT_POSITION,
3109
3109
  },
3110
3110
 
3111
3111
  [MarketType.FOURTH_PERIOD_TEAM_FIRST_ROSHAN]: {
3112
3112
  id: MarketType.FOURTH_PERIOD_TEAM_FIRST_ROSHAN,
3113
3113
  key: 'fourthPeriodTeamFirstRoshan',
3114
- name: '4th map team first Roshan',
3114
+ name: 'First Roshan 4th',
3115
3115
  resultType: ResultType.EXACT_POSITION,
3116
3116
  },
3117
3117
 
3118
3118
  [MarketType.FOURTH_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN]: {
3119
3119
  id: MarketType.FOURTH_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN,
3120
3120
  key: 'fourthPeriodBothTeamsToSlainRoshan',
3121
- name: '4th map both teams to slay Roshan',
3121
+ name: 'Both teams to slay Roshan 4th',
3122
3122
  resultType: ResultType.EXACT_POSITION,
3123
3123
  },
3124
3124
 
@@ -3126,35 +3126,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3126
3126
  [MarketType.FIFTH_PERIOD_TOTAL_ROSHANS_SLAIN]: {
3127
3127
  id: MarketType.FIFTH_PERIOD_TOTAL_ROSHANS_SLAIN,
3128
3128
  key: 'fifthPeriodTotalRoshansSlain',
3129
- name: '5th map total Roshans slain',
3129
+ name: 'Total Roshans slain 5th',
3130
3130
  resultType: ResultType.OVER_UNDER,
3131
3131
  },
3132
3132
 
3133
3133
  [MarketType.FIFTH_PERIOD_MOST_ROSHANS_SLAIN_2_WAY]: {
3134
3134
  id: MarketType.FIFTH_PERIOD_MOST_ROSHANS_SLAIN_2_WAY,
3135
3135
  key: 'fifthPeriodMostRoshansSlain2Way',
3136
- name: '5th map most Roshans slain',
3136
+ name: 'Most Roshans slain 5th',
3137
3137
  resultType: ResultType.EXACT_POSITION,
3138
3138
  },
3139
3139
 
3140
3140
  [MarketType.FIFTH_PERIOD_MOST_ROSHANS_SLAIN_3_WAY]: {
3141
3141
  id: MarketType.FIFTH_PERIOD_MOST_ROSHANS_SLAIN_3_WAY,
3142
3142
  key: 'fifthPeriodMostRoshansSlain3Way',
3143
- name: '5th map most Roshans slain 3-way',
3143
+ name: 'Most Roshans slain 3-way 5th',
3144
3144
  resultType: ResultType.EXACT_POSITION,
3145
3145
  },
3146
3146
 
3147
3147
  [MarketType.FIFTH_PERIOD_TEAM_FIRST_ROSHAN]: {
3148
3148
  id: MarketType.FIFTH_PERIOD_TEAM_FIRST_ROSHAN,
3149
3149
  key: 'fifthPeriodTeamFirstRoshan',
3150
- name: '5th map team first Roshan',
3150
+ name: 'First Roshan 5th',
3151
3151
  resultType: ResultType.EXACT_POSITION,
3152
3152
  },
3153
3153
 
3154
3154
  [MarketType.FIFTH_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN]: {
3155
3155
  id: MarketType.FIFTH_PERIOD_BOTH_TEAMS_TO_SLAIN_ROSHAN,
3156
3156
  key: 'fifthPeriodBothTeamsToSlainRoshan',
3157
- name: '5th map both teams to slay Roshan',
3157
+ name: 'Both teams to slay Roshan 5th',
3158
3158
  resultType: ResultType.EXACT_POSITION,
3159
3159
  },
3160
3160
 
@@ -3165,70 +3165,70 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3165
3165
  [MarketType.FIRST_PERIOD_TEAM_FIRST_BARRACKS]: {
3166
3166
  id: MarketType.FIRST_PERIOD_TEAM_FIRST_BARRACKS,
3167
3167
  key: 'firstPeriodTeamFirstBarracks',
3168
- name: '1st map team first barracks',
3168
+ name: 'First barracks 1st',
3169
3169
  resultType: ResultType.EXACT_POSITION,
3170
3170
  },
3171
3171
 
3172
3172
  [MarketType.FIRST_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS]: {
3173
3173
  id: MarketType.FIRST_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS,
3174
3174
  key: 'firstPeriodBothTeamsToDestroyBarracks',
3175
- name: '1st map both teams to destroy barracks',
3175
+ name: 'Both teams to destroy barracks 1st',
3176
3176
  resultType: ResultType.EXACT_POSITION,
3177
3177
  },
3178
3178
 
3179
3179
  [MarketType.SECOND_PERIOD_TEAM_FIRST_BARRACKS]: {
3180
3180
  id: MarketType.SECOND_PERIOD_TEAM_FIRST_BARRACKS,
3181
3181
  key: 'secondPeriodTeamFirstBarracks',
3182
- name: '2nd map team first barracks',
3182
+ name: 'First barracks 2nd',
3183
3183
  resultType: ResultType.EXACT_POSITION,
3184
3184
  },
3185
3185
 
3186
3186
  [MarketType.SECOND_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS]: {
3187
3187
  id: MarketType.SECOND_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS,
3188
3188
  key: 'secondPeriodBothTeamsToDestroyBarracks',
3189
- name: '2nd map both teams to destroy barracks',
3189
+ name: 'Both teams to destroy barracks 2nd',
3190
3190
  resultType: ResultType.EXACT_POSITION,
3191
3191
  },
3192
3192
 
3193
3193
  [MarketType.THIRD_PERIOD_TEAM_FIRST_BARRACKS]: {
3194
3194
  id: MarketType.THIRD_PERIOD_TEAM_FIRST_BARRACKS,
3195
3195
  key: 'thirdPeriodTeamFirstBarracks',
3196
- name: '3rd map team first barracks',
3196
+ name: 'First barracks 3rd',
3197
3197
  resultType: ResultType.EXACT_POSITION,
3198
3198
  },
3199
3199
 
3200
3200
  [MarketType.THIRD_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS]: {
3201
3201
  id: MarketType.THIRD_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS,
3202
3202
  key: 'thirdPeriodBothTeamsToDestroyBarracks',
3203
- name: '3rd map both teams to destroy barracks',
3203
+ name: 'Both teams to destroy barracks 3rd',
3204
3204
  resultType: ResultType.EXACT_POSITION,
3205
3205
  },
3206
3206
 
3207
3207
  [MarketType.FOURTH_PERIOD_TEAM_FIRST_BARRACKS]: {
3208
3208
  id: MarketType.FOURTH_PERIOD_TEAM_FIRST_BARRACKS,
3209
3209
  key: 'fourthPeriodTeamFirstBarracks',
3210
- name: '4th map team first barracks',
3210
+ name: 'First barracks 4th',
3211
3211
  resultType: ResultType.EXACT_POSITION,
3212
3212
  },
3213
3213
 
3214
3214
  [MarketType.FOURTH_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS]: {
3215
3215
  id: MarketType.FOURTH_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS,
3216
3216
  key: 'fourthPeriodBothTeamsToDestroyBarracks',
3217
- name: '4th map both teams to destroy barracks',
3217
+ name: 'Both teams to destroy barracks 4th',
3218
3218
  resultType: ResultType.EXACT_POSITION,
3219
3219
  },
3220
3220
 
3221
3221
  [MarketType.FIFTH_PERIOD_TEAM_FIRST_BARRACKS]: {
3222
3222
  id: MarketType.FIFTH_PERIOD_TEAM_FIRST_BARRACKS,
3223
3223
  key: 'fifthPeriodTeamFirstBarracks',
3224
- name: '5th map team first barracks',
3224
+ name: 'First barracks 5th',
3225
3225
  resultType: ResultType.EXACT_POSITION,
3226
3226
  },
3227
3227
 
3228
3228
  [MarketType.FIFTH_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS]: {
3229
3229
  id: MarketType.FIFTH_PERIOD_BOTH_TEAMS_TO_DESTROY_BARRACKS,
3230
3230
  key: 'fifthPeriodBothTeamsToDestroyBarracks',
3231
- name: '5th map both teams to destroy barracks',
3231
+ name: 'Both teams to destroy barracks 5th',
3232
3232
  resultType: ResultType.EXACT_POSITION,
3233
3233
  },
3234
3234
 
@@ -3239,35 +3239,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3239
3239
  [MarketType.FIRST_PERIOD_TEAM_FIRST_BLOOD]: {
3240
3240
  id: MarketType.FIRST_PERIOD_TEAM_FIRST_BLOOD,
3241
3241
  key: 'firstPeriodTeamFirstBlood',
3242
- name: '1st map team first blood',
3242
+ name: 'First blood 1st',
3243
3243
  resultType: ResultType.EXACT_POSITION,
3244
3244
  },
3245
3245
 
3246
3246
  [MarketType.SECOND_PERIOD_TEAM_FIRST_BLOOD]: {
3247
3247
  id: MarketType.SECOND_PERIOD_TEAM_FIRST_BLOOD,
3248
3248
  key: 'secondPeriodTeamFirstBlood',
3249
- name: '2nd map team first blood',
3249
+ name: 'First blood 2nd',
3250
3250
  resultType: ResultType.EXACT_POSITION,
3251
3251
  },
3252
3252
 
3253
3253
  [MarketType.THIRD_PERIOD_TEAM_FIRST_BLOOD]: {
3254
3254
  id: MarketType.THIRD_PERIOD_TEAM_FIRST_BLOOD,
3255
3255
  key: 'thirdPeriodTeamFirstBlood',
3256
- name: '3rd map team first blood',
3256
+ name: 'First blood 3rd',
3257
3257
  resultType: ResultType.EXACT_POSITION,
3258
3258
  },
3259
3259
 
3260
3260
  [MarketType.FOURTH_PERIOD_TEAM_FIRST_BLOOD]: {
3261
3261
  id: MarketType.FOURTH_PERIOD_TEAM_FIRST_BLOOD,
3262
3262
  key: 'fourthPeriodTeamFirstBlood',
3263
- name: '4th map team first blood',
3263
+ name: 'First blood 4th',
3264
3264
  resultType: ResultType.EXACT_POSITION,
3265
3265
  },
3266
3266
 
3267
3267
  [MarketType.FIFTH_PERIOD_TEAM_FIRST_BLOOD]: {
3268
3268
  id: MarketType.FIFTH_PERIOD_TEAM_FIRST_BLOOD,
3269
3269
  key: 'fifthPeriodTeamFirstBlood',
3270
- name: '5th map team first blood',
3270
+ name: 'First blood 5th',
3271
3271
  resultType: ResultType.EXACT_POSITION,
3272
3272
  },
3273
3273
 
@@ -3279,28 +3279,28 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3279
3279
  [MarketType.FIRST_PERIOD_TOTAL_ASSISTS]: {
3280
3280
  id: MarketType.FIRST_PERIOD_TOTAL_ASSISTS,
3281
3281
  key: 'firstPeriodTotalAssists',
3282
- name: '1st map total assists',
3282
+ name: 'Total assists 1st',
3283
3283
  resultType: ResultType.OVER_UNDER,
3284
3284
  },
3285
3285
 
3286
3286
  [MarketType.FIRST_PERIOD_HOME_TEAM_TOTAL_ASSISTS]: {
3287
3287
  id: MarketType.FIRST_PERIOD_HOME_TEAM_TOTAL_ASSISTS,
3288
3288
  key: 'firstPeriodHomeTeamTotalAssists',
3289
- name: '1st map team total assists',
3289
+ name: 'Total assists 1st',
3290
3290
  resultType: ResultType.OVER_UNDER,
3291
3291
  },
3292
3292
 
3293
3293
  [MarketType.FIRST_PERIOD_AWAY_TEAM_TOTAL_ASSISTS]: {
3294
3294
  id: MarketType.FIRST_PERIOD_AWAY_TEAM_TOTAL_ASSISTS,
3295
3295
  key: 'firstPeriodAwayTeamTotalAssists',
3296
- name: '1st map team total assists',
3296
+ name: 'Total assists 1st',
3297
3297
  resultType: ResultType.OVER_UNDER,
3298
3298
  },
3299
3299
 
3300
3300
  [MarketType.FIRST_PERIOD_MOST_ASSISTS_3_WAY]: {
3301
3301
  id: MarketType.FIRST_PERIOD_MOST_ASSISTS_3_WAY,
3302
3302
  key: 'firstPeriodMostAssists3Way',
3303
- name: '1st map most assists 3-way',
3303
+ name: 'Most assists 3-way 1st',
3304
3304
  resultType: ResultType.EXACT_POSITION,
3305
3305
  },
3306
3306
 
@@ -3308,28 +3308,28 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3308
3308
  [MarketType.SECOND_PERIOD_TOTAL_ASSISTS]: {
3309
3309
  id: MarketType.SECOND_PERIOD_TOTAL_ASSISTS,
3310
3310
  key: 'secondPeriodTotalAssists',
3311
- name: '2nd map total assists',
3311
+ name: 'Total assists 2nd',
3312
3312
  resultType: ResultType.OVER_UNDER,
3313
3313
  },
3314
3314
 
3315
3315
  [MarketType.SECOND_PERIOD_HOME_TEAM_TOTAL_ASSISTS]: {
3316
3316
  id: MarketType.SECOND_PERIOD_HOME_TEAM_TOTAL_ASSISTS,
3317
3317
  key: 'secondPeriodHomeTeamTotalAssists',
3318
- name: '2nd map team total assists',
3318
+ name: 'Total assists 2nd',
3319
3319
  resultType: ResultType.OVER_UNDER,
3320
3320
  },
3321
3321
 
3322
3322
  [MarketType.SECOND_PERIOD_AWAY_TEAM_TOTAL_ASSISTS]: {
3323
3323
  id: MarketType.SECOND_PERIOD_AWAY_TEAM_TOTAL_ASSISTS,
3324
3324
  key: 'secondPeriodAwayTeamTotalAssists',
3325
- name: '2nd map team total assists',
3325
+ name: 'Total assists 2nd',
3326
3326
  resultType: ResultType.OVER_UNDER,
3327
3327
  },
3328
3328
 
3329
3329
  [MarketType.SECOND_PERIOD_MOST_ASSISTS_3_WAY]: {
3330
3330
  id: MarketType.SECOND_PERIOD_MOST_ASSISTS_3_WAY,
3331
3331
  key: 'secondPeriodMostAssists3Way',
3332
- name: '2nd map most assists 3-way',
3332
+ name: 'Most assists 3-way 2nd',
3333
3333
  resultType: ResultType.EXACT_POSITION,
3334
3334
  },
3335
3335
 
@@ -3337,28 +3337,28 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3337
3337
  [MarketType.THIRD_PERIOD_TOTAL_ASSISTS]: {
3338
3338
  id: MarketType.THIRD_PERIOD_TOTAL_ASSISTS,
3339
3339
  key: 'thirdPeriodTotalAssists',
3340
- name: '3rd map total assists',
3340
+ name: 'Total assists 3rd',
3341
3341
  resultType: ResultType.OVER_UNDER,
3342
3342
  },
3343
3343
 
3344
3344
  [MarketType.THIRD_PERIOD_HOME_TEAM_TOTAL_ASSISTS]: {
3345
3345
  id: MarketType.THIRD_PERIOD_HOME_TEAM_TOTAL_ASSISTS,
3346
3346
  key: 'thirdPeriodHomeTeamTotalAssists',
3347
- name: '3rd map team total assists',
3347
+ name: 'Total assists 3rd',
3348
3348
  resultType: ResultType.OVER_UNDER,
3349
3349
  },
3350
3350
 
3351
3351
  [MarketType.THIRD_PERIOD_AWAY_TEAM_TOTAL_ASSISTS]: {
3352
3352
  id: MarketType.THIRD_PERIOD_AWAY_TEAM_TOTAL_ASSISTS,
3353
3353
  key: 'thirdPeriodAwayTeamTotalAssists',
3354
- name: '3rd map team total assists',
3354
+ name: 'Total assists 3rd',
3355
3355
  resultType: ResultType.OVER_UNDER,
3356
3356
  },
3357
3357
 
3358
3358
  [MarketType.THIRD_PERIOD_MOST_ASSISTS_3_WAY]: {
3359
3359
  id: MarketType.THIRD_PERIOD_MOST_ASSISTS_3_WAY,
3360
3360
  key: 'thirdPeriodMostAssists3Way',
3361
- name: '3rd map most assists 3-way',
3361
+ name: 'Most assists 3-way 3rd',
3362
3362
  resultType: ResultType.EXACT_POSITION,
3363
3363
  },
3364
3364
 
@@ -3366,28 +3366,28 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3366
3366
  [MarketType.FOURTH_PERIOD_TOTAL_ASSISTS]: {
3367
3367
  id: MarketType.FOURTH_PERIOD_TOTAL_ASSISTS,
3368
3368
  key: 'fourthPeriodTotalAssists',
3369
- name: '4th map total assists',
3369
+ name: 'Total assists 4th',
3370
3370
  resultType: ResultType.OVER_UNDER,
3371
3371
  },
3372
3372
 
3373
3373
  [MarketType.FOURTH_PERIOD_HOME_TEAM_TOTAL_ASSISTS]: {
3374
3374
  id: MarketType.FOURTH_PERIOD_HOME_TEAM_TOTAL_ASSISTS,
3375
3375
  key: 'fourthPeriodHomeTeamTotalAssists',
3376
- name: '4th map team total assists',
3376
+ name: 'Total assists 4th',
3377
3377
  resultType: ResultType.OVER_UNDER,
3378
3378
  },
3379
3379
 
3380
3380
  [MarketType.FOURTH_PERIOD_AWAY_TEAM_TOTAL_ASSISTS]: {
3381
3381
  id: MarketType.FOURTH_PERIOD_AWAY_TEAM_TOTAL_ASSISTS,
3382
3382
  key: 'fourthPeriodAwayTeamTotalAssists',
3383
- name: '4th map team total assists',
3383
+ name: 'Total assists 4th',
3384
3384
  resultType: ResultType.OVER_UNDER,
3385
3385
  },
3386
3386
 
3387
3387
  [MarketType.FOURTH_PERIOD_MOST_ASSISTS_3_WAY]: {
3388
3388
  id: MarketType.FOURTH_PERIOD_MOST_ASSISTS_3_WAY,
3389
3389
  key: 'fourthPeriodMostAssists3Way',
3390
- name: '4th map most assists 3-way',
3390
+ name: 'Most assists 3-way 4th',
3391
3391
  resultType: ResultType.EXACT_POSITION,
3392
3392
  },
3393
3393
 
@@ -3395,28 +3395,28 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3395
3395
  [MarketType.FIFTH_PERIOD_TOTAL_ASSISTS]: {
3396
3396
  id: MarketType.FIFTH_PERIOD_TOTAL_ASSISTS,
3397
3397
  key: 'fifthPeriodTotalAssists',
3398
- name: '5th map total assists',
3398
+ name: 'Total assists 5th',
3399
3399
  resultType: ResultType.OVER_UNDER,
3400
3400
  },
3401
3401
 
3402
3402
  [MarketType.FIFTH_PERIOD_HOME_TEAM_TOTAL_ASSISTS]: {
3403
3403
  id: MarketType.FIFTH_PERIOD_HOME_TEAM_TOTAL_ASSISTS,
3404
3404
  key: 'fifthPeriodHomeTeamTotalAssists',
3405
- name: '5th map team total assists',
3405
+ name: 'Total assists 5th',
3406
3406
  resultType: ResultType.OVER_UNDER,
3407
3407
  },
3408
3408
 
3409
3409
  [MarketType.FIFTH_PERIOD_AWAY_TEAM_TOTAL_ASSISTS]: {
3410
3410
  id: MarketType.FIFTH_PERIOD_AWAY_TEAM_TOTAL_ASSISTS,
3411
3411
  key: 'fifthPeriodAwayTeamTotalAssists',
3412
- name: '5th map team total assists',
3412
+ name: 'Total assists 5th',
3413
3413
  resultType: ResultType.OVER_UNDER,
3414
3414
  },
3415
3415
 
3416
3416
  [MarketType.FIFTH_PERIOD_MOST_ASSISTS_3_WAY]: {
3417
3417
  id: MarketType.FIFTH_PERIOD_MOST_ASSISTS_3_WAY,
3418
3418
  key: 'fifthPeriodMostAssists3Way',
3419
- name: '5th map most assists 3-way',
3419
+ name: 'Most assists 3-way 5th',
3420
3420
  resultType: ResultType.EXACT_POSITION,
3421
3421
  },
3422
3422
 
@@ -3427,35 +3427,35 @@ export const MarketTypeMap: Record<MarketType, MarketTypeInfo> = {
3427
3427
  [MarketType.FIRST_PERIOD_DURATION]: {
3428
3428
  id: MarketType.FIRST_PERIOD_DURATION,
3429
3429
  key: 'firstPeriodDuration',
3430
- name: '1st map duration',
3430
+ name: 'duration (minutes) 1st',
3431
3431
  resultType: ResultType.OVER_UNDER,
3432
3432
  },
3433
3433
 
3434
3434
  [MarketType.SECOND_PERIOD_DURATION]: {
3435
3435
  id: MarketType.SECOND_PERIOD_DURATION,
3436
3436
  key: 'secondPeriodDuration',
3437
- name: '2nd map duration',
3437
+ name: 'duration (minutes) 2nd',
3438
3438
  resultType: ResultType.OVER_UNDER,
3439
3439
  },
3440
3440
 
3441
3441
  [MarketType.THIRD_PERIOD_DURATION]: {
3442
3442
  id: MarketType.THIRD_PERIOD_DURATION,
3443
3443
  key: 'thirdPeriodDuration',
3444
- name: '3rd map duration',
3444
+ name: 'duration (minutes) 3rd',
3445
3445
  resultType: ResultType.OVER_UNDER,
3446
3446
  },
3447
3447
 
3448
3448
  [MarketType.FOURTH_PERIOD_DURATION]: {
3449
3449
  id: MarketType.FOURTH_PERIOD_DURATION,
3450
3450
  key: 'fourthPeriodDuration',
3451
- name: '4th map duration',
3451
+ name: 'duration (minutes) 4th',
3452
3452
  resultType: ResultType.OVER_UNDER,
3453
3453
  },
3454
3454
 
3455
3455
  [MarketType.FIFTH_PERIOD_DURATION]: {
3456
3456
  id: MarketType.FIFTH_PERIOD_DURATION,
3457
3457
  key: 'fifthPeriodDuration',
3458
- name: '5th map duration',
3458
+ name: 'duration (minutes) 5th',
3459
3459
  resultType: ResultType.OVER_UNDER,
3460
3460
  },
3461
3461
  };