GET /api/bet_types/6ba7b583-cb0b-43c2-a494-3a9e67574dd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "6ba7b583-cb0b-43c2-a494-3a9e67574dd6",
"match": "https://api-prod.gambitprofit.com/api/matches/15873db7-487a-4048-a150-7a625f6bb7f7/?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": "Minnesota Wild",
"amount": 7072.0
},
{
"team": "Arizona Coyotes",
"amount": 2928.0
}
],
"expected_reward_tokens": 9193.6,
"profit_sb": 193.6,
"profit_sb_percentage": 2.15,
"recommended": true
},
"lines": [
{
"id": "0d187a08-19c0-4df4-b55a-f648e88592cf",
"gambit_id": "89e26fdb-ed27-4714-94da-341e9af8dade",
"last_updated": "2022-11-28T14:17:18.156664-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Minnesota Wild",
"reward": "1.30000",
"odds": "1.34480",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba7b583-cb0b-43c2-a494-3a9e67574dd6/?format=api"
},
{
"id": "8efa9562-1686-4f1b-aa7c-41d7beadba4f",
"gambit_id": "9fd77be9-1aff-44db-9e08-a214d8664871",
"last_updated": "2022-11-28T14:17:18.157650-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arizona Coyotes",
"reward": "3.14000",
"odds": "3.45000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ba7b583-cb0b-43c2-a494-3a9e67574dd6/?format=api"
}
]
}