GET /api/bet_types/f3546c4f-12bd-4c69-9ff9-db199ce84baa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "f3546c4f-12bd-4c69-9ff9-db199ce84baa",
"match": "https://api-prod.gambitprofit.com/api/matches/1b3f12a4-9760-46ab-9c1e-36516b8ea0b7/?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": "Houston",
"amount": 5000.0
},
{
"team": "Temple",
"amount": 5000.0
}
],
"expected_reward_tokens": 9000.0,
"profit_sb": 0.0,
"profit_sb_percentage": 0.0,
"recommended": false
},
"lines": [
{
"id": "7fdd5777-5194-40ed-87e6-0a6b3d74ca51",
"gambit_id": "410fd52a-02f2-42c5-9fe6-98c28fb7b69d",
"last_updated": "2022-11-14T10:13:45.452764-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Houston",
"reward": "1.80000",
"odds": "1.90910",
"spread": "-20.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3546c4f-12bd-4c69-9ff9-db199ce84baa/?format=api"
},
{
"id": "26cfe589-7016-4259-8fbf-2f588d26a440",
"gambit_id": "a2f7ef1d-df94-404b-9f6e-905da53a5a0a",
"last_updated": "2022-11-14T10:13:45.453727-05:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Temple",
"reward": "1.80000",
"odds": "1.90910",
"spread": "20.00",
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3546c4f-12bd-4c69-9ff9-db199ce84baa/?format=api"
}
]
}