GET /api/bet_types/2d402d24-493a-4d5b-bc9a-868454da74bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2d402d24-493a-4d5b-bc9a-868454da74bd",
"match": "https://api-prod.gambitprofit.com/api/matches/55810b7a-7b8e-4c3c-a4c5-ab47bb4d8849/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-08T08:57:08.142192-05:00",
"high_risk": {
"possible": false,
"description": "There is no line under 1.10 reward"
},
"med_risk": {
"possible": false,
"description": "Too few lines to bet on"
},
"no_risk": {
"possible": true,
"name": "No Risk",
"bet": [
{
"team": "Miami Heat",
"amount": 5000.0
},
{
"team": "Cleveland Cavaliers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "608ff4d0-5daf-4818-9338-93927f002182",
"gambit_id": "352ee348-908c-4ec7-8da9-31144bd6b717",
"last_updated": "2023-03-09T09:52:06.935324-05:00",
"created_at": "2023-03-08T08:57:08.143596-05:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d402d24-493a-4d5b-bc9a-868454da74bd/?format=api"
},
{
"id": "aef86bb6-7149-4aa4-8f61-52c1036f6086",
"gambit_id": "d4383c3b-ad47-4b76-8413-a089185cc7f1",
"last_updated": "2023-03-09T09:52:06.936439-05:00",
"created_at": "2023-03-08T08:57:08.145025-05:00",
"name": "Cleveland Cavaliers",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-2.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d402d24-493a-4d5b-bc9a-868454da74bd/?format=api"
}
]
}