GET /api/bet_types/650db789-2fe4-40c5-b058-fb51e0ce2382/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "650db789-2fe4-40c5-b058-fb51e0ce2382",
    "match": "https://api-prod.gambitprofit.com/api/matches/a2098a9e-17a1-4efc-8ad0-2e7d073d2f42/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-02T10:27:01.830669-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": "Miami Heat",
                "amount": 5098.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4902.0
            }
        ],
        "expected_reward_tokens": 8921.5,
        "profit_sb": -78.5,
        "profit_sb_percentage": -0.87,
        "recommended": false
    },
    "lines": [
        {
            "id": "e9457122-af4c-49ef-8668-3d8d31ae15ac",
            "gambit_id": "d5f5f986-e03d-4455-9ef9-aa1b951fccc8",
            "last_updated": "2023-01-03T10:07:06.998916-05:00",
            "created_at": "2023-01-02T10:27:01.833181-05:00",
            "name": "Miami Heat",
            "reward": "1.75000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/650db789-2fe4-40c5-b058-fb51e0ce2382/?format=api"
        },
        {
            "id": "bede2619-d333-40e8-8ffd-5ab4650fa9b5",
            "gambit_id": "85504186-3622-48d7-9444-32d90b174f2f",
            "last_updated": "2023-01-03T10:07:06.997847-05:00",
            "created_at": "2023-01-02T10:27:01.831881-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.82000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/650db789-2fe4-40c5-b058-fb51e0ce2382/?format=api"
        }
    ]
}