Member-only story

Create Your Own Positive Expected Value Odds Scraper using Python — Part 9 — DB Tables

The Scraper Guy
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

--

--

The Scraper Guy
The Scraper Guy

Written by The Scraper Guy

Teaching You How to Scrape Using Python LinkTree - https://linktr.ee/scrapingguy

No responses yet