GET /api/bet_types/45a12329-3507-4beb-9e72-1867659326db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "45a12329-3507-4beb-9e72-1867659326db",
    "match": "https://api-prod.gambitprofit.com/api/matches/060bce92-3161-46d5-ba35-40dc8c1be45e/?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": "UTSA",
                "amount": 5492.0
            },
            {
                "team": "UAB",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "416b7b60-b2ac-4196-9596-a42793270afb",
            "gambit_id": "697ef625-fd32-4ef3-9a7f-ee431f70b8ba",
            "last_updated": "2022-11-06T08:58:20.090022-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UTSA",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a12329-3507-4beb-9e72-1867659326db/?format=api"
        },
        {
            "id": "a5498edd-5bf0-4c52-a1be-ff7bc1ff692e",
            "gambit_id": "cb230a28-4a55-47b9-b13b-81592eb27710",
            "last_updated": "2022-11-06T08:58:20.088860-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UAB",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/45a12329-3507-4beb-9e72-1867659326db/?format=api"
        }
    ]
}