GET /api/bet_types/799fab83-c93a-4c6a-8e57-9e1d720c5958/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "799fab83-c93a-4c6a-8e57-9e1d720c5958",
"match": "https://api-prod.gambitprofit.com/api/matches/b7a9a77d-a858-4ad6-bc4f-2f7cdbab8009/?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": "Stanford",
"amount": 5000.0
},
{
"team": "Utah",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "7066e43b-50d2-4891-817a-1a5b27b26be0",
"gambit_id": "1c7b5849-c4b0-4794-bc08-82b98edab745",
"last_updated": "2022-11-13T09:03:52.329776-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Stanford",
"reward": "1.80000",
"odds": "1.90910",
"spread": "24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799fab83-c93a-4c6a-8e57-9e1d720c5958/?format=api"
},
{
"id": "bf89bc07-9878-4a8c-8303-19b032bbc561",
"gambit_id": "afb14ae0-f792-479c-b727-5c7383dbf478",
"last_updated": "2022-11-13T09:03:52.328842-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Utah",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-24.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/799fab83-c93a-4c6a-8e57-9e1d720c5958/?format=api"
}
]
}