GET /api/bet_types/f31ee917-4384-4a80-9776-07dc90cdea60/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f31ee917-4384-4a80-9776-07dc90cdea60",
"match": "https://api-prod.gambitprofit.com/api/matches/9f13ff02-1694-4846-8d8f-324b96b5e265/?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": "North Carolina",
"amount": 5106.0
},
{
"team": "Duke",
"amount": 4894.0
}
],
"expected_reward_tokens": 9395.04,
"profit_sb": -104.96,
"profit_sb_percentage": -1.1,
"recommended": false
},
"lines": [
{
"id": "57fc1a9d-041d-4353-a74e-d3fae2c2dd5a",
"gambit_id": "f40619c1-dec4-4e71-9b88-37b1a6729729",
"last_updated": "2022-10-17T10:01:51.967095-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "North Carolina",
"reward": "1.84000",
"odds": "1.86960",
"spread": "-7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31ee917-4384-4a80-9776-07dc90cdea60/?format=api"
},
{
"id": "4aec0971-043e-4823-b055-f6a49b5a261d",
"gambit_id": "d502aeeb-e8fb-42f9-9ad5-2e9282daee88",
"last_updated": "2022-10-17T10:01:51.966033-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Duke",
"reward": "1.92000",
"odds": "1.95240",
"spread": "7.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f31ee917-4384-4a80-9776-07dc90cdea60/?format=api"
}
]
}