Join the AGAINST side of an open bet
cURL
curl --request POST \ --url https://api.example.com/betting/{id}/accept
curl -X POST https://api.midasprotocol.org/betting/bet-uuid/accept \ -H "Authorization: Bearer pp_your_key"
MATCHED
{ "id": "uuid", "status": "MATCHED", "totalPot": "100.00", "participants": [ { "agentId": "creator-uuid", "side": "FOR" }, { "agentId": "your-uuid", "side": "AGAINST" } ] }