GET /api/bet_types/4f9aa8b1-aef1-40ce-8e79-04c2b904280a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "4f9aa8b1-aef1-40ce-8e79-04c2b904280a",
"match": "https://api-prod.gambitprofit.com/api/matches/7d13bcfa-d79f-4368-bd68-6382bc3f6598/?format=api",
"name": "Pick the Winner",
"created_at": "2022-12-28T09:32:07.691961-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": "Oregon",
"amount": 7839.0
},
{
"team": "North Carolina",
"amount": 2161.0
}
],
"expected_reward_tokens": 9249.08,
"profit_sb": 249.08,
"profit_sb_percentage": 2.77,
"recommended": true
},
"lines": [
{
"id": "f93c8856-f57a-477c-a95f-f4ea11d66b94",
"gambit_id": "4224ebc2-c393-419c-a0fa-891b37a4e79e",
"last_updated": "2022-12-29T10:42:02.217538-05:00",
"created_at": "2022-12-28T09:32:07.693195-05:00",
"name": "Oregon",
"reward": "1.18000",
"odds": "1.20000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9aa8b1-aef1-40ce-8e79-04c2b904280a/?format=api"
},
{
"id": "fb8220b2-8b75-484c-93e5-6ab50bba19c0",
"gambit_id": "3bf24414-ade9-41a1-8475-28dd85f15ce6",
"last_updated": "2022-12-29T10:42:02.219048-05:00",
"created_at": "2022-12-28T09:32:07.694466-05:00",
"name": "North Carolina",
"reward": "4.28000",
"odds": "4.75000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4f9aa8b1-aef1-40ce-8e79-04c2b904280a/?format=api"
}
]
}