GET /api/bet_types/77ae564e-94f1-4fbd-a774-0f55b1c49f06/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "77ae564e-94f1-4fbd-a774-0f55b1c49f06",
"match": "https://api-prod.gambitprofit.com/api/matches/d079d412-0606-4bba-b89e-db9b282dab31/?format=api",
"name": "Pick the Winner",
"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": "Chicago Bulls",
"amount": 5492.0
},
{
"team": "Toronto Raptors",
"amount": 4508.0
}
],
"expected_reward_tokens": 9061.08,
"profit_sb": 61.08,
"profit_sb_percentage": 0.68,
"recommended": true
},
"lines": [
{
"id": "e5bbaa11-9671-4e0f-9915-bc74746f682a",
"gambit_id": "22682d1d-1d89-4a24-82ca-f22ae1a0f977",
"last_updated": "2022-11-08T10:57:05.188194-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Chicago Bulls",
"reward": "1.65000",
"odds": "1.74070",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ae564e-94f1-4fbd-a774-0f55b1c49f06/?format=api"
},
{
"id": "88a2fcd9-de62-4c0e-aa68-f54f3492c74a",
"gambit_id": "3cccf72d-36e9-4a98-8c7b-42f2bc0ab171",
"last_updated": "2022-11-08T10:57:05.189213-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Toronto Raptors",
"reward": "2.01000",
"odds": "2.15000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77ae564e-94f1-4fbd-a774-0f55b1c49f06/?format=api"
}
]
}