Sports betting exchange Betfair provides an API that allows you to:
- read market information and prices
- place / update / cancel bets
- manage your account
and more. Greentop is a C++ client for this API.
The API is documented at https://developer.betfair.com/.
Greentop is released under the MIT license. See the LICENSE file for the full text.
./configure --prefix=/usr
make
make install
See the "examples" directory.
colindoig [at] gmail [dot] com
-- Colin Doig