GET /api/bet_types/b7c6ccfb-c26c-4d16-a0c4-de2ecce441ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b7c6ccfb-c26c-4d16-a0c4-de2ecce441ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/da24cc27-cb87-46bf-a8eb-e3ac1af03dd2/?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": "Memphis Grizzlies",
                "amount": 7340.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 2660.0
            }
        ],
        "expected_reward_tokens": 9175.0,
        "profit_sb": 175.0,
        "profit_sb_percentage": 1.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "8071801b-56b8-4099-b97d-987fa3fb7af0",
            "gambit_id": "dee31875-c8bb-472f-bbf5-025222b51e3d",
            "last_updated": "2022-12-08T13:02:14.179248-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis Grizzlies",
            "reward": "1.25000",
            "odds": "1.28570",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7c6ccfb-c26c-4d16-a0c4-de2ecce441ee/?format=api"
        },
        {
            "id": "93984620-a6b9-4393-8a72-fdd34c497551",
            "gambit_id": "7f138486-2124-441e-876a-660beed0c3b4",
            "last_updated": "2022-12-08T13:02:14.180270-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "3.45000",
            "odds": "3.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b7c6ccfb-c26c-4d16-a0c4-de2ecce441ee/?format=api"
        }
    ]
}