GET /api/bet_types/b34ebfec-932c-4384-84b6-cb8230976af7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "b34ebfec-932c-4384-84b6-cb8230976af7",
"match": "https://api-prod.gambitprofit.com/api/matches/543f19f9-dd50-4a51-9526-7826522b5c8e/?format=api",
"name": "Play the Odds",
"created_at": "2023-05-15T11:36:58.304155-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": "SDG",
"amount": 5107.0
},
{
"team": "KAN",
"amount": 4893.0
}
],
"expected_reward_tokens": 9345.63,
"profit_sb": -154.37,
"profit_sb_percentage": -1.62,
"recommended": false
},
"lines": [
{
"id": "a8ae4bf9-ad1f-448f-a6b2-cd7c5805de3c",
"gambit_id": "a324d06a-6241-4b88-81ab-2f00375f7230",
"last_updated": "2023-05-16T10:12:07.225581-04:00",
"created_at": "2023-05-15T11:36:58.306045-04:00",
"name": "SDG",
"reward": "1.83000",
"odds": "1.86960",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b34ebfec-932c-4384-84b6-cb8230976af7/?format=api"
},
{
"id": "8478017d-2c53-40f3-b391-89a5fd77ee97",
"gambit_id": "d374705b-0494-4c7c-95fc-eccc276edadd",
"last_updated": "2023-05-16T10:12:07.227214-04:00",
"created_at": "2023-05-15T11:36:58.308163-04:00",
"name": "KAN",
"reward": "1.91000",
"odds": "1.95240",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b34ebfec-932c-4384-84b6-cb8230976af7/?format=api"
}
]
}