@cloudbet/market-helper 1.46.26 → 1.46.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/sports-core/marketEnums.d.ts +95 -0
- package/sports-core/marketEnums.js +95 -0
- package/sports-core/marketEnums.js.map +1 -1
- package/sports-core/markets/en.json +1182 -160
|
@@ -662,6 +662,390 @@
|
|
|
662
662
|
"under": "Under {{total}}"
|
|
663
663
|
}
|
|
664
664
|
},
|
|
665
|
+
"american_football.player_props_field_goals_player_ou_incl_ot": {
|
|
666
|
+
"Name": "{{player_key}} Total Field Goals",
|
|
667
|
+
"Variables": [
|
|
668
|
+
"player_key",
|
|
669
|
+
"total"
|
|
670
|
+
],
|
|
671
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
672
|
+
"Outcomes": {
|
|
673
|
+
"over": "Over {{total}}",
|
|
674
|
+
"under": "Under {{total}}"
|
|
675
|
+
}
|
|
676
|
+
},
|
|
677
|
+
"american_football.player_props_field_goals_player_over_eq_incl_ot": {
|
|
678
|
+
"Name": "{{player_key}} Total Field Goals",
|
|
679
|
+
"Variables": [
|
|
680
|
+
"player_key"
|
|
681
|
+
],
|
|
682
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
683
|
+
"Outcomes": {
|
|
684
|
+
"dynamic.outcome": "{{outcome}}"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"american_football.player_props_interceptions_player_ou_incl_ot": {
|
|
688
|
+
"Name": "{{player_key}} Total Interceptions",
|
|
689
|
+
"Variables": [
|
|
690
|
+
"player_key",
|
|
691
|
+
"total"
|
|
692
|
+
],
|
|
693
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
694
|
+
"Outcomes": {
|
|
695
|
+
"over": "Over {{total}}",
|
|
696
|
+
"under": "Under {{total}}"
|
|
697
|
+
}
|
|
698
|
+
},
|
|
699
|
+
"american_football.player_props_interceptions_player_over_eq_incl_ot": {
|
|
700
|
+
"Name": "{{player_key}} Total Interceptions",
|
|
701
|
+
"Variables": [
|
|
702
|
+
"player_key"
|
|
703
|
+
],
|
|
704
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
705
|
+
"Outcomes": {
|
|
706
|
+
"dynamic.outcome": "{{outcome}}"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
"american_football.player_props_kicking_points_player_ou_incl_ot": {
|
|
710
|
+
"Name": "{{player_key}} Total Kicking Points",
|
|
711
|
+
"Variables": [
|
|
712
|
+
"player_key",
|
|
713
|
+
"total"
|
|
714
|
+
],
|
|
715
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
716
|
+
"Outcomes": {
|
|
717
|
+
"over": "Over {{total}}",
|
|
718
|
+
"under": "Under {{total}}"
|
|
719
|
+
}
|
|
720
|
+
},
|
|
721
|
+
"american_football.player_props_kicking_points_player_over_eq_incl_ot": {
|
|
722
|
+
"Name": "{{player_key}} Total Kicking Points",
|
|
723
|
+
"Variables": [
|
|
724
|
+
"player_key"
|
|
725
|
+
],
|
|
726
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
727
|
+
"Outcomes": {
|
|
728
|
+
"dynamic.outcome": "{{outcome}}"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"american_football.player_props_passing_attempts_player_ou_incl_ot": {
|
|
732
|
+
"Name": "{{player_key}} Total Pass Attempts",
|
|
733
|
+
"Variables": [
|
|
734
|
+
"player_key",
|
|
735
|
+
"total"
|
|
736
|
+
],
|
|
737
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
738
|
+
"Outcomes": {
|
|
739
|
+
"over": "Over {{total}}",
|
|
740
|
+
"under": "Under {{total}}"
|
|
741
|
+
}
|
|
742
|
+
},
|
|
743
|
+
"american_football.player_props_passing_attempts_player_over_eq_incl_ot": {
|
|
744
|
+
"Name": "{{player_key}} Total Pass Attempts",
|
|
745
|
+
"Variables": [
|
|
746
|
+
"player_key"
|
|
747
|
+
],
|
|
748
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
749
|
+
"Outcomes": {
|
|
750
|
+
"dynamic.outcome": "{{outcome}}"
|
|
751
|
+
}
|
|
752
|
+
},
|
|
753
|
+
"american_football.player_props_passing_completions_player_ou_incl_ot": {
|
|
754
|
+
"Name": "{{player_key}} Total Pass Completions",
|
|
755
|
+
"Variables": [
|
|
756
|
+
"player_key",
|
|
757
|
+
"total"
|
|
758
|
+
],
|
|
759
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
760
|
+
"Outcomes": {
|
|
761
|
+
"over": "Over {{total}}",
|
|
762
|
+
"under": "Under {{total}}"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"american_football.player_props_passing_completions_player_over_eq_incl_ot": {
|
|
766
|
+
"Name": "{{player_key}} Total Pass Completions",
|
|
767
|
+
"Variables": [
|
|
768
|
+
"player_key"
|
|
769
|
+
],
|
|
770
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
771
|
+
"Outcomes": {
|
|
772
|
+
"dynamic.outcome": "{{outcome}}"
|
|
773
|
+
}
|
|
774
|
+
},
|
|
775
|
+
"american_football.player_props_passing_touchdowns_player_ou_incl_ot": {
|
|
776
|
+
"Name": "{{player_key}} Total Passing Touchdowns",
|
|
777
|
+
"Variables": [
|
|
778
|
+
"player_key",
|
|
779
|
+
"total"
|
|
780
|
+
],
|
|
781
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
782
|
+
"Outcomes": {
|
|
783
|
+
"over": "Over {{total}}",
|
|
784
|
+
"under": "Under {{total}}"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
"american_football.player_props_passing_touchdowns_player_over_eq_incl_ot": {
|
|
788
|
+
"Name": "{{player_key}} Total Passing Touchdowns",
|
|
789
|
+
"Variables": [
|
|
790
|
+
"player_key"
|
|
791
|
+
],
|
|
792
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
793
|
+
"Outcomes": {
|
|
794
|
+
"dynamic.outcome": "{{outcome}}"
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"american_football.player_props_passing_yards_player_ou_incl_ot": {
|
|
798
|
+
"Name": "{{player_key}} Total Passing Yards",
|
|
799
|
+
"Variables": [
|
|
800
|
+
"player_key",
|
|
801
|
+
"total"
|
|
802
|
+
],
|
|
803
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
804
|
+
"Outcomes": {
|
|
805
|
+
"over": "Over {{total}}",
|
|
806
|
+
"under": "Under {{total}}"
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
"american_football.player_props_passing_yards_player_over_eq_incl_ot": {
|
|
810
|
+
"Name": "{{player_key}} Total Passing Yards",
|
|
811
|
+
"Variables": [
|
|
812
|
+
"player_key"
|
|
813
|
+
],
|
|
814
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
815
|
+
"Outcomes": {
|
|
816
|
+
"dynamic.outcome": "{{outcome}}"
|
|
817
|
+
}
|
|
818
|
+
},
|
|
819
|
+
"american_football.player_props_receiving_yards_player_ou_incl_ot": {
|
|
820
|
+
"Name": "{{player_key}} Total Receiving Yards",
|
|
821
|
+
"Variables": [
|
|
822
|
+
"player_key",
|
|
823
|
+
"total"
|
|
824
|
+
],
|
|
825
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
826
|
+
"Outcomes": {
|
|
827
|
+
"over": "Over {{total}}",
|
|
828
|
+
"under": "Under {{total}}"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"american_football.player_props_receiving_yards_player_over_eq_incl_ot": {
|
|
832
|
+
"Name": "{{player_key}} Total Receiving Yards",
|
|
833
|
+
"Variables": [
|
|
834
|
+
"player_key"
|
|
835
|
+
],
|
|
836
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
837
|
+
"Outcomes": {
|
|
838
|
+
"dynamic.outcome": "{{outcome}}"
|
|
839
|
+
}
|
|
840
|
+
},
|
|
841
|
+
"american_football.player_props_receptions_player_ou_incl_ot": {
|
|
842
|
+
"Name": "{{player_key}} Total Receptions",
|
|
843
|
+
"Variables": [
|
|
844
|
+
"player_key",
|
|
845
|
+
"total"
|
|
846
|
+
],
|
|
847
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
848
|
+
"Outcomes": {
|
|
849
|
+
"over": "Over {{total}}",
|
|
850
|
+
"under": "Under {{total}}"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
"american_football.player_props_receptions_player_over_eq_incl_ot": {
|
|
854
|
+
"Name": "{{player_key}} Total Receptions",
|
|
855
|
+
"Variables": [
|
|
856
|
+
"player_key"
|
|
857
|
+
],
|
|
858
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
859
|
+
"Outcomes": {
|
|
860
|
+
"dynamic.outcome": "{{outcome}}"
|
|
861
|
+
}
|
|
862
|
+
},
|
|
863
|
+
"american_football.player_props_rushing_and_receiving_yards_player_ou_incl_ot": {
|
|
864
|
+
"Name": "{{player_key}} Total Rushing + Receiving Yards",
|
|
865
|
+
"Variables": [
|
|
866
|
+
"player_key",
|
|
867
|
+
"total"
|
|
868
|
+
],
|
|
869
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
870
|
+
"Outcomes": {
|
|
871
|
+
"over": "Over {{total}}",
|
|
872
|
+
"under": "Under {{total}}"
|
|
873
|
+
}
|
|
874
|
+
},
|
|
875
|
+
"american_football.player_props_rushing_and_receiving_yards_player_over_eq_incl_ot": {
|
|
876
|
+
"Name": "{{player_key}} Total Rushing + Receiving Yards",
|
|
877
|
+
"Variables": [
|
|
878
|
+
"player_key"
|
|
879
|
+
],
|
|
880
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
881
|
+
"Outcomes": {
|
|
882
|
+
"dynamic.outcome": "{{outcome}}"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"american_football.player_props_rushing_yards_player_ou_incl_ot": {
|
|
886
|
+
"Name": "{{player_key}} Total Rushing Yards",
|
|
887
|
+
"Variables": [
|
|
888
|
+
"player_key",
|
|
889
|
+
"total"
|
|
890
|
+
],
|
|
891
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
892
|
+
"Outcomes": {
|
|
893
|
+
"over": "Over {{total}}",
|
|
894
|
+
"under": "Under {{total}}"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
"american_football.player_props_rushing_yards_player_over_eq_incl_ot": {
|
|
898
|
+
"Name": "{{player_key}} Total Rushing Yards",
|
|
899
|
+
"Variables": [
|
|
900
|
+
"player_key"
|
|
901
|
+
],
|
|
902
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
903
|
+
"Outcomes": {
|
|
904
|
+
"dynamic.outcome": "{{outcome}}"
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"american_football.player_props_sacks_player_ou_incl_ot": {
|
|
908
|
+
"Name": "{{player_key}} Total Sacks",
|
|
909
|
+
"Variables": [
|
|
910
|
+
"player_key",
|
|
911
|
+
"total"
|
|
912
|
+
],
|
|
913
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
914
|
+
"Outcomes": {
|
|
915
|
+
"over": "Over {{total}}",
|
|
916
|
+
"under": "Under {{total}}"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"american_football.player_props_sacks_player_over_eq_incl_ot": {
|
|
920
|
+
"Name": "{{player_key}} Total Sacks",
|
|
921
|
+
"Variables": [
|
|
922
|
+
"player_key"
|
|
923
|
+
],
|
|
924
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
925
|
+
"Outcomes": {
|
|
926
|
+
"dynamic.outcome": "{{outcome}}"
|
|
927
|
+
}
|
|
928
|
+
},
|
|
929
|
+
"american_football.player_props_touchdowns_first_player_to_score_in_1h": {
|
|
930
|
+
"Name": "1st Half - First Player To Score Touchdown",
|
|
931
|
+
"Variables": [],
|
|
932
|
+
"Split": "period=1h",
|
|
933
|
+
"Outcomes": {
|
|
934
|
+
"dynamic.player_key": "{{player_key}}"
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
"american_football.player_props_touchdowns_first_player_to_score_in_quarter": {
|
|
938
|
+
"Name": "Quarter {{quarter}} - First Player To Score Touchdown",
|
|
939
|
+
"Variables": [
|
|
940
|
+
"quarter"
|
|
941
|
+
],
|
|
942
|
+
"Split": "period=q{{quarter}}",
|
|
943
|
+
"Outcomes": {
|
|
944
|
+
"dynamic.player_key": "{{player_key}}"
|
|
945
|
+
}
|
|
946
|
+
},
|
|
947
|
+
"american_football.player_props_touchdowns_first_player_to_score_incl_ot": {
|
|
948
|
+
"Name": "First Player To Score Touchdown",
|
|
949
|
+
"Variables": [],
|
|
950
|
+
"Split": "period=ot",
|
|
951
|
+
"Outcomes": {
|
|
952
|
+
"dynamic.player_key": "{{player_key}}"
|
|
953
|
+
}
|
|
954
|
+
},
|
|
955
|
+
"american_football.player_props_touchdowns_last_player_to_score_in_1h": {
|
|
956
|
+
"Name": "1st Half - Last Player To Score Touchdown",
|
|
957
|
+
"Variables": [],
|
|
958
|
+
"Split": "period=1h",
|
|
959
|
+
"Outcomes": {
|
|
960
|
+
"dynamic.player_key": "{{player_key}}"
|
|
961
|
+
}
|
|
962
|
+
},
|
|
963
|
+
"american_football.player_props_touchdowns_last_player_to_score_in_quarter": {
|
|
964
|
+
"Name": "Quarter {{quarter}} - Last Player To Score Touchdown",
|
|
965
|
+
"Variables": [
|
|
966
|
+
"quarter"
|
|
967
|
+
],
|
|
968
|
+
"Split": "period=q{{quarter}}",
|
|
969
|
+
"Outcomes": {
|
|
970
|
+
"dynamic.player_key": "{{player_key}}"
|
|
971
|
+
}
|
|
972
|
+
},
|
|
973
|
+
"american_football.player_props_touchdowns_last_player_to_score_incl_ot": {
|
|
974
|
+
"Name": "Last Player To Score Touchdown",
|
|
975
|
+
"Variables": [],
|
|
976
|
+
"Split": "period=ot",
|
|
977
|
+
"Outcomes": {
|
|
978
|
+
"dynamic.player_key": "{{player_key}}"
|
|
979
|
+
}
|
|
980
|
+
},
|
|
981
|
+
"american_football.player_props_touchdowns_player_ou_in_1h": {
|
|
982
|
+
"Name": "1st Half - {{player_key}} Total Touchdowns",
|
|
983
|
+
"Variables": [
|
|
984
|
+
"player_key",
|
|
985
|
+
"total"
|
|
986
|
+
],
|
|
987
|
+
"Split": "period=1h\u0026player_key={{player_key}}",
|
|
988
|
+
"Outcomes": {
|
|
989
|
+
"over": "Over {{total}}",
|
|
990
|
+
"under": "Under {{total}}"
|
|
991
|
+
}
|
|
992
|
+
},
|
|
993
|
+
"american_football.player_props_touchdowns_player_ou_in_quarter": {
|
|
994
|
+
"Name": "Quarter {{quarter}} - {{player_key}} Total Touchdowns",
|
|
995
|
+
"Variables": [
|
|
996
|
+
"player_key",
|
|
997
|
+
"quarter",
|
|
998
|
+
"total"
|
|
999
|
+
],
|
|
1000
|
+
"Split": "period=q{{quarter}}\u0026player_key={{player_key}}",
|
|
1001
|
+
"Outcomes": {
|
|
1002
|
+
"over": "Over {{total}}",
|
|
1003
|
+
"under": "Under {{total}}"
|
|
1004
|
+
}
|
|
1005
|
+
},
|
|
1006
|
+
"american_football.player_props_touchdowns_player_ou_incl_ot": {
|
|
1007
|
+
"Name": "{{player_key}} Total Touchdowns",
|
|
1008
|
+
"Variables": [
|
|
1009
|
+
"player_key",
|
|
1010
|
+
"total"
|
|
1011
|
+
],
|
|
1012
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
1013
|
+
"Outcomes": {
|
|
1014
|
+
"over": "Over {{total}}",
|
|
1015
|
+
"under": "Under {{total}}"
|
|
1016
|
+
}
|
|
1017
|
+
},
|
|
1018
|
+
"american_football.player_props_touchdowns_player_over_eq_in_1h": {
|
|
1019
|
+
"Name": "1st Half - {{player_key}} Total Touchdowns",
|
|
1020
|
+
"Variables": [
|
|
1021
|
+
"player_key"
|
|
1022
|
+
],
|
|
1023
|
+
"Split": "period=1h\u0026player_key={{player_key}}",
|
|
1024
|
+
"Outcomes": {
|
|
1025
|
+
"dynamic.outcome": "{{outcome}}"
|
|
1026
|
+
}
|
|
1027
|
+
},
|
|
1028
|
+
"american_football.player_props_touchdowns_player_over_eq_in_quarter": {
|
|
1029
|
+
"Name": "Quarter {{quarter}} - {{player_key}} Total Touchdowns",
|
|
1030
|
+
"Variables": [
|
|
1031
|
+
"player_key",
|
|
1032
|
+
"quarter"
|
|
1033
|
+
],
|
|
1034
|
+
"Split": "period=q{{quarter}}\u0026player_key={{player_key}}",
|
|
1035
|
+
"Outcomes": {
|
|
1036
|
+
"dynamic.outcome": "{{outcome}}"
|
|
1037
|
+
}
|
|
1038
|
+
},
|
|
1039
|
+
"american_football.player_props_touchdowns_player_over_eq_incl_ot": {
|
|
1040
|
+
"Name": "{{player_key}} Total Touchdowns",
|
|
1041
|
+
"Variables": [
|
|
1042
|
+
"player_key"
|
|
1043
|
+
],
|
|
1044
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
1045
|
+
"Outcomes": {
|
|
1046
|
+
"dynamic.outcome": "{{outcome}}"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
665
1049
|
"american_football.player_punt_result_in_a_touchback": {
|
|
666
1050
|
"Name": "{{player}} (Punt Result in a Touchback)",
|
|
667
1051
|
"Variables": [
|
|
@@ -953,59 +1337,121 @@
|
|
|
953
1337
|
"under": "Under {{total}}"
|
|
954
1338
|
}
|
|
955
1339
|
},
|
|
956
|
-
"american_football.quarter_totals_incl_ot": {
|
|
957
|
-
"Name": "Quarter {{quarter}} - total (Incl. Overtime)",
|
|
1340
|
+
"american_football.quarter_totals_incl_ot": {
|
|
1341
|
+
"Name": "Quarter {{quarter}} - total (Incl. Overtime)",
|
|
1342
|
+
"Variables": [
|
|
1343
|
+
"total",
|
|
1344
|
+
"quarter"
|
|
1345
|
+
],
|
|
1346
|
+
"Split": "period=q{{quarter}}\u0026period=ot",
|
|
1347
|
+
"Outcomes": {
|
|
1348
|
+
"over": "Over {{total}}",
|
|
1349
|
+
"under": "Under {{total}}"
|
|
1350
|
+
}
|
|
1351
|
+
},
|
|
1352
|
+
"american_football.race_to_points": {
|
|
1353
|
+
"Name": "Race to {{point}} points (Incl. Overtime)",
|
|
1354
|
+
"Variables": [
|
|
1355
|
+
"point"
|
|
1356
|
+
],
|
|
1357
|
+
"Split": "period=ot\u0026period=ft\u0026points={{point}}",
|
|
1358
|
+
"Outcomes": {
|
|
1359
|
+
"away": "{{away}}",
|
|
1360
|
+
"home": "{{home}}"
|
|
1361
|
+
}
|
|
1362
|
+
},
|
|
1363
|
+
"american_football.team_highest_scoring_quarter": {
|
|
1364
|
+
"Name": "Team with highest scoring quarter",
|
|
1365
|
+
"Variables": [],
|
|
1366
|
+
"Split": "period=ot\u0026period=ft\u0026period=q1\u0026period=q2\u0026period=q3\u0026period=q4",
|
|
1367
|
+
"Outcomes": {
|
|
1368
|
+
"away": "{{away}}",
|
|
1369
|
+
"draw": "Draw",
|
|
1370
|
+
"home": "{{home}}"
|
|
1371
|
+
}
|
|
1372
|
+
},
|
|
1373
|
+
"american_football.team_odd_even": {
|
|
1374
|
+
"Name": "{{team}} odd/even",
|
|
1375
|
+
"Variables": [
|
|
1376
|
+
"team"
|
|
1377
|
+
],
|
|
1378
|
+
"Split": "period=ot\u0026period=ft\u0026team={{team}}",
|
|
1379
|
+
"Outcomes": {
|
|
1380
|
+
"even": "Even",
|
|
1381
|
+
"odd": "Odd"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
"american_football.team_odd_even_period_first_half": {
|
|
1385
|
+
"Name": "1st half - {{team}} odd/even",
|
|
1386
|
+
"Variables": [
|
|
1387
|
+
"team"
|
|
1388
|
+
],
|
|
1389
|
+
"Split": "period=1h\u0026period=q1\u0026period=q2\u0026team={{team}}",
|
|
1390
|
+
"Outcomes": {
|
|
1391
|
+
"even": "Even",
|
|
1392
|
+
"odd": "Odd"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
"american_football.team_props_touchdowns_first_player_to_score_in_1h": {
|
|
1396
|
+
"Name": "1st Half - {{team}} First Player To Score Touchdown",
|
|
1397
|
+
"Variables": [
|
|
1398
|
+
"team"
|
|
1399
|
+
],
|
|
1400
|
+
"Split": "period=1h\u0026team={{team}}",
|
|
1401
|
+
"Outcomes": {
|
|
1402
|
+
"dynamic.player_key": "{{player_key}}"
|
|
1403
|
+
}
|
|
1404
|
+
},
|
|
1405
|
+
"american_football.team_props_touchdowns_first_player_to_score_in_quarter": {
|
|
1406
|
+
"Name": "Quarter {{quarter}} - {{team}} First Player To Score Touchdown",
|
|
958
1407
|
"Variables": [
|
|
959
|
-
"
|
|
960
|
-
"
|
|
1408
|
+
"quarter",
|
|
1409
|
+
"team"
|
|
961
1410
|
],
|
|
962
|
-
"Split": "period=q{{quarter}}\
|
|
1411
|
+
"Split": "period=q{{quarter}}\u0026team={{team}}",
|
|
963
1412
|
"Outcomes": {
|
|
964
|
-
"
|
|
965
|
-
"under": "Under {{total}}"
|
|
1413
|
+
"dynamic.player_key": "{{player_key}}"
|
|
966
1414
|
}
|
|
967
1415
|
},
|
|
968
|
-
"american_football.
|
|
969
|
-
"Name": "
|
|
1416
|
+
"american_football.team_props_touchdowns_first_player_to_score_incl_ot": {
|
|
1417
|
+
"Name": "{{team}} First Player To Score Touchdown",
|
|
970
1418
|
"Variables": [
|
|
971
|
-
"
|
|
1419
|
+
"team"
|
|
972
1420
|
],
|
|
973
|
-
"Split": "period=ot\
|
|
1421
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
974
1422
|
"Outcomes": {
|
|
975
|
-
"
|
|
976
|
-
"home": "{{home}}"
|
|
1423
|
+
"dynamic.player_key": "{{player_key}}"
|
|
977
1424
|
}
|
|
978
1425
|
},
|
|
979
|
-
"american_football.
|
|
980
|
-
"Name": "
|
|
981
|
-
"Variables": [
|
|
982
|
-
|
|
1426
|
+
"american_football.team_props_touchdowns_last_player_to_score_in_1h": {
|
|
1427
|
+
"Name": "1st Half - {{team}} Last Player To Score Touchdown",
|
|
1428
|
+
"Variables": [
|
|
1429
|
+
"team"
|
|
1430
|
+
],
|
|
1431
|
+
"Split": "period=1h\u0026team={{team}}",
|
|
983
1432
|
"Outcomes": {
|
|
984
|
-
"
|
|
985
|
-
"draw": "Draw",
|
|
986
|
-
"home": "{{home}}"
|
|
1433
|
+
"dynamic.player_key": "{{player_key}}"
|
|
987
1434
|
}
|
|
988
1435
|
},
|
|
989
|
-
"american_football.
|
|
990
|
-
"Name": "{{team}}
|
|
1436
|
+
"american_football.team_props_touchdowns_last_player_to_score_in_quarter": {
|
|
1437
|
+
"Name": "Quarter {{quarter}} - {{team}} Last Player To Score Touchdown",
|
|
991
1438
|
"Variables": [
|
|
1439
|
+
"quarter",
|
|
992
1440
|
"team"
|
|
993
1441
|
],
|
|
994
|
-
"Split": "period=
|
|
1442
|
+
"Split": "period=q{{quarter}}\u0026team={{team}}",
|
|
995
1443
|
"Outcomes": {
|
|
996
|
-
"
|
|
997
|
-
"odd": "Odd"
|
|
1444
|
+
"dynamic.player_key": "{{player_key}}"
|
|
998
1445
|
}
|
|
999
1446
|
},
|
|
1000
|
-
"american_football.
|
|
1001
|
-
"Name": "
|
|
1447
|
+
"american_football.team_props_touchdowns_last_player_to_score_incl_ot": {
|
|
1448
|
+
"Name": "{{team}} Last Player To Score Touchdown",
|
|
1002
1449
|
"Variables": [
|
|
1003
1450
|
"team"
|
|
1004
1451
|
],
|
|
1005
|
-
"Split": "period=
|
|
1452
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
1006
1453
|
"Outcomes": {
|
|
1007
|
-
"
|
|
1008
|
-
"odd": "Odd"
|
|
1454
|
+
"dynamic.player_key": "{{player_key}}"
|
|
1009
1455
|
}
|
|
1010
1456
|
},
|
|
1011
1457
|
"american_football.team_total_period_first_half": {
|
|
@@ -2516,40 +2962,283 @@
|
|
|
2516
2962
|
"under": "Under {{total}}"
|
|
2517
2963
|
}
|
|
2518
2964
|
},
|
|
2519
|
-
"basketball.player_points": {
|
|
2520
|
-
"Name": "{{player}} (Points)",
|
|
2965
|
+
"basketball.player_points": {
|
|
2966
|
+
"Name": "{{player}} (Points)",
|
|
2967
|
+
"Variables": [
|
|
2968
|
+
"player",
|
|
2969
|
+
"total"
|
|
2970
|
+
],
|
|
2971
|
+
"Split": "player={{player}}",
|
|
2972
|
+
"Outcomes": {
|
|
2973
|
+
"over": "Over {{total}}",
|
|
2974
|
+
"under": "Under {{total}}"
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
"basketball.player_points_rebounds_assists": {
|
|
2978
|
+
"Name": "{{player}} (Pts+Rebs+Asts)",
|
|
2979
|
+
"Variables": [
|
|
2980
|
+
"player",
|
|
2981
|
+
"total"
|
|
2982
|
+
],
|
|
2983
|
+
"Split": "player={{player}}",
|
|
2984
|
+
"Outcomes": {
|
|
2985
|
+
"over": "Over {{total}}",
|
|
2986
|
+
"under": "Under {{total}}"
|
|
2987
|
+
}
|
|
2988
|
+
},
|
|
2989
|
+
"basketball.player_props_assists_player_ou_incl_ot": {
|
|
2990
|
+
"Name": "{{player_key}} Total Assists",
|
|
2991
|
+
"Variables": [
|
|
2992
|
+
"player_key",
|
|
2993
|
+
"total"
|
|
2994
|
+
],
|
|
2995
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2996
|
+
"Outcomes": {
|
|
2997
|
+
"over": "Over {{total}}",
|
|
2998
|
+
"under": "Under {{total}}"
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
"basketball.player_props_assists_player_over_eq_incl_ot": {
|
|
3002
|
+
"Name": "{{player_key}} Total Assists",
|
|
3003
|
+
"Variables": [
|
|
3004
|
+
"player_key"
|
|
3005
|
+
],
|
|
3006
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3007
|
+
"Outcomes": {
|
|
3008
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3009
|
+
}
|
|
3010
|
+
},
|
|
3011
|
+
"basketball.player_props_blocks_player_ou_incl_ot": {
|
|
3012
|
+
"Name": "{{player_key}} Total Blocks",
|
|
3013
|
+
"Variables": [
|
|
3014
|
+
"player_key",
|
|
3015
|
+
"total"
|
|
3016
|
+
],
|
|
3017
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3018
|
+
"Outcomes": {
|
|
3019
|
+
"over": "Over {{total}}",
|
|
3020
|
+
"under": "Under {{total}}"
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
"basketball.player_props_blocks_player_over_eq_incl_ot": {
|
|
3024
|
+
"Name": "{{player_key}} Total Blocks",
|
|
3025
|
+
"Variables": [
|
|
3026
|
+
"player_key"
|
|
3027
|
+
],
|
|
3028
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3029
|
+
"Outcomes": {
|
|
3030
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3031
|
+
}
|
|
3032
|
+
},
|
|
3033
|
+
"basketball.player_props_free_throws_player_ou_incl_ot": {
|
|
3034
|
+
"Name": "{{player_key}} Total Free Throws Made",
|
|
3035
|
+
"Variables": [
|
|
3036
|
+
"player_key",
|
|
3037
|
+
"total"
|
|
3038
|
+
],
|
|
3039
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3040
|
+
"Outcomes": {
|
|
3041
|
+
"over": "Over {{total}}",
|
|
3042
|
+
"under": "Under {{total}}"
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"basketball.player_props_free_throws_player_over_eq_incl_ot": {
|
|
3046
|
+
"Name": "{{player_key}} Total Free Throws Made",
|
|
3047
|
+
"Variables": [
|
|
3048
|
+
"player_key"
|
|
3049
|
+
],
|
|
3050
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3051
|
+
"Outcomes": {
|
|
3052
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3053
|
+
}
|
|
3054
|
+
},
|
|
3055
|
+
"basketball.player_props_player_ou_blocks_incl_ot": {
|
|
3056
|
+
"Name": "{{player_key}} total blocks (Incl. Overtime)",
|
|
3057
|
+
"Deprecated": true,
|
|
3058
|
+
"Variables": [
|
|
3059
|
+
"player_key",
|
|
3060
|
+
"total"
|
|
3061
|
+
],
|
|
3062
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3063
|
+
"Outcomes": {
|
|
3064
|
+
"over": "Over {{total}}",
|
|
3065
|
+
"under": "Under {{total}}"
|
|
3066
|
+
}
|
|
3067
|
+
},
|
|
3068
|
+
"basketball.player_props_points_and_assists_and_rebounds_player_ou_incl_ot": {
|
|
3069
|
+
"Name": "{{player_key}} Total Points + Assists + Rebounds",
|
|
3070
|
+
"Variables": [
|
|
3071
|
+
"player_key",
|
|
3072
|
+
"total"
|
|
3073
|
+
],
|
|
3074
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3075
|
+
"Outcomes": {
|
|
3076
|
+
"over": "Over {{total}}",
|
|
3077
|
+
"under": "Under {{total}}"
|
|
3078
|
+
}
|
|
3079
|
+
},
|
|
3080
|
+
"basketball.player_props_points_and_assists_and_rebounds_player_over_eq_incl_ot": {
|
|
3081
|
+
"Name": "{{player_key}} Total Points + Assists + Rebounds",
|
|
3082
|
+
"Variables": [
|
|
3083
|
+
"player_key"
|
|
3084
|
+
],
|
|
3085
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3086
|
+
"Outcomes": {
|
|
3087
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3088
|
+
}
|
|
3089
|
+
},
|
|
3090
|
+
"basketball.player_props_points_and_assists_player_ou_incl_ot": {
|
|
3091
|
+
"Name": "{{player_key}} Total Points + Assists",
|
|
3092
|
+
"Variables": [
|
|
3093
|
+
"player_key",
|
|
3094
|
+
"total"
|
|
3095
|
+
],
|
|
3096
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3097
|
+
"Outcomes": {
|
|
3098
|
+
"over": "Over {{total}}",
|
|
3099
|
+
"under": "Under {{total}}"
|
|
3100
|
+
}
|
|
3101
|
+
},
|
|
3102
|
+
"basketball.player_props_points_and_assists_player_over_eq_incl_ot": {
|
|
3103
|
+
"Name": "{{player_key}} Total Points + Assists",
|
|
3104
|
+
"Variables": [
|
|
3105
|
+
"player_key"
|
|
3106
|
+
],
|
|
3107
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3108
|
+
"Outcomes": {
|
|
3109
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3110
|
+
}
|
|
3111
|
+
},
|
|
3112
|
+
"basketball.player_props_points_and_rebounds_player_ou_incl_ot": {
|
|
3113
|
+
"Name": "{{player_key}} Total Points + Rebounds",
|
|
3114
|
+
"Variables": [
|
|
3115
|
+
"player_key",
|
|
3116
|
+
"total"
|
|
3117
|
+
],
|
|
3118
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3119
|
+
"Outcomes": {
|
|
3120
|
+
"over": "Over {{total}}",
|
|
3121
|
+
"under": "Under {{total}}"
|
|
3122
|
+
}
|
|
3123
|
+
},
|
|
3124
|
+
"basketball.player_props_points_and_rebounds_player_over_eq_incl_ot": {
|
|
3125
|
+
"Name": "{{player_key}} Total Points + Rebounds",
|
|
3126
|
+
"Variables": [
|
|
3127
|
+
"player_key"
|
|
3128
|
+
],
|
|
3129
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3130
|
+
"Outcomes": {
|
|
3131
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3132
|
+
}
|
|
3133
|
+
},
|
|
3134
|
+
"basketball.player_props_points_player_ou_incl_ot": {
|
|
3135
|
+
"Name": "{{player_key}} Total Points",
|
|
3136
|
+
"Variables": [
|
|
3137
|
+
"player_key",
|
|
3138
|
+
"total"
|
|
3139
|
+
],
|
|
3140
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3141
|
+
"Outcomes": {
|
|
3142
|
+
"over": "Over {{total}}",
|
|
3143
|
+
"under": "Under {{total}}"
|
|
3144
|
+
}
|
|
3145
|
+
},
|
|
3146
|
+
"basketball.player_props_points_player_over_eq_incl_ot": {
|
|
3147
|
+
"Name": "{{player_key}} Total Points",
|
|
3148
|
+
"Variables": [
|
|
3149
|
+
"player_key"
|
|
3150
|
+
],
|
|
3151
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3152
|
+
"Outcomes": {
|
|
3153
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3154
|
+
}
|
|
3155
|
+
},
|
|
3156
|
+
"basketball.player_props_rebounds_player_ou_incl_ot": {
|
|
3157
|
+
"Name": "{{player_key}} Total Rebounds",
|
|
3158
|
+
"Variables": [
|
|
3159
|
+
"player_key",
|
|
3160
|
+
"total"
|
|
3161
|
+
],
|
|
3162
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3163
|
+
"Outcomes": {
|
|
3164
|
+
"over": "Over {{total}}",
|
|
3165
|
+
"under": "Under {{total}}"
|
|
3166
|
+
}
|
|
3167
|
+
},
|
|
3168
|
+
"basketball.player_props_rebounds_player_over_eq_incl_ot": {
|
|
3169
|
+
"Name": "{{player_key}} Total Rebounds",
|
|
3170
|
+
"Variables": [
|
|
3171
|
+
"player_key"
|
|
3172
|
+
],
|
|
3173
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3174
|
+
"Outcomes": {
|
|
3175
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3176
|
+
}
|
|
3177
|
+
},
|
|
3178
|
+
"basketball.player_props_steals_player_ou_incl_ot": {
|
|
3179
|
+
"Name": "{{player_key}} Total Steals",
|
|
3180
|
+
"Variables": [
|
|
3181
|
+
"player_key",
|
|
3182
|
+
"total"
|
|
3183
|
+
],
|
|
3184
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3185
|
+
"Outcomes": {
|
|
3186
|
+
"over": "Over {{total}}",
|
|
3187
|
+
"under": "Under {{total}}"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3190
|
+
"basketball.player_props_steals_player_over_eq_incl_ot": {
|
|
3191
|
+
"Name": "{{player_key}} Total Steals",
|
|
3192
|
+
"Variables": [
|
|
3193
|
+
"player_key"
|
|
3194
|
+
],
|
|
3195
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3196
|
+
"Outcomes": {
|
|
3197
|
+
"dynamic.outcome": "{{outcome}}"
|
|
3198
|
+
}
|
|
3199
|
+
},
|
|
3200
|
+
"basketball.player_props_three_pointers_player_ou_incl_ot": {
|
|
3201
|
+
"Name": "{{player_key}} Total 3-Pointers Made",
|
|
3202
|
+
"Variables": [
|
|
3203
|
+
"player_key",
|
|
3204
|
+
"total"
|
|
3205
|
+
],
|
|
3206
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
3207
|
+
"Outcomes": {
|
|
3208
|
+
"over": "Over {{total}}",
|
|
3209
|
+
"under": "Under {{total}}"
|
|
3210
|
+
}
|
|
3211
|
+
},
|
|
3212
|
+
"basketball.player_props_three_pointers_player_over_eq_incl_ot": {
|
|
3213
|
+
"Name": "{{player_key}} Total 3-Pointers Made",
|
|
2521
3214
|
"Variables": [
|
|
2522
|
-
"
|
|
2523
|
-
"total"
|
|
3215
|
+
"player_key"
|
|
2524
3216
|
],
|
|
2525
|
-
"Split": "
|
|
3217
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2526
3218
|
"Outcomes": {
|
|
2527
|
-
"
|
|
2528
|
-
"under": "Under {{total}}"
|
|
3219
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2529
3220
|
}
|
|
2530
3221
|
},
|
|
2531
|
-
"basketball.
|
|
2532
|
-
"Name": "{{
|
|
3222
|
+
"basketball.player_props_two_pointers_player_ou_incl_ot": {
|
|
3223
|
+
"Name": "{{player_key}} Total 2-Pointers Made",
|
|
2533
3224
|
"Variables": [
|
|
2534
|
-
"
|
|
3225
|
+
"player_key",
|
|
2535
3226
|
"total"
|
|
2536
3227
|
],
|
|
2537
|
-
"Split": "
|
|
3228
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2538
3229
|
"Outcomes": {
|
|
2539
3230
|
"over": "Over {{total}}",
|
|
2540
3231
|
"under": "Under {{total}}"
|
|
2541
3232
|
}
|
|
2542
3233
|
},
|
|
2543
|
-
"basketball.
|
|
2544
|
-
"Name": "{{player_key}}
|
|
3234
|
+
"basketball.player_props_two_pointers_player_over_eq_incl_ot": {
|
|
3235
|
+
"Name": "{{player_key}} Total 2-Pointers Made",
|
|
2545
3236
|
"Variables": [
|
|
2546
|
-
"player_key"
|
|
2547
|
-
"total"
|
|
3237
|
+
"player_key"
|
|
2548
3238
|
],
|
|
2549
3239
|
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
2550
3240
|
"Outcomes": {
|
|
2551
|
-
"
|
|
2552
|
-
"under": "Under {{total}}"
|
|
3241
|
+
"dynamic.outcome": "{{outcome}}"
|
|
2553
3242
|
}
|
|
2554
3243
|
},
|
|
2555
3244
|
"basketball.player_rebounds": {
|
|
@@ -4226,6 +4915,8 @@
|
|
|
4226
4915
|
},
|
|
4227
4916
|
"cricket.runs_1x2_in_ft": {
|
|
4228
4917
|
"Name": "1x2 (Regular Time)",
|
|
4918
|
+
"Primary": true,
|
|
4919
|
+
"CashoutAvailable": true,
|
|
4229
4920
|
"Variables": [],
|
|
4230
4921
|
"Split": "period=ft",
|
|
4231
4922
|
"Outcomes": {
|
|
@@ -4236,6 +4927,8 @@
|
|
|
4236
4927
|
},
|
|
4237
4928
|
"cricket.runs_moneyline_in_ft": {
|
|
4238
4929
|
"Name": "Moneyline (Regular Time)",
|
|
4930
|
+
"Primary": true,
|
|
4931
|
+
"CashoutAvailable": true,
|
|
4239
4932
|
"Variables": [],
|
|
4240
4933
|
"Split": "period=ft",
|
|
4241
4934
|
"Outcomes": {
|
|
@@ -7696,203 +8389,440 @@
|
|
|
7696
8389
|
"dynamic.outcome": "{{outcome}}"
|
|
7697
8390
|
}
|
|
7698
8391
|
},
|
|
7699
|
-
"ice_hockey.freetext.v3": {
|
|
7700
|
-
"Name": "{{market_name_key}}",
|
|
8392
|
+
"ice_hockey.freetext.v3": {
|
|
8393
|
+
"Name": "{{market_name_key}}",
|
|
8394
|
+
"Variables": [
|
|
8395
|
+
"market_name_key"
|
|
8396
|
+
],
|
|
8397
|
+
"Split": "market_name_key={{market_name_key}}",
|
|
8398
|
+
"Outcomes": {
|
|
8399
|
+
"dynamic": ""
|
|
8400
|
+
}
|
|
8401
|
+
},
|
|
8402
|
+
"ice_hockey.goal_nr": {
|
|
8403
|
+
"Name": "Goal {{goal}}",
|
|
8404
|
+
"Variables": [
|
|
8405
|
+
"goal"
|
|
8406
|
+
],
|
|
8407
|
+
"Split": "period=ft",
|
|
8408
|
+
"Outcomes": {
|
|
8409
|
+
"away": "{{away}}",
|
|
8410
|
+
"home": "{{home}}",
|
|
8411
|
+
"none": "None"
|
|
8412
|
+
}
|
|
8413
|
+
},
|
|
8414
|
+
"ice_hockey.handicap": {
|
|
8415
|
+
"Name": "Handicap (Incl. Overtime and Penalties)",
|
|
8416
|
+
"Primary": true,
|
|
8417
|
+
"Variables": [
|
|
8418
|
+
"handicap"
|
|
8419
|
+
],
|
|
8420
|
+
"Split": "period=ot\u0026period=ft",
|
|
8421
|
+
"Outcomes": {
|
|
8422
|
+
"away": "{{away}} {{-handicap}}",
|
|
8423
|
+
"home": "{{home}} {{handicap}}"
|
|
8424
|
+
}
|
|
8425
|
+
},
|
|
8426
|
+
"ice_hockey.handicap_regular_time": {
|
|
8427
|
+
"Name": "Handicap (Excl. Overtime and Penalties)",
|
|
8428
|
+
"Variables": [
|
|
8429
|
+
"handicap"
|
|
8430
|
+
],
|
|
8431
|
+
"Split": "period=ft",
|
|
8432
|
+
"Outcomes": {
|
|
8433
|
+
"away": "{{away}} {{-handicap}}",
|
|
8434
|
+
"home": "{{home}} {{handicap}}"
|
|
8435
|
+
}
|
|
8436
|
+
},
|
|
8437
|
+
"ice_hockey.highest_scoring_period": {
|
|
8438
|
+
"Name": "Highest scoring period",
|
|
8439
|
+
"Variables": [],
|
|
8440
|
+
"Split": "period=p1\u0026period=p2\u0026period=p3",
|
|
8441
|
+
"Outcomes": {
|
|
8442
|
+
"1st_period": "1st period",
|
|
8443
|
+
"2nd_period": "2nd period",
|
|
8444
|
+
"3rd_period": "3rd period",
|
|
8445
|
+
"equal": "equal"
|
|
8446
|
+
}
|
|
8447
|
+
},
|
|
8448
|
+
"ice_hockey.last_goal": {
|
|
8449
|
+
"Name": "Last goal",
|
|
8450
|
+
"Variables": [],
|
|
8451
|
+
"Split": "period=ft",
|
|
8452
|
+
"Outcomes": {
|
|
8453
|
+
"away": "{{away}}",
|
|
8454
|
+
"home": "{{home}}",
|
|
8455
|
+
"none": "none"
|
|
8456
|
+
}
|
|
8457
|
+
},
|
|
8458
|
+
"ice_hockey.outright": {
|
|
8459
|
+
"Name": "{{market_name}}",
|
|
8460
|
+
"Variables": [
|
|
8461
|
+
"market_name"
|
|
8462
|
+
],
|
|
8463
|
+
"Split": "market_name={{market_name}}",
|
|
8464
|
+
"Outcomes": {
|
|
8465
|
+
"dynamic.outcome": "{{outcome}}"
|
|
8466
|
+
}
|
|
8467
|
+
},
|
|
8468
|
+
"ice_hockey.outright.v2": {
|
|
8469
|
+
"Name": "{{name}}",
|
|
8470
|
+
"Variables": [],
|
|
8471
|
+
"Split": "default",
|
|
8472
|
+
"Outcomes": {
|
|
8473
|
+
"dynamic.outcome": "{{outcome}}"
|
|
8474
|
+
}
|
|
8475
|
+
},
|
|
8476
|
+
"ice_hockey.outright.v3": {
|
|
8477
|
+
"Name": "",
|
|
8478
|
+
"Variables": [],
|
|
8479
|
+
"Split": "default",
|
|
8480
|
+
"Outcomes": {
|
|
8481
|
+
"dynamic": ""
|
|
8482
|
+
}
|
|
8483
|
+
},
|
|
8484
|
+
"ice_hockey.period_1x2": {
|
|
8485
|
+
"Name": "Period {{period}} - 1x2",
|
|
8486
|
+
"Variables": [
|
|
8487
|
+
"period"
|
|
8488
|
+
],
|
|
8489
|
+
"Split": "period=p{{period}}",
|
|
8490
|
+
"Outcomes": {
|
|
8491
|
+
"away": "{{away}}",
|
|
8492
|
+
"draw": "Draw",
|
|
8493
|
+
"home": "{{home}}"
|
|
8494
|
+
}
|
|
8495
|
+
},
|
|
8496
|
+
"ice_hockey.period_both_teams_to_score": {
|
|
8497
|
+
"Name": "Period {{period}} - both teams to score",
|
|
8498
|
+
"Variables": [
|
|
8499
|
+
"period"
|
|
8500
|
+
],
|
|
8501
|
+
"Split": "period=p{{period}}",
|
|
8502
|
+
"Outcomes": {
|
|
8503
|
+
"no": "No",
|
|
8504
|
+
"yes": "Yes"
|
|
8505
|
+
}
|
|
8506
|
+
},
|
|
8507
|
+
"ice_hockey.period_correct_score": {
|
|
8508
|
+
"Name": "Period {{period}} - correct score",
|
|
8509
|
+
"Variables": [
|
|
8510
|
+
"period"
|
|
8511
|
+
],
|
|
8512
|
+
"Split": "period=p{{period}}",
|
|
8513
|
+
"Outcomes": {
|
|
8514
|
+
"dynamic.other": "Other",
|
|
8515
|
+
"dynamic.score": "{{score}}"
|
|
8516
|
+
}
|
|
8517
|
+
},
|
|
8518
|
+
"ice_hockey.period_handicap": {
|
|
8519
|
+
"Name": "Period {{period}} - handicap",
|
|
8520
|
+
"Variables": [
|
|
8521
|
+
"handicap",
|
|
8522
|
+
"period"
|
|
8523
|
+
],
|
|
8524
|
+
"Split": "period=p{{period}}",
|
|
8525
|
+
"Outcomes": {
|
|
8526
|
+
"away": "{{away}} {{-handicap}}",
|
|
8527
|
+
"home": "{{home}} {{handicap}}"
|
|
8528
|
+
}
|
|
8529
|
+
},
|
|
8530
|
+
"ice_hockey.period_last_team_to_score": {
|
|
8531
|
+
"Name": "Period {{period}} - last team to score",
|
|
8532
|
+
"Variables": [
|
|
8533
|
+
"period"
|
|
8534
|
+
],
|
|
8535
|
+
"Split": "period=p{{period}}",
|
|
8536
|
+
"Outcomes": {
|
|
8537
|
+
"away": "{{away}}",
|
|
8538
|
+
"home": "{{home}}",
|
|
8539
|
+
"none": "None"
|
|
8540
|
+
}
|
|
8541
|
+
},
|
|
8542
|
+
"ice_hockey.period_team_total": {
|
|
8543
|
+
"Name": "Period {{period}} {{team}} Total",
|
|
8544
|
+
"Variables": [
|
|
8545
|
+
"team",
|
|
8546
|
+
"total",
|
|
8547
|
+
"period"
|
|
8548
|
+
],
|
|
8549
|
+
"Split": "period=p{{period}}\u0026team={{team}}",
|
|
8550
|
+
"Outcomes": {
|
|
8551
|
+
"over": "Over {{total}}",
|
|
8552
|
+
"under": "Under {{total}}"
|
|
8553
|
+
}
|
|
8554
|
+
},
|
|
8555
|
+
"ice_hockey.period_total": {
|
|
8556
|
+
"Name": "Period {{period}} - total",
|
|
8557
|
+
"Variables": [
|
|
8558
|
+
"total",
|
|
8559
|
+
"period"
|
|
8560
|
+
],
|
|
8561
|
+
"Split": "period=p{{period}}",
|
|
8562
|
+
"Outcomes": {
|
|
8563
|
+
"over": "Over {{total}}",
|
|
8564
|
+
"under": "Under {{total}}"
|
|
8565
|
+
}
|
|
8566
|
+
},
|
|
8567
|
+
"ice_hockey.period_which_team_to_score": {
|
|
8568
|
+
"Name": "Period {{period}} - which team to score",
|
|
8569
|
+
"Variables": [
|
|
8570
|
+
"period"
|
|
8571
|
+
],
|
|
8572
|
+
"Split": "period=p{{period}}",
|
|
8573
|
+
"Outcomes": {
|
|
8574
|
+
"both_teams": "Both Teams",
|
|
8575
|
+
"none": "None",
|
|
8576
|
+
"only_away": "Only {{away}}",
|
|
8577
|
+
"only_home": "Only {{home}}"
|
|
8578
|
+
}
|
|
8579
|
+
},
|
|
8580
|
+
"ice_hockey.period_winner": {
|
|
8581
|
+
"Name": "Period {{period}} - Winner",
|
|
8582
|
+
"Variables": [
|
|
8583
|
+
"period"
|
|
8584
|
+
],
|
|
8585
|
+
"Split": "period=p{{period}}",
|
|
8586
|
+
"Outcomes": {
|
|
8587
|
+
"away": "{{away}}",
|
|
8588
|
+
"home": "{{home}}"
|
|
8589
|
+
}
|
|
8590
|
+
},
|
|
8591
|
+
"ice_hockey.player_props_assists_player_ou_in_period": {
|
|
8592
|
+
"Name": "Period {{period}} - {{player_key}} Total Assists",
|
|
8593
|
+
"Variables": [
|
|
8594
|
+
"period",
|
|
8595
|
+
"player_key",
|
|
8596
|
+
"total"
|
|
8597
|
+
],
|
|
8598
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
8599
|
+
"Outcomes": {
|
|
8600
|
+
"over": "Over {{total}}",
|
|
8601
|
+
"under": "Under {{total}}"
|
|
8602
|
+
}
|
|
8603
|
+
},
|
|
8604
|
+
"ice_hockey.player_props_assists_player_ou_incl_ot": {
|
|
8605
|
+
"Name": "{{player_key}} Total Assists (Incl. Overtime)",
|
|
8606
|
+
"Variables": [
|
|
8607
|
+
"player_key",
|
|
8608
|
+
"total"
|
|
8609
|
+
],
|
|
8610
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
8611
|
+
"Outcomes": {
|
|
8612
|
+
"over": "Over {{total}}",
|
|
8613
|
+
"under": "Under {{total}}"
|
|
8614
|
+
}
|
|
8615
|
+
},
|
|
8616
|
+
"ice_hockey.player_props_assists_player_over_eq_in_period": {
|
|
8617
|
+
"Name": "Period {{period}} - {{player_key}} Total Assists",
|
|
8618
|
+
"Variables": [
|
|
8619
|
+
"period",
|
|
8620
|
+
"player_key"
|
|
8621
|
+
],
|
|
8622
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
8623
|
+
"Outcomes": {
|
|
8624
|
+
"dynamic.outcome": "{{outcome}}"
|
|
8625
|
+
}
|
|
8626
|
+
},
|
|
8627
|
+
"ice_hockey.player_props_assists_player_over_eq_incl_ot": {
|
|
8628
|
+
"Name": "{{player_key}} Total Assists (Incl. Overtime)",
|
|
7701
8629
|
"Variables": [
|
|
7702
|
-
"
|
|
8630
|
+
"player_key"
|
|
7703
8631
|
],
|
|
7704
|
-
"Split": "
|
|
8632
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7705
8633
|
"Outcomes": {
|
|
7706
|
-
"dynamic": ""
|
|
8634
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7707
8635
|
}
|
|
7708
8636
|
},
|
|
7709
|
-
"ice_hockey.
|
|
7710
|
-
"Name": "
|
|
8637
|
+
"ice_hockey.player_props_goals_first_player_to_score_in_period": {
|
|
8638
|
+
"Name": "Period {{period}} - First Goalscorer",
|
|
7711
8639
|
"Variables": [
|
|
7712
|
-
"
|
|
8640
|
+
"period"
|
|
7713
8641
|
],
|
|
7714
|
-
"Split": "period=
|
|
8642
|
+
"Split": "period=p{{period}}",
|
|
7715
8643
|
"Outcomes": {
|
|
7716
|
-
"
|
|
7717
|
-
"home": "{{home}}",
|
|
7718
|
-
"none": "None"
|
|
8644
|
+
"dynamic.player_key": "{{player_key}}"
|
|
7719
8645
|
}
|
|
7720
8646
|
},
|
|
7721
|
-
"ice_hockey.
|
|
7722
|
-
"Name": "
|
|
7723
|
-
"
|
|
7724
|
-
"
|
|
7725
|
-
"handicap"
|
|
7726
|
-
],
|
|
7727
|
-
"Split": "period=ot\u0026period=ft",
|
|
8647
|
+
"ice_hockey.player_props_goals_first_player_to_score_incl_ot": {
|
|
8648
|
+
"Name": "First Goalscorer (Incl. Overtime)",
|
|
8649
|
+
"Variables": [],
|
|
8650
|
+
"Split": "period=ot",
|
|
7728
8651
|
"Outcomes": {
|
|
7729
|
-
"
|
|
7730
|
-
"home": "{{home}} {{handicap}}"
|
|
8652
|
+
"dynamic.player_key": "{{player_key}}"
|
|
7731
8653
|
}
|
|
7732
8654
|
},
|
|
7733
|
-
"ice_hockey.
|
|
7734
|
-
"Name": "
|
|
8655
|
+
"ice_hockey.player_props_goals_last_player_to_score_in_period": {
|
|
8656
|
+
"Name": "Period {{period}} - Last Goalscorer",
|
|
7735
8657
|
"Variables": [
|
|
7736
|
-
"
|
|
8658
|
+
"period"
|
|
7737
8659
|
],
|
|
7738
|
-
"Split": "period=
|
|
8660
|
+
"Split": "period=p{{period}}",
|
|
7739
8661
|
"Outcomes": {
|
|
7740
|
-
"
|
|
7741
|
-
"home": "{{home}} {{handicap}}"
|
|
8662
|
+
"dynamic.player_key": "{{player_key}}"
|
|
7742
8663
|
}
|
|
7743
8664
|
},
|
|
7744
|
-
"ice_hockey.
|
|
7745
|
-
"Name": "
|
|
8665
|
+
"ice_hockey.player_props_goals_last_player_to_score_incl_ot": {
|
|
8666
|
+
"Name": "Last Goalscorer (Incl. Overtime)",
|
|
7746
8667
|
"Variables": [],
|
|
7747
|
-
"Split": "period=
|
|
8668
|
+
"Split": "period=ot",
|
|
7748
8669
|
"Outcomes": {
|
|
7749
|
-
"
|
|
7750
|
-
"2nd_period": "2nd period",
|
|
7751
|
-
"3rd_period": "3rd period",
|
|
7752
|
-
"equal": "equal"
|
|
8670
|
+
"dynamic.player_key": "{{player_key}}"
|
|
7753
8671
|
}
|
|
7754
8672
|
},
|
|
7755
|
-
"ice_hockey.
|
|
7756
|
-
"Name": "
|
|
7757
|
-
"Variables": [
|
|
7758
|
-
|
|
8673
|
+
"ice_hockey.player_props_goals_player_over_eq_in_period": {
|
|
8674
|
+
"Name": "Period {{period}} - {{player_key}} Total Goals",
|
|
8675
|
+
"Variables": [
|
|
8676
|
+
"period",
|
|
8677
|
+
"player_key"
|
|
8678
|
+
],
|
|
8679
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7759
8680
|
"Outcomes": {
|
|
7760
|
-
"
|
|
7761
|
-
"home": "{{home}}",
|
|
7762
|
-
"none": "none"
|
|
8681
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7763
8682
|
}
|
|
7764
8683
|
},
|
|
7765
|
-
"ice_hockey.
|
|
7766
|
-
"Name": "{{
|
|
8684
|
+
"ice_hockey.player_props_goals_player_over_eq_incl_ot": {
|
|
8685
|
+
"Name": "{{player_key}} Total Goals (Incl. Overtime)",
|
|
7767
8686
|
"Variables": [
|
|
7768
|
-
"
|
|
8687
|
+
"player_key"
|
|
7769
8688
|
],
|
|
7770
|
-
"Split": "
|
|
8689
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7771
8690
|
"Outcomes": {
|
|
7772
8691
|
"dynamic.outcome": "{{outcome}}"
|
|
7773
8692
|
}
|
|
7774
8693
|
},
|
|
7775
|
-
"ice_hockey.
|
|
7776
|
-
"Name": "{{
|
|
7777
|
-
"Variables": [
|
|
7778
|
-
|
|
8694
|
+
"ice_hockey.player_props_points_player_ou_in_period": {
|
|
8695
|
+
"Name": "Period {{period}} - {{player_key}} Total Points",
|
|
8696
|
+
"Variables": [
|
|
8697
|
+
"period",
|
|
8698
|
+
"player_key",
|
|
8699
|
+
"total"
|
|
8700
|
+
],
|
|
8701
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7779
8702
|
"Outcomes": {
|
|
7780
|
-
"
|
|
8703
|
+
"over": "Over {{total}}",
|
|
8704
|
+
"under": "Under {{total}}"
|
|
7781
8705
|
}
|
|
7782
8706
|
},
|
|
7783
|
-
"ice_hockey.
|
|
7784
|
-
"Name": "",
|
|
7785
|
-
"Variables": [
|
|
7786
|
-
|
|
8707
|
+
"ice_hockey.player_props_points_player_ou_incl_ot": {
|
|
8708
|
+
"Name": "{{player_key}} Total Points (Incl. Overtime)",
|
|
8709
|
+
"Variables": [
|
|
8710
|
+
"player_key",
|
|
8711
|
+
"total"
|
|
8712
|
+
],
|
|
8713
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7787
8714
|
"Outcomes": {
|
|
7788
|
-
"
|
|
8715
|
+
"over": "Over {{total}}",
|
|
8716
|
+
"under": "Under {{total}}"
|
|
7789
8717
|
}
|
|
7790
8718
|
},
|
|
7791
|
-
"ice_hockey.
|
|
7792
|
-
"Name": "Period {{period}} -
|
|
8719
|
+
"ice_hockey.player_props_points_player_over_eq_in_period": {
|
|
8720
|
+
"Name": "Period {{period}} - {{player_key}} Total Points",
|
|
7793
8721
|
"Variables": [
|
|
7794
|
-
"period"
|
|
8722
|
+
"period",
|
|
8723
|
+
"player_key"
|
|
7795
8724
|
],
|
|
7796
|
-
"Split": "period=p{{period}}",
|
|
8725
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7797
8726
|
"Outcomes": {
|
|
7798
|
-
"
|
|
7799
|
-
"draw": "Draw",
|
|
7800
|
-
"home": "{{home}}"
|
|
8727
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7801
8728
|
}
|
|
7802
8729
|
},
|
|
7803
|
-
"ice_hockey.
|
|
7804
|
-
"Name": "
|
|
8730
|
+
"ice_hockey.player_props_points_player_over_eq_incl_ot": {
|
|
8731
|
+
"Name": "{{player_key}} Total Points (Incl. Overtime)",
|
|
7805
8732
|
"Variables": [
|
|
7806
|
-
"
|
|
8733
|
+
"player_key"
|
|
7807
8734
|
],
|
|
7808
|
-
"Split": "period=
|
|
8735
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7809
8736
|
"Outcomes": {
|
|
7810
|
-
"
|
|
7811
|
-
"yes": "Yes"
|
|
8737
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7812
8738
|
}
|
|
7813
8739
|
},
|
|
7814
|
-
"ice_hockey.
|
|
7815
|
-
"Name": "Period {{period}} -
|
|
8740
|
+
"ice_hockey.player_props_power_play_assists_player_over_eq_in_period": {
|
|
8741
|
+
"Name": "Period {{period}} - {{player_key}} Total Powerplay Assists",
|
|
7816
8742
|
"Variables": [
|
|
7817
|
-
"period"
|
|
8743
|
+
"period",
|
|
8744
|
+
"player_key"
|
|
7818
8745
|
],
|
|
7819
|
-
"Split": "period=p{{period}}",
|
|
8746
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7820
8747
|
"Outcomes": {
|
|
7821
|
-
"dynamic.
|
|
7822
|
-
"dynamic.score": "{{score}}"
|
|
8748
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7823
8749
|
}
|
|
7824
8750
|
},
|
|
7825
|
-
"ice_hockey.
|
|
7826
|
-
"Name": "
|
|
8751
|
+
"ice_hockey.player_props_power_play_assists_player_over_eq_incl_ot": {
|
|
8752
|
+
"Name": "{{player_key}} Total Powerplay Assists (Incl. Overtime)",
|
|
7827
8753
|
"Variables": [
|
|
7828
|
-
"
|
|
7829
|
-
"period"
|
|
8754
|
+
"player_key"
|
|
7830
8755
|
],
|
|
7831
|
-
"Split": "period=
|
|
8756
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7832
8757
|
"Outcomes": {
|
|
7833
|
-
"
|
|
7834
|
-
"home": "{{home}} {{handicap}}"
|
|
8758
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7835
8759
|
}
|
|
7836
8760
|
},
|
|
7837
|
-
"ice_hockey.
|
|
7838
|
-
"Name": "Period {{period}} -
|
|
8761
|
+
"ice_hockey.player_props_power_play_points_player_over_eq_in_period": {
|
|
8762
|
+
"Name": "Period {{period}} - {{player_key}} Total Powerplay Points",
|
|
7839
8763
|
"Variables": [
|
|
7840
|
-
"period"
|
|
8764
|
+
"period",
|
|
8765
|
+
"player_key"
|
|
7841
8766
|
],
|
|
7842
|
-
"Split": "period=p{{period}}",
|
|
8767
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7843
8768
|
"Outcomes": {
|
|
7844
|
-
"
|
|
7845
|
-
"home": "{{home}}",
|
|
7846
|
-
"none": "None"
|
|
8769
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7847
8770
|
}
|
|
7848
8771
|
},
|
|
7849
|
-
"ice_hockey.
|
|
7850
|
-
"Name": "
|
|
8772
|
+
"ice_hockey.player_props_power_play_points_player_over_eq_incl_ot": {
|
|
8773
|
+
"Name": "{{player_key}} Total Powerplay Points (Incl. Overtime)",
|
|
7851
8774
|
"Variables": [
|
|
7852
|
-
"
|
|
7853
|
-
"total",
|
|
7854
|
-
"period"
|
|
8775
|
+
"player_key"
|
|
7855
8776
|
],
|
|
7856
|
-
"Split": "period=
|
|
8777
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
8778
|
+
"Outcomes": {
|
|
8779
|
+
"dynamic.outcome": "{{outcome}}"
|
|
8780
|
+
}
|
|
8781
|
+
},
|
|
8782
|
+
"ice_hockey.player_props_shots_on_target_player_ou_in_period": {
|
|
8783
|
+
"Name": "Period {{period}} - {{player_key}} Total Shots on Target",
|
|
8784
|
+
"Variables": [
|
|
8785
|
+
"period",
|
|
8786
|
+
"player_key",
|
|
8787
|
+
"total"
|
|
8788
|
+
],
|
|
8789
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7857
8790
|
"Outcomes": {
|
|
7858
8791
|
"over": "Over {{total}}",
|
|
7859
8792
|
"under": "Under {{total}}"
|
|
7860
8793
|
}
|
|
7861
8794
|
},
|
|
7862
|
-
"ice_hockey.
|
|
7863
|
-
"Name": "
|
|
8795
|
+
"ice_hockey.player_props_shots_on_target_player_ou_incl_ot": {
|
|
8796
|
+
"Name": "{{player_key}} Total Shots on Target (Incl. Overtime)",
|
|
7864
8797
|
"Variables": [
|
|
7865
|
-
"
|
|
7866
|
-
"
|
|
8798
|
+
"player_key",
|
|
8799
|
+
"total"
|
|
7867
8800
|
],
|
|
7868
|
-
"Split": "period=
|
|
8801
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7869
8802
|
"Outcomes": {
|
|
7870
8803
|
"over": "Over {{total}}",
|
|
7871
8804
|
"under": "Under {{total}}"
|
|
7872
8805
|
}
|
|
7873
8806
|
},
|
|
7874
|
-
"ice_hockey.
|
|
7875
|
-
"Name": "Period {{period}} -
|
|
8807
|
+
"ice_hockey.player_props_shots_on_target_player_over_eq_in_period": {
|
|
8808
|
+
"Name": "Period {{period}} - {{player_key}} Total Shots on Target",
|
|
7876
8809
|
"Variables": [
|
|
7877
|
-
"period"
|
|
8810
|
+
"period",
|
|
8811
|
+
"player_key"
|
|
7878
8812
|
],
|
|
7879
|
-
"Split": "period=p{{period}}",
|
|
8813
|
+
"Split": "period=p{{period}}\u0026player_key={{player_key}}",
|
|
7880
8814
|
"Outcomes": {
|
|
7881
|
-
"
|
|
7882
|
-
"none": "None",
|
|
7883
|
-
"only_away": "Only {{away}}",
|
|
7884
|
-
"only_home": "Only {{home}}"
|
|
8815
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7885
8816
|
}
|
|
7886
8817
|
},
|
|
7887
|
-
"ice_hockey.
|
|
7888
|
-
"Name": "
|
|
8818
|
+
"ice_hockey.player_props_shots_on_target_player_over_eq_incl_ot": {
|
|
8819
|
+
"Name": "{{player_key}} Total Shots on Target (Incl. Overtime)",
|
|
7889
8820
|
"Variables": [
|
|
7890
|
-
"
|
|
8821
|
+
"player_key"
|
|
7891
8822
|
],
|
|
7892
|
-
"Split": "period=
|
|
8823
|
+
"Split": "period=ot\u0026player_key={{player_key}}",
|
|
7893
8824
|
"Outcomes": {
|
|
7894
|
-
"
|
|
7895
|
-
"home": "{{home}}"
|
|
8825
|
+
"dynamic.outcome": "{{outcome}}"
|
|
7896
8826
|
}
|
|
7897
8827
|
},
|
|
7898
8828
|
"ice_hockey.team_clean_sheet": {
|
|
@@ -7917,6 +8847,48 @@
|
|
|
7917
8847
|
"dynamic.outcome": "{{outcome}}"
|
|
7918
8848
|
}
|
|
7919
8849
|
},
|
|
8850
|
+
"ice_hockey.team_props_goals_first_player_to_score_in_period": {
|
|
8851
|
+
"Name": "Period {{period}} - {{team}} First Goalscorer",
|
|
8852
|
+
"Variables": [
|
|
8853
|
+
"period",
|
|
8854
|
+
"team"
|
|
8855
|
+
],
|
|
8856
|
+
"Split": "period=p{{period}}\u0026team={{team}}",
|
|
8857
|
+
"Outcomes": {
|
|
8858
|
+
"dynamic.player_key": "{{player_key}}"
|
|
8859
|
+
}
|
|
8860
|
+
},
|
|
8861
|
+
"ice_hockey.team_props_goals_first_player_to_score_incl_ot": {
|
|
8862
|
+
"Name": "{{team}} First Goalscorer (Incl. Overtime)",
|
|
8863
|
+
"Variables": [
|
|
8864
|
+
"team"
|
|
8865
|
+
],
|
|
8866
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
8867
|
+
"Outcomes": {
|
|
8868
|
+
"dynamic.player_key": "{{player_key}}"
|
|
8869
|
+
}
|
|
8870
|
+
},
|
|
8871
|
+
"ice_hockey.team_props_goals_last_player_to_score_in_period": {
|
|
8872
|
+
"Name": "Period {{period}} - {{team}} Last Goalscorer",
|
|
8873
|
+
"Variables": [
|
|
8874
|
+
"period",
|
|
8875
|
+
"team"
|
|
8876
|
+
],
|
|
8877
|
+
"Split": "period=p{{period}}\u0026team={{team}}",
|
|
8878
|
+
"Outcomes": {
|
|
8879
|
+
"dynamic.player_key": "{{player_key}}"
|
|
8880
|
+
}
|
|
8881
|
+
},
|
|
8882
|
+
"ice_hockey.team_props_goals_last_player_to_score_incl_ot": {
|
|
8883
|
+
"Name": "{{team}} Last Goalscorer (Incl. Overtime)",
|
|
8884
|
+
"Variables": [
|
|
8885
|
+
"team"
|
|
8886
|
+
],
|
|
8887
|
+
"Split": "period=ot\u0026team={{team}}",
|
|
8888
|
+
"Outcomes": {
|
|
8889
|
+
"dynamic.player_key": "{{player_key}}"
|
|
8890
|
+
}
|
|
8891
|
+
},
|
|
7920
8892
|
"ice_hockey.team_to_score_in_all_periods": {
|
|
7921
8893
|
"Name": "{{team}} to score in all periods",
|
|
7922
8894
|
"Variables": [
|
|
@@ -10382,6 +11354,16 @@
|
|
|
10382
11354
|
"dynamic.player_key": "{{player_key}}"
|
|
10383
11355
|
}
|
|
10384
11356
|
},
|
|
11357
|
+
"soccer.player_props_fouls_player_over_eq_in_ft": {
|
|
11358
|
+
"Name": "{{player_key}} Total Fouls",
|
|
11359
|
+
"Variables": [
|
|
11360
|
+
"player_key"
|
|
11361
|
+
],
|
|
11362
|
+
"Split": "period=ft\u0026player_key={{player_key}}",
|
|
11363
|
+
"Outcomes": {
|
|
11364
|
+
"dynamic.outcome": "\"{{outcome}}\""
|
|
11365
|
+
}
|
|
11366
|
+
},
|
|
10385
11367
|
"soccer.player_props_goals_first_player_to_score_in_1h": {
|
|
10386
11368
|
"Name": "1st Half - First Goalscorer",
|
|
10387
11369
|
"Variables": [],
|
|
@@ -10622,6 +11604,46 @@
|
|
|
10622
11604
|
"dynamic.player_key": "{{player_key}}"
|
|
10623
11605
|
}
|
|
10624
11606
|
},
|
|
11607
|
+
"soccer.player_props_saves_player_over_eq_in_ft": {
|
|
11608
|
+
"Name": "{{player_key}} Total Saves",
|
|
11609
|
+
"Variables": [
|
|
11610
|
+
"player_key"
|
|
11611
|
+
],
|
|
11612
|
+
"Split": "period=ft\u0026player_key={{player_key}}",
|
|
11613
|
+
"Outcomes": {
|
|
11614
|
+
"dynamic.outcome": "{{outcome}}"
|
|
11615
|
+
}
|
|
11616
|
+
},
|
|
11617
|
+
"soccer.player_props_shots_on_target_player_over_eq_in_ft": {
|
|
11618
|
+
"Name": "{{player_key}} Total Shots on Target",
|
|
11619
|
+
"Variables": [
|
|
11620
|
+
"player_key"
|
|
11621
|
+
],
|
|
11622
|
+
"Split": "period=ft\u0026player_key={{player_key}}",
|
|
11623
|
+
"Outcomes": {
|
|
11624
|
+
"dynamic.outcome": "{{outcome}}"
|
|
11625
|
+
}
|
|
11626
|
+
},
|
|
11627
|
+
"soccer.player_props_shots_player_over_eq_in_ft": {
|
|
11628
|
+
"Name": "{{player_key}} Total Shots",
|
|
11629
|
+
"Variables": [
|
|
11630
|
+
"player_key"
|
|
11631
|
+
],
|
|
11632
|
+
"Split": "period=ft\u0026player_key={{player_key}}",
|
|
11633
|
+
"Outcomes": {
|
|
11634
|
+
"dynamic.outcome": "{{outcome}}"
|
|
11635
|
+
}
|
|
11636
|
+
},
|
|
11637
|
+
"soccer.player_props_tackles_player_over_eq_in_ft": {
|
|
11638
|
+
"Name": "{{player_key}} Total Tackles",
|
|
11639
|
+
"Variables": [
|
|
11640
|
+
"player_key"
|
|
11641
|
+
],
|
|
11642
|
+
"Split": "period=ft\u0026player_key={{player_key}}",
|
|
11643
|
+
"Outcomes": {
|
|
11644
|
+
"dynamic.outcome": "{{outcome}}"
|
|
11645
|
+
}
|
|
11646
|
+
},
|
|
10625
11647
|
"soccer.player_shots_on_goal_period_ot": {
|
|
10626
11648
|
"Name": "{{player}} Shots on Goal",
|
|
10627
11649
|
"Variables": [
|