GET /api/bet_types/5837407e-6de4-45fe-b25a-33e7012a405f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5837407e-6de4-45fe-b25a-33e7012a405f",
"match": "https://api-prod.gambitprofit.com/api/matches/37a8316e-69d3-4138-90e6-0fda6b222bd8/?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": "UAB",
"amount": 5000.0
},
{
"team": "Georgia Southern",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "cd5c1534-abe0-4b46-aa0c-cab7bcb04720",
"gambit_id": "b60d2178-b9e3-47ad-b278-5cc18517bed2",
"last_updated": "2022-09-18T18:07:34.760076-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "UAB",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5837407e-6de4-45fe-b25a-33e7012a405f/?format=api"
},
{
"id": "c0922e0d-387d-49e8-abcc-33e81aa994de",
"gambit_id": "819d4090-07ad-467d-be58-aedd075ad6a8",
"last_updated": "2022-09-18T18:07:34.761006-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Georgia Southern",
"reward": "1.80000",
"odds": "1.90910",
"spread": "11.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5837407e-6de4-45fe-b25a-33e7012a405f/?format=api"
}
]
}