SmartStake commited on
Commit
049dd4c
·
verified ·
1 Parent(s): b7b1c40

Add files using upload-large-folder tool

Browse files
README.md ADDED
@@ -0,0 +1,92 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: SmartStake MLB Player Prop Odds and Results (2026)
6
+ tags:
7
+ - sports-betting
8
+ - sports-analytics
9
+ - mlb
10
+ - baseball
11
+ - odds
12
+ - player-props
13
+ size_categories:
14
+ - 100M<n<1B
15
+ task_categories:
16
+ - time-series-forecasting
17
+ - tabular-classification
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: "mon=*/*.parquet"
23
+ ---
24
+
25
+ # SmartStake MLB Player Prop Odds and Results (2026)
26
+
27
+ Minute-by-minute MLB player prop odds from ~75 sportsbooks and exchanges over the
28
+ 2026 season, with the graded outcome of each prop attached. Every row is one
29
+ book's price for one selection at one minute. This is the raw material behind
30
+ the study ["Sharpest Sportsbooks for MLB Player Props"](https://smartstake.app/learn/sharpest-sportsbooks-mlb-player-props).
31
+
32
+ ## Coverage
33
+
34
+ - **Odds:** late March 2026 through early July 2026.
35
+ - **Graded outcomes:** March through June (games that had settled at export time).
36
+ July rows carry odds but `result` and `won` are null.
37
+ - **Markets:** total bases, hits, RBIs, home runs, strikeouts, batting walks.
38
+ - **Books:** ~75 sportsbooks, exchanges, and prediction markets (Kalshi, ProphetX,
39
+ Novig, Pinnacle, DraftKings, FanDuel, Fanatics, and more).
40
+
41
+ ## Schema
42
+
43
+ | column | type | description |
44
+ |---|---|---|
45
+ | `game_id` | string | Stable game identity. Fragmented source keys were collapsed to one id per game (see below). |
46
+ | `start_time` | timestamp | Scheduled first pitch (UTC). Subtract `ts` for time-to-first-pitch. |
47
+ | `player` | string | Player name. |
48
+ | `market` | string | Prop market (e.g. `player total bases`). |
49
+ | `line` | double | The over/under number for this selection. |
50
+ | `side` | string | `over` or `under`. |
51
+ | `book` | string | Sportsbook / exchange. |
52
+ | `ts` | timestamp | Minute the quote was live (UTC). One row per changed minute. |
53
+ | `odds` | double | Decimal odds. |
54
+ | `result` | double | The player's actual stat for that market. Null if the game had not settled or the player was inactive. |
55
+ | `won` | boolean | Whether this side won. Null for a push (`result == line`) or an ungraded/void selection. |
56
+
57
+ ## The match-key de-drift
58
+
59
+ Games in the raw feed sometimes fragment across several identity keys when a
60
+ scheduled start time shifts. Those fragments were mapped to a single `game_id`
61
+ via a crosswalk, and duplicate `(game_id, player, market, line, side, book, minute)`
62
+ rows were collapsed to the latest quote. So one game counts as one game, not
63
+ several. Grade and group on `game_id`.
64
+
65
+ ## Loading
66
+
67
+ ```python
68
+ from datasets import load_dataset
69
+ ds = load_dataset("SmartStake/mlb-player-props", split="train")
70
+ ```
71
+
72
+ ```python
73
+ import pandas as pd
74
+ df = pd.read_parquet("hf://datasets/SmartStake/mlb-player-props/mon=2026-05")
75
+ ```
76
+
77
+ ```sql
78
+ -- DuckDB, straight from the hub
79
+ SELECT book, count(*) FROM 'hf://datasets/SmartStake/mlb-player-props/**/*.parquet' GROUP BY 1;
80
+ ```
81
+
82
+ ## Provenance, license, and responsible use
83
+
84
+ Odds were collected from public sportsbook and exchange feeds; outcomes are from
85
+ official box scores. Released under CC BY 4.0 for research and educational use.
86
+ This dataset is informational and historical: past prices and results do not
87
+ predict future outcomes, and betting carries risk of loss. Not affiliated with
88
+ any sportsbook. 21+.
89
+
90
+ ## Citation
91
+
92
+ > SmartStake (2026). SmartStake MLB Player Prop Odds and Results (2026). Hugging Face.
mon=2026-03/part-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1058237807fbd39306a3b5091460cf4c02e63948e457e3c0a2a3b1aa4e0fba3
3
+ size 40343480
mon=2026-04/part-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3eb5e15fa0309ea5b1e698daf40d32d9f6376b0600eb60a07451a12668ceebd
3
+ size 53308017
mon=2026-04/part-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af9938e78c3bf9ee5cda96cd646da7671e547bfbf1763f3c14c8ef53bdd97aad
3
+ size 54514604
mon=2026-04/part-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab964eb77b573a3f1552ae89b0e9447fd9bb8b342370d2578f51c3ebabfa2b4
3
+ size 46783226
mon=2026-04/part-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e96441885d057603d4b88ede94e676a3d4cbe56e720b370a3d094e59327f4b92
3
+ size 45247345
mon=2026-04/part-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69b645f171c5824ae8f2f5cc6a24b652a7436d7d6a805b0b0b70310080c33188
3
+ size 56659478
mon=2026-05/part-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89ae9088c8e9b4c5c836dea3c7b974bb88c09b88448d69273f2aa28dcbaaa24f
3
+ size 52945178
mon=2026-05/part-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f501494c33f392d741a249a9b2343a9541fd2670ecd9856612d92586ab5c8dce
3
+ size 50127170
mon=2026-05/part-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e30429626ff7a67de411747e1aa71a1831ed2f6b00cebdf187a339d6fdc4cdd1
3
+ size 46574006
mon=2026-05/part-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf3d3e6d53bff65265e81463cb9d5d57a27017d691ded4fe285bdc3896dd8dd1
3
+ size 49309484
mon=2026-05/part-004.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e977f189be9d0e3c1cc080db71fb21d259d2f67376d864302ef7c8aef33a5bf
3
+ size 55740747
mon=2026-05/part-005.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b125153f7fa69bdcabd454d7160dc1df0fcd8f239aabc76e9160c081e41949
3
+ size 51039116
mon=2026-05/part-006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4e6015c7eb73b6e55120d5d3ed4ed99743ca217b4d81b72c5503c09b7dcf016
3
+ size 45188610
mon=2026-06/part-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:616dccd4e06c3138942236eed2531ade8db7d13c93f5f6babca504be40aba7d6
3
+ size 54796614
mon=2026-06/part-001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc9c09351caf0976bbc46990713a8c37c62ed14a42fdea71202fb9ada827bb74
3
+ size 48956363
mon=2026-06/part-002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b5db24a71e7a237f2f76bab0bbb619602b0693cac801766b13e2ac90562c37c
3
+ size 48039193
mon=2026-06/part-003.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9e1138e9b4776fbe635b4bde94fa6bf01ea09e3a35f553fa706b2e3d545ebd1
3
+ size 50073582
mon=2026-07/part-000.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8c28cbd0f4cc37597772dfff99d9cbd0a59a6fa2e6fd1cfef49c399ed6d0ada
3
+ size 51765307