You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| TeamAbbreviation | Shortened Team Name/Identifier. |
85
+
| PointSpread | The point spread that should be applied to that team's final score.<br />ex: A value of `-5` would mean that team needs to win by more than 5 points.<br />ex: A value of `+10` would mean that team needs to lose by less than 10 points. |
86
+
| Vigorish | aka: Juice, Vig, Cut, Take.<br />The amount of money to risk/lay for a $100 bet.<br />ex: A value of `-110` means a better would need to lay $110 to win $100. |
87
+
88
+
<br />
89
+
90
+
**MoneyLine**: "`[TeamAbbreviation] [MoneyLine]`"
91
+
92
+
| Value Part | Description |
93
+
| --- | --- |
94
+
| TeamAbbreviation | Shortened Team Name/Identifier. |
95
+
| MoneyLine | The amount of money to risk/lay for a $100 bet.<br />ex: A value of `-500` means a better would need to lay $500 to win $100.<br />ex: A value of `+360` means a better would need to lay $100 to win $360.<br />note: Unlike a Point Spread bet, the team needs to win outright. |
| TotalPoints | A value that represents the estimated combined final scores of both teams. The total points scored during the Event. This is the value the better is betting against, will the combined final score be over or under this value. |
104
+
| OverLine | The amount of money to risk/lay for a $100 bet if the better believes the total points scored will be over/more than the TotalPoints value.<br />ex: A value of `-110` means a better would need to lay $110 to win $100. |
105
+
| UnderLine | The amount of money to risk/lay for a $100 bet if the better believes the total points scored will be under/less than the TotalPoints value.<br />ex: A value of `-110` means a better would need to lay $110 to win $100. |
106
+
107
+
108
+
<br />
109
+
110
+
# Data Source
111
+
63
112
The Odds Sources that are currently available within each file/for each event:
64
113
- Caesar's
65
114
- Unibet
66
115
- Westgate
67
116
- William Hill
68
117
- Wynn
69
118
119
+
Note: there is no guarantee of accuracy at this time.
70
120
71
-
Note: there is no guarantee of accuracy at this time
72
121
122
+
# Roadmap
123
+
124
+
Short roadmap of future enhancements:
125
+
- Include 'open' values
126
+
- Include 'last change date' values and previous value
127
+
- Include local event time in addition to UTC time
128
+
- Include complete history of lines for a single event
129
+
130
+
# Questions/Comments
73
131
74
132
Please feel free to open issues with any questions you may have.
0 commit comments