GET /api/bet_types/a7a6f43f-5a4b-4e6b-ab79-b02b660fb9e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "a7a6f43f-5a4b-4e6b-ab79-b02b660fb9e1",
"match": "https://api-prod.gambitprofit.com/api/matches/85296053-ac36-42eb-8c28-b691b8cf03db/?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": "Baltimore Ravens",
"amount": 5110.0
},
{
"team": "Washington Commanders",
"amount": 4890.0
}
],
"expected_reward_tokens": 9095.4,
"profit_sb": 95.4,
"profit_sb_percentage": 1.06,
"recommended": true
},
"lines": [
{
"id": "4184d92c-2472-4db4-9b31-268411c2f090",
"gambit_id": "20312971-5587-460a-9a2f-28faf2f154fa",
"last_updated": "2022-08-29T11:37:16.304786-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baltimore Ravens",
"reward": "1.78000",
"odds": "1.86960",
"spread": "-6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7a6f43f-5a4b-4e6b-ab79-b02b660fb9e1/?format=api"
},
{
"id": "55b2a5d5-f910-49f2-87bc-f0cff0755da6",
"gambit_id": "6c88c58e-6589-4fe2-95fe-657da3755cb8",
"last_updated": "2022-08-29T11:37:16.305272-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Washington Commanders",
"reward": "1.86000",
"odds": "1.95240",
"spread": "6.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7a6f43f-5a4b-4e6b-ab79-b02b660fb9e1/?format=api"
}
]
}