BetTune API update: prediction stakes and bet history
Following user requests, we have added two features to BetTune API for working with your own models and reports.
When saving a prediction, you can now send amount, a stake for that specific match. For example, your filter may use 10 by default while a selected prediction uses 25. If you do not need a custom stake, an empty value or null uses the filter’s default.
We also added GET /bets to retrieve your bets with odds, stakes, statuses and profit. The newest bets come first, with up to 100 per page. This makes it easier to bring results into your own analytics.
All other filter conditions still apply: saving a prediction does not place an immediate bet. API access still requires an active PRO subscription.
Parameters and examples are in the BetTune API documentation. Thanks for your feedback — it helps us choose what to improve next.