@hackage bet0.1.2.3
Betfair API bindings. Bet on sports on betting exchanges.
Categories
License
MIT
Maintainer
mikjuo@gmail.com
Links
Versions
Installation
Dependencies (16)
- HsOpenSSL >=0.11 && <1.0
- aeson >=0.8.0.2 && <1.0
- base >=4.7 && <5.0
- bifunctors >=4.2 && <5.0
- binary >=0.7.1 && <1.0
- bytestring >=0.10 && <1.0 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
toys
(off by default)
Build toys; to test if things work
This library contains Haskell bindings to the Betfair API.
https://developer.betfair.com/default/api-s-and-services/sports-api/sports-overview/
At the moment, the 'Betting API' and 'Heartbeat API' is implemented. The 'Accounts API' is not.
See "Network.Betfair".
CAUTION: These are experimental bindings. Because of the financially dangerous nature of betting, I advice you to have a contingency plan if something in the library breaks down.
In particular, check the Betfair API documentation page for which version it is at the moment. This library is written against version 2.0 exactly.
This library enforces limits on the number of calls you can do to Betfair API in a second, to help you avoid data charges. See "Network.Betfair.Unsafe".