GET /api/bet_types/9c369390-1463-48b9-8713-54e0d1b40eca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "9c369390-1463-48b9-8713-54e0d1b40eca",
"match": "https://api-prod.gambitprofit.com/api/matches/f7c16c72-f71e-4307-b6f6-d8a5316a387f/?format=api",
"name": "Play the Odds",
"created_at": "2023-11-02T09:03:08.556534-04: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": "Indianapolis Colts",
"amount": 5000.0
},
{
"team": "Carolina Panthers",
"amount": 5000.0
}
],
"expected_reward_tokens": 9300.0,
"profit_sb": -200.0,
"profit_sb_percentage": -2.11,
"recommended": false
},
"lines": [
{
"id": "ed430b77-8b93-40a5-8668-03a343d59020",
"gambit_id": "33318117-33b6-4661-99bc-ebbed16acb86",
"last_updated": "2023-11-06T21:13:15.933034-05:00",
"created_at": "2023-11-02T09:03:08.560929-04:00",
"name": "Indianapolis Colts",
"reward": "1.86000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c369390-1463-48b9-8713-54e0d1b40eca/?format=api"
},
{
"id": "7ebc084c-982e-4930-a46a-957bc92ca8b7",
"gambit_id": "e73246e1-fdb1-4a7d-ad4e-d88d8ba0c40d",
"last_updated": "2023-11-06T21:13:15.936476-05:00",
"created_at": "2023-11-02T09:03:08.565750-04:00",
"name": "Carolina Panthers",
"reward": "1.86000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c369390-1463-48b9-8713-54e0d1b40eca/?format=api"
}
]
}