As well as sample code developed by Betfair, this page allows you to find sample code or documentation prepared by members of the Developer Program community. If you would like to contribute to this space, please contact bdp@betfair.com.
All Betfair developed sample code follows a typical work flow:
- Find the next UK Horse Racing Win market
- Get prices for the market
- Place a bet on the market
- Handle the error returned by the API when the bet fails as it is below the minimum stake size.
Please Note: In order to aide ease of understanding, the basic Betfair samples are not intended to show certain best practices for speed and throughput. Well designed applications should follow the best practices for client design of the application/language platform and should optimise on an HTTP request level with features such as requesting gzip'd responses and http connection keep alives.
The following samples are currently available:
Please note that community supported samples or client libraries are not guaranteed by or supported by Betfair.
Client Libraries & Sample Applications
Language | Available From | Description | Developed By |
---|---|---|---|
Objective-C | https://github.com/betfair/aping-ios-sdk | iOS SDK library for Objective-C | Betfair |
Excel/VBA | https://github.com/betfair/API-NG-Excel-Toolkit | Excel Sample Spreadsheet Application | Robin Barrett |
Javascript | https://github.com/AlgoTrader/betfair | API-NG Client Library for Node.js | Community member - Algotrader |
PHP | https://github.com/danieledangeli/betfair-php | API-NG Client Library for PHP | Community member - daniele8805 |
Python | https://github.com/jmcarp/betfair.py | Python wrapper for API-NG | Community member - jmcarp |