Member-only story
Create Your Own Positive Expected Value Odds Scraper using Python — Part 9 — DB Tables
Sep 28, 2024
Going through our DB tables today
First Table is called PositiveEVBets with the following columns and types
id — int8
fixture-text
selection-text
marketName-text
odds — text
averageOddsSites — text
site — text
timeScraped — text
We then have 4 database tables all with the same columns called SoTBet365, SoTPP, SoTUniBet, SoTWillHill
id — int8
fixture — text
playerName-text
selection-text
odds-text
timeScraped-text