GET /api/bet_types/6cfe1ab1-af3a-404a-a069-14e12ab84b8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6cfe1ab1-af3a-404a-a069-14e12ab84b8d",
"match": "https://api-prod.gambitprofit.com/api/matches/e09e8595-cb96-4641-b04d-3b4047367b5d/?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": "Duke",
"amount": 5000.0
},
{
"team": "Boston College",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "aa43009a-d8de-47b0-bac4-1be8c0f61436",
"gambit_id": "354b0345-da50-4d05-a087-d8158c8fd33c",
"last_updated": "2022-11-05T09:42:50.890997-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Duke",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cfe1ab1-af3a-404a-a069-14e12ab84b8d/?format=api"
},
{
"id": "984446b7-7550-48a4-8fcd-8300838ccd30",
"gambit_id": "da7a5006-7bcc-451a-aa66-b725be774b96",
"last_updated": "2022-11-05T09:42:50.890083-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston College",
"reward": "1.80000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6cfe1ab1-af3a-404a-a069-14e12ab84b8d/?format=api"
}
]
}