GET /api/bet_types/1dc7f736-e72d-444a-a0af-3f66d0b83f69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1dc7f736-e72d-444a-a0af-3f66d0b83f69",
"match": "https://api-prod.gambitprofit.com/api/matches/e08d9b03-496e-4815-b877-e28386457bd0/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-03T09:56:54.125376-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": "OAK",
"amount": 5512.0
},
{
"team": "CLE",
"amount": 4488.0
}
],
"expected_reward_tokens": 9424.8,
"profit_sb": -75.2,
"profit_sb_percentage": -0.79,
"recommended": false
},
"lines": [
{
"id": "087e66dd-3479-41c9-bf6a-05298e9e3664",
"gambit_id": "29e42164-d686-4695-83b4-16252e1fb2ca",
"last_updated": "2023-04-04T19:12:05.891657-04:00",
"created_at": "2023-04-03T09:56:54.126610-04:00",
"name": "OAK",
"reward": "1.71000",
"odds": "1.74070",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dc7f736-e72d-444a-a0af-3f66d0b83f69/?format=api"
},
{
"id": "9be5c1aa-a475-40d6-b0c8-9e3df7e77d77",
"gambit_id": "08fa1590-9b98-4c64-9c0e-d76aad1ba435",
"last_updated": "2023-04-04T19:12:05.893393-04:00",
"created_at": "2023-04-03T09:56:54.127792-04:00",
"name": "CLE",
"reward": "2.10000",
"odds": "2.15000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dc7f736-e72d-444a-a0af-3f66d0b83f69/?format=api"
}
]
}