GET /api/bet_types/a5b2a171-5fa7-4055-a5b6-bf938e378494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a5b2a171-5fa7-4055-a5b6-bf938e378494",
"match": "https://api-prod.gambitprofit.com/api/matches/e50770e9-acdd-497c-95f4-2b0917547227/?format=api",
"name": "Play the Odds",
"created_at": "1969-12-31T19:00:00-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": "PHI",
"amount": 6179.0
},
{
"team": "HOU",
"amount": 3821.0
}
],
"expected_reward_tokens": 9206.71,
"profit_sb": 206.71,
"profit_sb_percentage": 2.3,
"recommended": true
},
"lines": [
{
"id": "3a1ca048-e472-4e57-bb6a-cb7a1990245b",
"gambit_id": "5dccfa29-825d-404b-ae91-d52a491a8480",
"last_updated": "2022-11-03T09:23:52.312041-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "PHI",
"reward": "1.49000",
"odds": "1.55560",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5b2a171-5fa7-4055-a5b6-bf938e378494/?format=api"
},
{
"id": "1c860e04-d761-46e5-a3a5-5c7a233002dc",
"gambit_id": "fdd013a1-6211-41d5-9d1e-7e0ac473660f",
"last_updated": "2022-11-03T09:23:52.313156-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "HOU",
"reward": "2.41000",
"odds": "2.60000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5b2a171-5fa7-4055-a5b6-bf938e378494/?format=api"
}
]
}