GET /api/bet_types/f010e93b-1383-4417-8fbc-c6a9f12b5383/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f010e93b-1383-4417-8fbc-c6a9f12b5383",
    "match": "https://api-prod.gambitprofit.com/api/matches/fa562c2f-3443-4e3e-aa83-8d1c1068be34/?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": "LOS (J Urias)",
                "amount": 5964.0
            },
            {
                "team": "MIL (F Peralta)",
                "amount": 4036.0
            }
        ],
        "expected_reward_tokens": 9363.48,
        "profit_sb": 363.48,
        "profit_sb_percentage": 4.04,
        "recommended": true
    },
    "lines": [
        {
            "id": "c368ea05-a013-47dc-a581-7e86a3540ad7",
            "gambit_id": "518b5cc8-847a-4bfa-866d-fbde66bb73d2",
            "last_updated": "2022-08-16T13:57:08.208059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LOS (J Urias)",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f010e93b-1383-4417-8fbc-c6a9f12b5383/?format=api"
        },
        {
            "id": "3dd76ccc-06f8-45aa-96df-e5999eb3ed65",
            "gambit_id": "5778589a-d83f-4509-b766-28b00e4b24ad",
            "last_updated": "2022-08-16T13:57:08.207612-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (F Peralta)",
            "reward": "2.32000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f010e93b-1383-4417-8fbc-c6a9f12b5383/?format=api"
        }
    ]
}