GET /api/bet_types/15e56d63-6956-4c6a-b400-55e38f559839/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "15e56d63-6956-4c6a-b400-55e38f559839",
"match": "https://api-prod.gambitprofit.com/api/matches/19e0c186-58a5-4ab7-9426-af245e25db9b/?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": "Denver Broncos",
"amount": 5000.0
},
{
"team": "Arizona Cardinals",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "09cb5e7b-a1d4-42af-8430-8be9ef5f3c91",
"gambit_id": "af9d14e9-b76f-4c25-b0d8-0a746b685d72",
"last_updated": "2022-12-19T13:32:09.432574-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Denver Broncos",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e56d63-6956-4c6a-b400-55e38f559839/?format=api"
},
{
"id": "d863ad18-de75-4516-8080-598a55cbedcf",
"gambit_id": "7cd20e16-0366-45cb-a2c8-3b44ffa2fcb3",
"last_updated": "2022-12-19T13:32:09.433647-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Arizona Cardinals",
"reward": "1.80000",
"odds": "1.90910",
"spread": "1.50",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/15e56d63-6956-4c6a-b400-55e38f559839/?format=api"
}
]
}