GET /api/bet_types/80a93da1-afb5-4652-a223-bb693fa3759f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80a93da1-afb5-4652-a223-bb693fa3759f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a9c430f-d248-4c57-a4d4-8fda4b876cb0/?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": "MIN (J Winder)",
                "amount": 5312.0
            },
            {
                "team": "KAN (J Heasley)",
                "amount": 4688.0
            }
        ],
        "expected_reward_tokens": 9188.48,
        "profit_sb": 188.48,
        "profit_sb_percentage": 2.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "be0cea8a-d46f-44d2-85a9-837d532e7214",
            "gambit_id": "47a00621-f0e2-448a-8542-7006352f930a",
            "last_updated": "2022-09-23T10:22:09.360699-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (J Winder)",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80a93da1-afb5-4652-a223-bb693fa3759f/?format=api"
        },
        {
            "id": "ed410548-edfd-4da6-a5ea-6d9e9eb5e468",
            "gambit_id": "6ab83d5e-b40f-4c61-ab29-238a6d776b23",
            "last_updated": "2022-09-23T10:22:09.359793-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (J Heasley)",
            "reward": "1.96000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80a93da1-afb5-4652-a223-bb693fa3759f/?format=api"
        }
    ]
}