GET /api/bet_types/21cd05b2-77d2-44e9-8739-cf9d7a0f4720/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21cd05b2-77d2-44e9-8739-cf9d7a0f4720",
    "match": "https://api-prod.gambitprofit.com/api/matches/be1c85bc-3fc3-445c-a0c2-74dbb1fc1b1a/?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": "CLE (C Quantrill)",
                "amount": 5217.0
            },
            {
                "team": "MIN (S Gray)",
                "amount": 4783.0
            }
        ],
        "expected_reward_tokens": 9181.92,
        "profit_sb": 181.92,
        "profit_sb_percentage": 2.02,
        "recommended": true
    },
    "lines": [
        {
            "id": "c7b40218-7094-494d-aae8-54693cccb54d",
            "gambit_id": "df712979-b8e4-4dae-a15d-06758782e720",
            "last_updated": "2022-09-20T16:07:12.840028-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.76000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21cd05b2-77d2-44e9-8739-cf9d7a0f4720/?format=api"
        },
        {
            "id": "da279773-6b6a-43dc-a8ec-73e90d836eb4",
            "gambit_id": "8b365832-46fc-4782-81a8-52762ed8fed0",
            "last_updated": "2022-09-20T16:07:12.841053-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (S Gray)",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21cd05b2-77d2-44e9-8739-cf9d7a0f4720/?format=api"
        }
    ]
}