GET /api/bet_types/f81c8106-12bc-4821-ae5f-263f1545e646/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f81c8106-12bc-4821-ae5f-263f1545e646",
"match": "https://api-prod.gambitprofit.com/api/matches/d7ea148b-976c-4054-8c48-83df5e0ed40d/?format=api",
"name": "Play the Odds",
"created_at": "2023-01-28T09:42:04.422873-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": 6173.0
},
{
"team": "Boston Bruins",
"amount": 3827.0
}
],
"expected_reward_tokens": 9567.5,
"profit_sb": 67.5,
"profit_sb_percentage": 0.71,
"recommended": true
},
"lines": [
{
"id": "3155e729-91b5-47ce-8129-05624c6a7f7b",
"gambit_id": "4306ddb5-6557-477b-9725-0dd84a3853e6",
"last_updated": "2023-01-30T17:46:54.733370-05:00",
"created_at": "2023-01-28T09:42:04.424126-05:00",
"name": "Florida Panthers",
"reward": "1.55000",
"odds": "1.57140",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f81c8106-12bc-4821-ae5f-263f1545e646/?format=api"
},
{
"id": "be74cc9b-ac1c-4688-8807-f0e753f2653e",
"gambit_id": "18e62cda-24df-42a8-b243-47e9a244422e",
"last_updated": "2023-01-30T17:46:54.734556-05:00",
"created_at": "2023-01-28T09:42:04.426048-05:00",
"name": "Boston Bruins",
"reward": "2.50000",
"odds": "2.55000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f81c8106-12bc-4821-ae5f-263f1545e646/?format=api"
}
]
}