GET /api/bet_types/56f45dcb-2879-4d97-b513-5121699f03c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "56f45dcb-2879-4d97-b513-5121699f03c3",
"match": "https://api-prod.gambitprofit.com/api/matches/bea19a35-4024-42c0-a3b7-c7e7eb3f25fb/?format=api",
"name": "Play the Odds",
"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": "OAK",
"amount": 5108.0
},
{
"team": "SEA",
"amount": 4892.0
}
],
"expected_reward_tokens": 9294.8,
"profit_sb": -205.2,
"profit_sb_percentage": -2.16,
"recommended": false
},
"lines": [
{
"id": "af3ef284-45db-4c3c-9432-d8e17506952d",
"gambit_id": "1522197f-23ad-45f4-aee4-6a1fb93af405",
"last_updated": "2022-12-24T17:12:20.451296-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "OAK",
"reward": "1.82000",
"odds": "1.86960",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f45dcb-2879-4d97-b513-5121699f03c3/?format=api"
},
{
"id": "93521a8b-628b-404b-b7e3-83332bd897d8",
"gambit_id": "0672eeed-4f8a-433d-aece-186a0da42d51",
"last_updated": "2022-12-24T17:12:20.450152-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "SEA",
"reward": "1.90000",
"odds": "1.95240",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/56f45dcb-2879-4d97-b513-5121699f03c3/?format=api"
}
]
}