GET /api/bet_types/5df9acfe-07ca-4578-b334-94845213c643/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"id": "5df9acfe-07ca-4578-b334-94845213c643",
"match": "https://api-prod.gambitprofit.com/api/matches/3d82600d-ca54-45ba-a226-2598cdc71623/?format=api",
"name": "Pick the Winner",
"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": 6989.0
},
{
"team": "Memphis",
"amount": 3011.0
}
],
"expected_reward_tokens": 9574.93,
"profit_sb": 74.93,
"profit_sb_percentage": 0.79,
"recommended": true
},
"lines": [
{
"id": "e198e68d-c1eb-41d9-b5d1-644e660467f4",
"gambit_id": "3f7fea7a-8e75-4286-a6ad-25363735ed30",
"last_updated": "2022-10-23T19:32:05.131579-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Tulane",
"reward": "1.37000",
"odds": "1.37740",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df9acfe-07ca-4578-b334-94845213c643/?format=api"
},
{
"id": "109463f2-b167-4929-bec0-dd53b3f1c747",
"gambit_id": "077761e5-bbde-40c1-b526-52b13200bec4",
"last_updated": "2022-10-23T19:32:05.132734-04:00",
"created_at": "1969-12-31T19:00:00-05:00",
"name": "Memphis",
"reward": "3.18000",
"odds": "3.25000",
"spread": null,
"bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5df9acfe-07ca-4578-b334-94845213c643/?format=api"
}
]
}