GET /api/bet_types/2d4c712f-f9cb-4954-822d-ac6b4b99941a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "2d4c712f-f9cb-4954-822d-ac6b4b99941a",
"match": "https://api-prod.gambitprofit.com/api/matches/b018bbaa-7007-48da-a204-e14b2341486c/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-18T09:38:25.623396-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": "Minnesota Timberwolves",
"amount": 5000.0
},
{
"team": "New Orleans Pelicans",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "dfb56079-12a0-4e7b-88ca-6fbc3399cf19",
"gambit_id": "41b6480f-76cb-42ea-ac17-a151a9c5ee3d",
"last_updated": "2023-11-20T14:43:30.698111-05:00",
"created_at": "2023-11-18T09:38:25.628561-05:00",
"name": "Minnesota Timberwolves",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4c712f-f9cb-4954-822d-ac6b4b99941a/?format=api"
},
{
"id": "d3f0dccc-a486-4612-a94d-67370e0665b6",
"gambit_id": "e7cf7506-ff02-4a54-b75c-282404ca1213",
"last_updated": "2023-11-20T14:43:30.701259-05:00",
"created_at": "2023-11-18T09:38:25.633530-05:00",
"name": "New Orleans Pelicans",
"reward": "1.87000",
"odds": "1.90910",
"spread": "7.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d4c712f-f9cb-4954-822d-ac6b4b99941a/?format=api"
}
]
}