GET /api/bet_types/7bef2194-81fa-4941-8aa5-378ed9630500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "7bef2194-81fa-4941-8aa5-378ed9630500",
"match": "https://api-prod.gambitprofit.com/api/matches/554e7480-1e31-4b66-96ad-f4099457e552/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-26T12:02:10.220069-04: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": "DET",
"amount": 5107.0
},
{
"team": "MIL",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "66fc630f-8e24-4b30-882d-1a9b5e526c9f",
"gambit_id": "adca6833-9e11-404d-bed2-e91efff0070c",
"last_updated": "2023-04-27T11:52:08.064957-04:00",
"created_at": "2023-04-26T12:02:10.222854-04:00",
"name": "DET",
"reward": "1.83000",
"odds": "1.86960",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bef2194-81fa-4941-8aa5-378ed9630500/?format=api"
},
{
"id": "7786a60a-3ea1-49d5-9c40-3a2819b919e3",
"gambit_id": "3d2073fc-1773-4aa0-bda3-60a876c5d505",
"last_updated": "2023-04-27T11:52:08.062740-04:00",
"created_at": "2023-04-26T12:02:10.221380-04:00",
"name": "MIL",
"reward": "1.91000",
"odds": "1.95240",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7bef2194-81fa-4941-8aa5-378ed9630500/?format=api"
}
]
}