GET /api/bet_types/52c7d15b-3ebd-422d-9b3d-cccea1b63716/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "52c7d15b-3ebd-422d-9b3d-cccea1b63716",
    "match": "https://api-prod.gambitprofit.com/api/matches/acf24a8e-870c-451d-8d1d-fc28bc19ba30/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-23T11:48:00.112135-04: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": "HOU (H Brown)",
                "amount": 6682.0
            },
            {
                "team": "OAK (L Medina)",
                "amount": 3318.0
            }
        ],
        "expected_reward_tokens": 9488.44,
        "profit_sb": -11.56,
        "profit_sb_percentage": -0.12,
        "recommended": false
    },
    "lines": [
        {
            "id": "93dc7366-b0a4-4261-bc23-67bd468c4116",
            "gambit_id": "0bf80687-ee44-409d-a9aa-333ddaaeeff9",
            "last_updated": "2023-07-24T13:23:14.811239-04:00",
            "created_at": "2023-07-23T11:48:00.116370-04:00",
            "name": "HOU (H Brown)",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c7d15b-3ebd-422d-9b3d-cccea1b63716/?format=api"
        },
        {
            "id": "d1d7af0c-da2e-4c47-9770-8c7a34de163b",
            "gambit_id": "e1fb3e19-5bc1-4379-96bb-e2f0a7c975ad",
            "last_updated": "2023-07-24T13:23:14.814600-04:00",
            "created_at": "2023-07-23T11:48:00.120466-04:00",
            "name": "OAK (L Medina)",
            "reward": "2.86000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/52c7d15b-3ebd-422d-9b3d-cccea1b63716/?format=api"
        }
    ]
}