GET /api/bet_types/87aa3f18-d942-41f7-9dd4-5f31027ab75a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "87aa3f18-d942-41f7-9dd4-5f31027ab75a",
    "match": "https://api-prod.gambitprofit.com/api/matches/e915f2ec-b38f-467a-a0a7-20f09ea15abb/?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": "Tulsa",
                "amount": 6401.0
            },
            {
                "team": "Navy",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "0079eef5-05aa-4490-ad2b-845f3f36eb25",
            "gambit_id": "b0274c6a-791c-47fc-bd6d-ba458fa0a81c",
            "last_updated": "2022-10-11T11:02:35.636187-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87aa3f18-d942-41f7-9dd4-5f31027ab75a/?format=api"
        },
        {
            "id": "68c88596-186e-47a4-9794-ba4e50cc6c8a",
            "gambit_id": "ac27fb95-72d2-47ee-9f19-c087e87550ff",
            "last_updated": "2022-10-11T11:02:35.635060-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Navy",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/87aa3f18-d942-41f7-9dd4-5f31027ab75a/?format=api"
        }
    ]
}