GET /api/bet_types/82a59bb0-3fce-4e31-a1e9-ab3bb5a5ed04/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "82a59bb0-3fce-4e31-a1e9-ab3bb5a5ed04",
    "match": "https://api-prod.gambitprofit.com/api/matches/6aa876da-02ea-4f7d-8850-4c0077d33e28/?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": "Buffalo",
                "amount": 6336.0
            },
            {
                "team": "Kent State",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "3e5fc617-c8c8-4bdf-9e8e-7d8db5160748",
            "gambit_id": "a1fdd1a9-4299-4bc2-90ab-79f838258bdf",
            "last_updated": "2022-11-28T10:07:09.791149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Buffalo",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a59bb0-3fce-4e31-a1e9-ab3bb5a5ed04/?format=api"
        },
        {
            "id": "1a9a7e08-adc4-4f01-aa1f-d3c85eb92589",
            "gambit_id": "71549d06-9461-421f-ae9e-8847974b1c00",
            "last_updated": "2022-11-28T10:07:09.790182-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kent State",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/82a59bb0-3fce-4e31-a1e9-ab3bb5a5ed04/?format=api"
        }
    ]
}