GET /api/bet_types/a13c827c-afea-4f71-8383-e64364e98908/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a13c827c-afea-4f71-8383-e64364e98908",
    "match": "https://api-prod.gambitprofit.com/api/matches/f14e04cf-41db-4e5b-b16b-f2d0f389e213/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T11:43:09.971222-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": "Los Angeles Dodgers",
                "amount": 5615.0
            },
            {
                "team": "Cleveland Guardians",
                "amount": 4385.0
            }
        ],
        "expected_reward_tokens": 9601.65,
        "profit_sb": 101.65,
        "profit_sb_percentage": 1.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "981e2d06-32c4-45b4-8f8b-b1c1c51c8a6a",
            "gambit_id": "02263c46-df27-4a31-b29b-8f3474ac4e52",
            "last_updated": "2023-08-25T19:08:09.827702-04:00",
            "created_at": "2023-08-24T11:43:09.978675-04:00",
            "name": "Los Angeles Dodgers",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a13c827c-afea-4f71-8383-e64364e98908/?format=api"
        },
        {
            "id": "ab2d2963-cf6e-469d-a598-e9893bb35648",
            "gambit_id": "1a767e80-e1fe-453a-9478-b80a6a506c75",
            "last_updated": "2023-08-25T19:08:09.831447-04:00",
            "created_at": "2023-08-24T11:43:09.983454-04:00",
            "name": "Cleveland Guardians",
            "reward": "2.19000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a13c827c-afea-4f71-8383-e64364e98908/?format=api"
        }
    ]
}