GET /api/bet_types/f37b757f-789f-49df-98f5-d7a2330bca0e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f37b757f-789f-49df-98f5-d7a2330bca0e",
"match": "https://api-prod.gambitprofit.com/api/matches/76ce1b13-4d4c-4945-a28c-850bf2690987/?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": "Pittsburgh Steelers",
"amount": 5399.0
},
{
"team": "Baltimore Ravens",
"amount": 4601.0
}
],
"expected_reward_tokens": 9016.33,
"profit_sb": 16.33,
"profit_sb_percentage": 0.18,
"recommended": true
},
"lines": [
{
"id": "39191812-15ef-4d4b-857e-a1ce06e89c26",
"gambit_id": "e3d0e562-10c3-4ce3-bd06-d75c32d7203c",
"last_updated": "2022-12-12T10:22:13.112820-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Pittsburgh Steelers",
"reward": "1.67000",
"odds": "1.76920",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f37b757f-789f-49df-98f5-d7a2330bca0e/?format=api"
},
{
"id": "35b8fc44-53a7-4b03-8681-565e073fcf92",
"gambit_id": "dc2a147d-63cf-4375-a308-d4ca2e686c05",
"last_updated": "2022-12-12T10:22:13.114135-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Baltimore Ravens",
"reward": "1.96000",
"odds": "2.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f37b757f-789f-49df-98f5-d7a2330bca0e/?format=api"
}
]
}