GET /api/bet_types/35cf1bdf-caf2-46f9-8cf3-17394fbe82f3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "35cf1bdf-caf2-46f9-8cf3-17394fbe82f3",
"match": "https://api-prod.gambitprofit.com/api/matches/28fef7cf-29d0-4970-afd5-01e6b1e821af/?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": "KAN",
"amount": 5753.0
},
{
"team": "MIN",
"amount": 4247.0
}
],
"expected_reward_tokens": 9088.58,
"profit_sb": 88.58,
"profit_sb_percentage": 0.98,
"recommended": true
},
"lines": [
{
"id": "3f1b903a-733c-4db8-8b88-30599e3514fd",
"gambit_id": "78d0b1ef-afb4-4599-a5e0-29fd1671dea5",
"last_updated": "2022-09-22T14:57:18.156230-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "KAN",
"reward": "1.58000",
"odds": "1.66670",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35cf1bdf-caf2-46f9-8cf3-17394fbe82f3/?format=api"
},
{
"id": "fab916ed-39d0-4fa3-b5e8-a27de0aff114",
"gambit_id": "d19760d5-5c53-406c-93ff-5c8b3b3f0fb3",
"last_updated": "2022-09-22T14:57:18.157260-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIN",
"reward": "2.14000",
"odds": "2.30000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/35cf1bdf-caf2-46f9-8cf3-17394fbe82f3/?format=api"
}
]
}