GET /api/bet_types/201abf56-8110-42ee-b6e4-64a772448872/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "201abf56-8110-42ee-b6e4-64a772448872",
"match": "https://api-prod.gambitprofit.com/api/matches/1620f475-ed9d-4315-b903-37b0b2a58205/?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": "LOS",
"amount": 5205.0
},
{
"team": "MIL",
"amount": 4795.0
}
],
"expected_reward_tokens": 9108.75,
"profit_sb": 108.75,
"profit_sb_percentage": 1.21,
"recommended": true
},
"lines": [
{
"id": "c2876b6a-5475-4286-b739-b2c4d6dc2ab8",
"gambit_id": "49d79a95-eb72-4e88-841b-da898393d5d8",
"last_updated": "2022-08-25T10:17:08.800972-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "LOS",
"reward": "1.75000",
"odds": "1.83330",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201abf56-8110-42ee-b6e4-64a772448872/?format=api"
},
{
"id": "f3a8a86f-624f-4ccb-bdde-d85cd088c762",
"gambit_id": "0e8afb74-332e-4990-89c0-876e88902a29",
"last_updated": "2022-08-25T10:17:08.801431-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "MIL",
"reward": "1.90000",
"odds": "2.00000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/201abf56-8110-42ee-b6e4-64a772448872/?format=api"
}
]
}