GET /api/bet_types/60714971-7fb2-442e-b6f6-2ccffb482184/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "60714971-7fb2-442e-b6f6-2ccffb482184",
"match": "https://api-prod.gambitprofit.com/api/matches/10e137cd-99aa-416b-bf9e-7533d110627a/?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": "Boston Celtics",
"amount": 5000.0
},
{
"team": "Memphis Grizzlies",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "dda528aa-1514-4140-987a-231c1958dc90",
"gambit_id": "840a22d4-d7f2-487f-8ce0-e55bc605cda1",
"last_updated": "2022-11-08T10:57:07.815641-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Boston Celtics",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60714971-7fb2-442e-b6f6-2ccffb482184/?format=api"
},
{
"id": "6cceab31-d818-4599-a2ea-9f3acf93b149",
"gambit_id": "700dc5f5-c84c-4d02-a02d-e9d26dfeec57",
"last_updated": "2022-11-08T10:57:07.814579-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis Grizzlies",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/60714971-7fb2-442e-b6f6-2ccffb482184/?format=api"
}
]
}