GET /api/bet_types/a22f28fc-6349-4d46-8446-c576969a9ae0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a22f28fc-6349-4d46-8446-c576969a9ae0",
    "match": "https://api-prod.gambitprofit.com/api/matches/92a5c5cb-02bb-4373-8302-d6bb98aad5c4/?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": "Nashville Predators",
                "amount": 5521.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "913c7567-e3e5-46cb-acfd-d300e72edbd2",
            "gambit_id": "ffca7d84-e21e-469d-9728-430f46482a48",
            "last_updated": "2022-10-14T09:57:03.980897-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Nashville Predators",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a22f28fc-6349-4d46-8446-c576969a9ae0/?format=api"
        },
        {
            "id": "ec491f86-4201-437c-ac9f-5b311a2554ba",
            "gambit_id": "dda9e856-52bc-43ee-80cd-2db4baec76b8",
            "last_updated": "2022-10-14T09:57:03.981865-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a22f28fc-6349-4d46-8446-c576969a9ae0/?format=api"
        }
    ]
}