GET /api/bet_types/1b81c4c4-77e3-4bc3-b8d9-93f52b44566d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1b81c4c4-77e3-4bc3-b8d9-93f52b44566d",
    "match": "https://api-prod.gambitprofit.com/api/matches/68ad07d9-e2ba-494f-a529-65599666e472/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:20.704325-04: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": "Calgary Flames",
                "amount": 6314.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3686.0
            }
        ],
        "expected_reward_tokens": 9471.0,
        "profit_sb": -29.0,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "bb8c2a94-7d89-4fc3-848f-5ff23e0b0e78",
            "gambit_id": "353720e4-9496-40ee-b2f7-e87c864b4cb7",
            "last_updated": "2023-10-27T11:03:23.511973-04:00",
            "created_at": "2023-10-26T09:28:20.708367-04:00",
            "name": "Calgary Flames",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b81c4c4-77e3-4bc3-b8d9-93f52b44566d/?format=api"
        },
        {
            "id": "e268d6f6-2ef1-434d-b090-339fef4fe89d",
            "gambit_id": "ebefc7e7-c2f4-406d-aa9d-0d76646cdb1a",
            "last_updated": "2023-10-27T11:03:23.515207-04:00",
            "created_at": "2023-10-26T09:28:20.712235-04:00",
            "name": "St Louis Blues",
            "reward": "2.57000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1b81c4c4-77e3-4bc3-b8d9-93f52b44566d/?format=api"
        }
    ]
}