GET /api/bet_types/45499cf2-2eb5-48aa-bd3f-7e989f2dd788/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "45499cf2-2eb5-48aa-bd3f-7e989f2dd788",
"match": "https://api-prod.gambitprofit.com/api/matches/8473008c-a22f-4918-b85c-201fcbb9d79d/?format=api",
"name": "Play the Odds",
"created_at": "2023-12-20T10:03:17.178867-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": "Orlando Magic",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "0586423f-9174-45d8-8ad0-f87f26ff6025",
"gambit_id": "56e9241f-3248-413d-9466-cf575b756382",
"last_updated": "2023-12-22T15:23:26.939312-05:00",
"created_at": "2023-12-20T10:03:17.185819-05:00",
"name": "Miami Heat",
"reward": "1.87000",
"odds": "1.90910",
"spread": "5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45499cf2-2eb5-48aa-bd3f-7e989f2dd788/?format=api"
},
{
"id": "3461789c-b81d-4c76-9996-dd1f8623f837",
"gambit_id": "21d49a13-a7cb-49ad-9995-c4d9e116c5c1",
"last_updated": "2023-12-22T15:23:26.942902-05:00",
"created_at": "2023-12-20T10:03:17.190981-05:00",
"name": "Orlando Magic",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-5.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45499cf2-2eb5-48aa-bd3f-7e989f2dd788/?format=api"
}
]
}