GET /api/bet_types/fc3cf5b2-74d5-43e5-ba89-d74275502bcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc3cf5b2-74d5-43e5-ba89-d74275502bcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2e46f570-04d8-499f-857d-f46d5853984e/?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": "CWS (D Cease)",
                "amount": 6101.0
            },
            {
                "team": "KAN (Z Greinke)",
                "amount": 3899.0
            }
        ],
        "expected_reward_tokens": 9395.54,
        "profit_sb": 395.54,
        "profit_sb_percentage": 4.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "9aae3881-62ad-4080-a741-4c6e65a8f1af",
            "gambit_id": "2fdebfbd-9c39-4415-a39c-2e63e51920fe",
            "last_updated": "2022-08-12T09:52:09.448119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.54000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3cf5b2-74d5-43e5-ba89-d74275502bcb/?format=api"
        },
        {
            "id": "6b6b8470-2eca-41e6-83df-0c4f47b1448a",
            "gambit_id": "30b40192-af54-431c-8413-6ee701f9b182",
            "last_updated": "2022-08-12T09:52:09.447729-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "KAN (Z Greinke)",
            "reward": "2.41000",
            "odds": "2.55000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc3cf5b2-74d5-43e5-ba89-d74275502bcb/?format=api"
        }
    ]
}