GET /api/bet_types/0c7b108c-5736-412c-83da-a5344ca22dff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0c7b108c-5736-412c-83da-a5344ca22dff",
    "match": "https://api-prod.gambitprofit.com/api/matches/8df03cd6-4252-456a-8c58-daf531b8dc9e/?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": "South Alabama",
                "amount": 7344.0
            },
            {
                "team": "UL Lafayette",
                "amount": 2656.0
            }
        ],
        "expected_reward_tokens": 9400.32,
        "profit_sb": -99.68,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "8cba3952-14f6-40f2-9732-982fe49d90cd",
            "gambit_id": "870de777-ccbe-493d-b41f-965efa65e445",
            "last_updated": "2022-10-03T10:57:30.330650-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "South Alabama",
            "reward": "1.28000",
            "odds": "1.30300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c7b108c-5736-412c-83da-a5344ca22dff/?format=api"
        },
        {
            "id": "315f10fc-905e-4425-ab67-4ef513bfcc1f",
            "gambit_id": "5f83a2de-9606-4bff-a156-71292459b228",
            "last_updated": "2022-10-03T10:57:30.329672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UL Lafayette",
            "reward": "3.54000",
            "odds": "3.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0c7b108c-5736-412c-83da-a5344ca22dff/?format=api"
        }
    ]
}