[ODDS Website] How to make an automated database?

Cryptology

Junior Member
Joined
May 31, 2018
Messages
190
Reaction score
92
Hi everyone!

I'd like to know how this database on this website is done: http://www.zulubet.com/
Is there a way to reverse engineer and see from where it is extracted?

I'd like to make a similar automatic odds website but with another topic.

Any help is welcome,
Thanks in advance!
 
Can't seem to find what API calls the site is making... all I see in Network tab is a bunch of trackers (Google Analytics etc.)

I must've missed something....

Anyhow, here's one way to make a site just like that:
- Use a JS framwork like Vue, React or similar
- Use fetch (or similar), to do API calls
- Populate the results into a table
- Make it use SSR to get indexed by search engines

If you have experience in promoting such sites, I'm more than happy to do a JV with you, I make the site - you do the promotion :)
 
Thanks a lot for your reply!

Unfortunately I don't have that much experience in programming (only know HTML/CSS and good knowledge with Wordpress).
About promoting the project, it would be my first journey so I'd be experiencing/testing around with some SEO/social medias tricks and techniques.

For the moment I'm still thinking about my original idea, but I'll keep your JV offer in mind. What experience do you have?
 
Thanks a lot for your reply!

Unfortunately I don't have that much experience in programming (only know HTML/CSS and good knowledge with Wordpress).
About promoting the project, it would be my first journey so I'd be experiencing/testing around with some SEO/social medias tricks and techniques.

For the moment I'm still thinking about my original idea, but I'll keep your JV offer in mind. What experience do you have?
I have experience in building exactly what I explained :) If you're not experienced in promoting though, the JV won't be beneficial for me.
 
I used to own/run a bookie software and there are line providers out there... but they can be expensive. You can also find odds that are 15 minutes delayed for less. Google "live lines" provider.
 
I didn't know about these providers, thank you for the tip!
I highly doubt this one from Zulubet actually uses an API though. It looks like it's made "manually"...
 
I didn't know about these providers, thank you for the tip!
I highly doubt this one from Zulubet actually uses an API though. It looks like it's made "manually"...
There are API's with predictions integrated, so it might as well be an API-based site.
 
Code:
https://www.octoscore.com/

You can also do your own predictions, but you need a LOT of data. Exactly all data for all games, including injuries and etc. I tried to do something like this for tennis, the database was a few Gb, including timestamp between each ball played, but I gave up as is too complicated to build without a LOT of testing, updates and machine learning to predict the matches.
 
Thanks a lot for your answers guys!
 
Back
Top