BetTune now has an API for your models and predictions
We recently introduced your own predictions in BetTune. The next step is BetTune API: you no longer need to enter every prediction manually. Your application can send selected matches and minimum odds directly to a filter.
From your model to a BetTune prediction
Suppose your model selects football matches each morning and calculates minimum acceptable odds. Through the API, your application retrieves BetTune matches for the relevant date, matches up the events and saves predictions in your Prediction-based filter.
If your assessment changes, update the minimum odds. If a match no longer qualifies, delete its prediction.
Saving a prediction does not place a bet immediately. BetTune checks current odds, time windows and the other filter conditions. Stakes and execution rules remain in Bet Settings.
Available at launch
The API lets you retrieve available sports and matches by date, list your Prediction-based filters, search saved predictions, and create, update or delete them. Football is the sport available at launch.
First create a Prediction-based filter, choose Bet Type and configure Bet Settings. You can then connect your application to that prepared filter.
Getting your token
API access requires an active PRO subscription. Open BetTune → Settings and create an API token. Use it as a Bearer token in requests and keep it on your server. Regenerating it invalidates the old token, so remember to update your integration.
This is BetTune API, not direct access to PS3838 or Pinnacle API. The token manages predictions in BetTune; it is not a bookmaker API key. These services have different access conditions.
Requests, parameters and responses are covered in the BetTune API documentation, where you can also download the OpenAPI specification for your integration.