GET /api/bet_types/7e53dba4-6adc-486f-a4ec-6d91057eed72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7e53dba4-6adc-486f-a4ec-6d91057eed72",
"match": "https://api-prod.gambitprofit.com/api/matches/1ecdf002-c20c-4c5b-a43e-8d3bc13640f2/?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": "Florida Panthers",
"amount": 5397.0
},
{
"team": "Los Angeles Kings",
"amount": 4603.0
}
],
"expected_reward_tokens": 9066.96,
"profit_sb": 66.96,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "6f12e8ca-17e6-4124-ae60-642381efd617",
"gambit_id": "4475c004-8a67-4077-b7e5-be95034f6f5f",
"last_updated": "2022-11-07T09:02:45.899146-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Florida Panthers",
"reward": "1.68000",
"odds": "1.76920",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e53dba4-6adc-486f-a4ec-6d91057eed72/?format=api"
},
{
"id": "c7f6c2da-df68-42d3-bf74-e52226f652ab",
"gambit_id": "10c057f3-5d93-44de-85e5-02365ed60d83",
"last_updated": "2022-11-07T09:02:45.898199-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Los Angeles Kings",
"reward": "1.97000",
"odds": "2.10000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e53dba4-6adc-486f-a4ec-6d91057eed72/?format=api"
}
]
}