Hello all,
I’m trying to add sports odds to a site using The Odds API. Initially I intended to use Python, however it seemed like extra hoops to jump thru getting Python to work with WordPress, so I’ve settled on using PHP since I can easily edit and embed it all from the WordPress editor.
Does this sound like a reasonable way to pull info from the API? I simply need to call the API and pull the current stats for a handful of sports/ teams/ sports books, and process them into a chart. I’m relatively new to web design and very green with WordPress, so any advice is appreciated.
Thanks!
[ad_2]
I’m against sport gambling in general but sounds like a fun project. I’m betting the major sports bettors have some free API somewhere. Also switching from python to php shouldn’t be a hassle, look for an API wrapper class.