GET /api/bet_types/166a8c53-1b0f-42fe-b5f3-5849a1f023d0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "166a8c53-1b0f-42fe-b5f3-5849a1f023d0",
"match": "https://api-prod.gambitprofit.com/api/matches/7e5aa658-4b3e-40c0-9165-442812c2ebca/?format=api",
"name": "Play the Odds",
"created_at": "2022-12-23T09:06:54.967805-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": "Detroit Pistons",
"amount": 5000.0
},
{
"team": "Atlanta Hawks",
"amount": 5000.0
}
],
"expected_reward_tokens": 8900.0,
"profit_sb": -100.0,
"profit_sb_percentage": -1.11,
"recommended": false
},
"lines": [
{
"id": "c1183bce-0c61-4940-a836-0e1a752f6883",
"gambit_id": "266b0e26-9c72-4c33-bb9a-928b9aaad33a",
"last_updated": "2022-12-24T19:06:53.795027-05:00",
"created_at": "2022-12-23T09:06:54.971148-05:00",
"name": "Detroit Pistons",
"reward": "1.78000",
"odds": "1.90910",
"spread": "9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/166a8c53-1b0f-42fe-b5f3-5849a1f023d0/?format=api"
},
{
"id": "cbab1557-6d8b-4881-a9ad-251c0fb34ec9",
"gambit_id": "71e9764b-de63-4a0f-8ce1-21c7a65680c5",
"last_updated": "2022-12-24T19:06:53.793864-05:00",
"created_at": "2022-12-23T09:06:54.969846-05:00",
"name": "Atlanta Hawks",
"reward": "1.78000",
"odds": "1.90910",
"spread": "-9.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/166a8c53-1b0f-42fe-b5f3-5849a1f023d0/?format=api"
}
]
}