GET /api/bet_types/5edb1ffa-01e3-427e-a75a-fdb43e230494/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5edb1ffa-01e3-427e-a75a-fdb43e230494",
"match": "https://api-prod.gambitprofit.com/api/matches/dd05a3ee-0f2f-4b20-b0e9-3bf0c9bc77a4/?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": "Florida Panthers",
"amount": 5610.0
},
{
"team": "Philadelphia Flyers",
"amount": 4390.0
}
],
"expected_reward_tokens": 9480.9,
"profit_sb": -19.1,
"profit_sb_percentage": -0.2,
"recommended": false
},
"lines": [
{
"id": "1744a607-0a06-4db5-8bda-4693f3248ea9",
"gambit_id": "cccd4727-5311-4c22-bdf0-83461b043431",
"last_updated": "2022-10-20T09:22:01.180562-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "1.69000",
"odds": "1.71430",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5edb1ffa-01e3-427e-a75a-fdb43e230494/?format=api"
},
{
"id": "118f3504-5146-4c95-b18d-46f6c853e7c7",
"gambit_id": "eb97323e-1590-45ff-b62d-ca18a0919dac",
"last_updated": "2022-10-20T09:22:01.181561-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Philadelphia Flyers",
"reward": "2.16000",
"odds": "2.20000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5edb1ffa-01e3-427e-a75a-fdb43e230494/?format=api"
}
]
}