GET /api/bet_types/e8eb5928-41fb-4840-831d-a25485990592/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "e8eb5928-41fb-4840-831d-a25485990592",
"match": "https://api-prod.gambitprofit.com/api/matches/8e4f1d29-f7a4-40d9-a7b9-6fb712c3e0b7/?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": "Mississippi State",
"amount": 5108.0
},
{
"team": "Texas A&M",
"amount": 4892.0
}
],
"expected_reward_tokens": 9294.8,
"profit_sb": -205.2,
"profit_sb_percentage": -2.16,
"recommended": false
},
"lines": [
{
"id": "525eddc1-463e-43a6-9c11-eb23b5bc7387",
"gambit_id": "8999b573-caaf-4825-b516-938881493493",
"last_updated": "2022-10-03T10:52:29.086089-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Mississippi State",
"reward": "1.82000",
"odds": "1.86960",
"spread": "-4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8eb5928-41fb-4840-831d-a25485990592/?format=api"
},
{
"id": "7ce94741-46e8-4b80-ad47-fe4778c3606d",
"gambit_id": "8b2d0576-9c6e-422a-a7a1-2690a0aea3c3",
"last_updated": "2022-10-03T10:52:29.087442-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Texas A&M",
"reward": "1.90000",
"odds": "1.95240",
"spread": "4.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e8eb5928-41fb-4840-831d-a25485990592/?format=api"
}
]
}