NBA Betting Data | October 2007 To June 2024
Scores, point spreads, totals, and other odds from all NBA games.
@kaggle.cviaxmiwnptr_nba_betting_data_october_2007_to_june_2024
Scores, point spreads, totals, and other odds from all NBA games.
@kaggle.cviaxmiwnptr_nba_betting_data_october_2007_to_june_2024
CREATE TABLE nba_2008_2024 (
"season" BIGINT,
"date" TIMESTAMP,
"regular" BOOLEAN,
"playoffs" BOOLEAN,
"away" VARCHAR,
"home" VARCHAR,
"score_away" BIGINT,
"score_home" BIGINT,
"q1_away" BIGINT,
"q2_away" BIGINT,
"q3_away" BIGINT,
"q4_away" BIGINT,
"ot_away" BIGINT,
"q1_home" BIGINT,
"q2_home" BIGINT,
"q3_home" BIGINT,
"q4_home" BIGINT,
"ot_home" BIGINT,
"whos_favored" VARCHAR,
"spread" DOUBLE,
"total" DOUBLE,
"moneyline_away" DOUBLE,
"moneyline_home" DOUBLE,
"h2_spread" DOUBLE,
"h2_total" DOUBLE,
"id_spread" DOUBLE,
"id_total" DOUBLE
);
Anyone who has the link will be able to view this.