GET /api/bet_types/bc7bf268-6434-44fe-b180-648accdf3e2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "bc7bf268-6434-44fe-b180-648accdf3e2d",
"match": "https://api-prod.gambitprofit.com/api/matches/17bbf6e2-b681-4570-a534-5ae8da951119/?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": "Minnesota Timberwolves",
"amount": 5000.0
},
{
"team": "Oklahoma City Thunder",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "870eef85-89f2-4c1a-b83c-ba6f32081d01",
"gambit_id": "f7e967b3-54f1-4d87-bd16-9987ccce23c9",
"last_updated": "2022-12-17T19:32:20.626332-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Timberwolves",
"reward": "1.80000",
"odds": "1.90910",
"spread": "4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7bf268-6434-44fe-b180-648accdf3e2d/?format=api"
},
{
"id": "f0987f73-30de-4018-b9ad-082bb10d9076",
"gambit_id": "263379ac-b448-439f-865e-f1866f54e894",
"last_updated": "2022-12-17T19:32:20.625227-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Oklahoma City Thunder",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-4.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bc7bf268-6434-44fe-b180-648accdf3e2d/?format=api"
}
]
}