GET /api/bet_types/e3f7cbba-645b-4180-a969-22710535b32c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3f7cbba-645b-4180-a969-22710535b32c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e15114c8-d9fb-4e91-84f4-482f5ca67a55/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-30T17:46:52.855209-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": "Winnipeg Jets",
                "amount": 6667.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3333.0
            }
        ],
        "expected_reward_tokens": 9465.72,
        "profit_sb": -34.28,
        "profit_sb_percentage": -0.36,
        "recommended": false
    },
    "lines": [
        {
            "id": "7ffaf4ad-5140-4d82-964b-7395a9649eca",
            "gambit_id": "95f8cd17-11e8-41ef-b237-4c72e4cdb56c",
            "last_updated": "2023-01-31T09:17:14.500841-05:00",
            "created_at": "2023-01-30T17:46:52.857863-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3f7cbba-645b-4180-a969-22710535b32c/?format=api"
        },
        {
            "id": "cce317bc-773b-4463-aec6-02037986b353",
            "gambit_id": "d1354d74-1b19-404c-a0fc-4513a76c7657",
            "last_updated": "2023-01-31T09:17:14.502001-05:00",
            "created_at": "2023-01-30T17:46:52.860634-05:00",
            "name": "St Louis Blues",
            "reward": "2.84000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3f7cbba-645b-4180-a969-22710535b32c/?format=api"
        }
    ]
}