GET /api/bet_types/3a534058-9d7b-4ce5-bfec-554f72693b73/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "3a534058-9d7b-4ce5-bfec-554f72693b73",
"match": "https://api-prod.gambitprofit.com/api/matches/4174d93d-1d41-4a14-96a6-295e4dd9154e/?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": "WAS",
"amount": 5302.0
},
{
"team": "BAL",
"amount": 4698.0
}
],
"expected_reward_tokens": 9066.42,
"profit_sb": 66.42,
"profit_sb_percentage": 0.74,
"recommended": true
},
"lines": [
{
"id": "54284bbf-80ab-45a0-9b96-e9a6223b2d95",
"gambit_id": "ae0c47a7-c4e2-4d45-b503-ece585d2894f",
"last_updated": "2022-09-14T10:22:07.948933-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "WAS",
"reward": "1.71000",
"odds": "1.80000",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a534058-9d7b-4ce5-bfec-554f72693b73/?format=api"
},
{
"id": "ad8d52ce-e0c3-4c7d-9393-0cf587429015",
"gambit_id": "38c24459-967b-460a-8e2b-495948d85a3c",
"last_updated": "2022-09-14T10:22:07.950004-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "BAL",
"reward": "1.93000",
"odds": "2.05000",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3a534058-9d7b-4ce5-bfec-554f72693b73/?format=api"
}
]
}