marcoblume / pinnacle.API

R Wrapper for the Pinnacle API
40 stars 13 forks source link

Adds wrappers for querying special lines and placing special bets #22

Closed atheriel closed 6 years ago

atheriel commented 6 years ago

This PR adds wrappers around the Get Special Line and Place Special Bets endpoints, which should enable users to place special bets through the API.

Both wrappers contain some handling of the idiosyncrasies of these endpoints, although they do not stray too far from what is returned by the API itself.