GET /api/bet_types/1da1bb84-7eed-453b-a256-4ced538c8697/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "1da1bb84-7eed-453b-a256-4ced538c8697",
"match": "https://api-prod.gambitprofit.com/api/matches/978e3bc5-5959-4c8a-8adc-c6182fce3dcd/?format=api",
"name": "Play the Odds",
"created_at": "2023-04-10T08:57:01.863798-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": "HOU",
"amount": 5107.0
},
{
"team": "PIT",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "dff2afdb-3d85-4300-8a0e-422fe0435b32",
"gambit_id": "506e6767-7518-4e2e-ad83-fb7eefa9a8f1",
"last_updated": "2023-04-11T13:27:04.015692-04:00",
"created_at": "2023-04-10T08:57:01.868666-04:00",
"name": "HOU",
"reward": "1.83000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da1bb84-7eed-453b-a256-4ced538c8697/?format=api"
},
{
"id": "b65c2268-2597-45e1-a859-1f851d19d0ff",
"gambit_id": "19c3092e-1c7d-4a1b-8aee-1893f543ca5f",
"last_updated": "2023-04-11T13:27:04.012809-04:00",
"created_at": "2023-04-10T08:57:01.866346-04:00",
"name": "PIT",
"reward": "1.91000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1da1bb84-7eed-453b-a256-4ced538c8697/?format=api"
}
]
}