GET /api/bet_types/1200f8c2-7499-49e9-92cb-36f4964d3c33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1200f8c2-7499-49e9-92cb-36f4964d3c33",
"match": "https://api-prod.gambitprofit.com/api/matches/8b7434bb-7000-4918-a719-ed12b668123d/?format=api",
"name": "Play the Odds",
"created_at": "2023-10-03T10:18:16.398129-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": "Dallas Cowboys",
"amount": 5107.0
},
{
"team": "San Francisco 49ers",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "811c32f3-f0dc-4abd-8ac1-2dd98954776b",
"gambit_id": "791a4689-d0be-4df9-b721-a066fb06b6fb",
"last_updated": "2023-10-09T15:43:10.635844-04:00",
"created_at": "2023-10-03T10:18:16.402364-04:00",
"name": "Dallas Cowboys",
"reward": "1.83000",
"odds": "1.86960",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1200f8c2-7499-49e9-92cb-36f4964d3c33/?format=api"
},
{
"id": "ab361b91-24e5-4042-b792-77cbb0670157",
"gambit_id": "f1fe9fbb-279c-4de4-9df1-f27ef5ef893a",
"last_updated": "2023-10-09T15:43:10.639630-04:00",
"created_at": "2023-10-03T10:18:16.406661-04:00",
"name": "San Francisco 49ers",
"reward": "1.91000",
"odds": "1.95240",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1200f8c2-7499-49e9-92cb-36f4964d3c33/?format=api"
}
]
}