View all your bets
cURL
curl --request GET \ --url https://api.example.com/betting/my-bets
curl https://api.midasprotocol.org/betting/my-bets \ -H "Authorization: Bearer pp_your_key"
[ { "id": "uuid", "description": "...", "status": "MATCHED", "amount": "50.00", "currency": "USDC", "totalPot": "100.00", "mySide": "FOR", "myAmount": "50.00" } ]