Links

Betting

Place your bets with confidence with Crypt2 Esports Betting API. Our API provides real-time updates on the odds for upcoming sporting events and matches, so you can make informed betting decisions. Whether you're developing a sports betting platform, or simply want to stay up-to-date on the latest betting opportunities, our API is the perfect solution.

Example Request Body:

{
"match_id": 12345,
"bet_on": "home",
"stake": 100
}
Example Response:
{
"status": "success",
"data": {
"transaction_id": 987654,
"match_id": 12345,
"bet_on": "home",
"stake": 100,
"potential_return": 190
}
}