pizzatipz/sportybet-instantvirtual — reverse-engineered prompt
Reverse engineered prompt
Build me a Python research tool that studies SportyBet Instant Virtual Soccer results and odds, especially the HT/FT Away/Home jackpot market, to check whether there’s any real betting edge or whether the odds are already priced correctly.
It should collect match and odds data with browser automation, save everything locally in SQLite, and provide scripts to analyze thousands of matches statistically. I want it to test common ideas like certain odds ranges being profitable, categories having different hit rates, whether 100x odds are traps, and whether jackpot results look random over time.
Please include a simple command line way to run the bot, check status, verify the data, and generate clear reports with ROI, p values, sample sizes, and plain English conclusions. Also include a small JSON status API so I can monitor it while it runs on a server.
Keep it research focused, don’t place bets automatically. Add setup instructions, an env example for login details, and document the final conclusion clearly.
Want more depth? Deep Reverse