GET /api/bet_types/ec07ae59-a193-422d-83a2-9242fc93a95c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "ec07ae59-a193-422d-83a2-9242fc93a95c",
"match": "https://api-prod.gambitprofit.com/api/matches/1d37373d-9951-4904-8344-fc83c8ae9d6e/?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": "Tulane",
"amount": 5000.0
},
{
"team": "Central Florida",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "cbc707d0-fef4-4129-bf85-11c2f1d96174",
"gambit_id": "bc6eeb72-763c-4771-81af-32e8bc989859",
"last_updated": "2022-12-05T11:02:07.589265-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tulane",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec07ae59-a193-422d-83a2-9242fc93a95c/?format=api"
},
{
"id": "d5cccc1d-de78-4cc6-928e-5353dc8821f1",
"gambit_id": "a2100ff7-e8d7-44b8-b129-2c4c6cad04ad",
"last_updated": "2022-12-05T11:02:07.590269-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Central Florida",
"reward": "1.80000",
"odds": "1.90910",
"spread": "3.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec07ae59-a193-422d-83a2-9242fc93a95c/?format=api"
}
]
}