GET /api/bet_types/1cd579af-89ce-436c-bd00-6080009ecccb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1cd579af-89ce-436c-bd00-6080009ecccb",
"match": "https://api-prod.gambitprofit.com/api/matches/582d3cfd-95cc-43db-aa09-314e362a6606/?format=api",
"name": "Play the Odds",
"created_at": "2023-03-14T09:37:12.346180-04: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": "Phoenix Suns",
"amount": 5000.0
},
{
"team": "Milwaukee Bucks",
"amount": 5000.0
}
],
"expected_reward_tokens": 9350.0,
"profit_sb": -150.0,
"profit_sb_percentage": -1.58,
"recommended": false
},
"lines": [
{
"id": "d576a44e-8b0a-4622-b4ca-1839d4ccd768",
"gambit_id": "6de9d088-a61c-4823-b589-3b3aae7f7a50",
"last_updated": "2023-03-15T09:57:02.323526-04:00",
"created_at": "2023-03-14T09:37:12.347780-04:00",
"name": "Phoenix Suns",
"reward": "1.87000",
"odds": "1.90910",
"spread": "1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cd579af-89ce-436c-bd00-6080009ecccb/?format=api"
},
{
"id": "1604e208-f4d7-49a3-8dbc-6b20a8096b18",
"gambit_id": "34c8319b-7c0e-4779-bde5-47d006979221",
"last_updated": "2023-03-15T09:57:02.325065-04:00",
"created_at": "2023-03-14T09:37:12.349401-04:00",
"name": "Milwaukee Bucks",
"reward": "1.87000",
"odds": "1.90910",
"spread": "-1.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cd579af-89ce-436c-bd00-6080009ecccb/?format=api"
}
]
}