GET /api/bet_types/fffdf9e9-4e99-41b8-b2b7-e1d216aef9d4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fffdf9e9-4e99-41b8-b2b7-e1d216aef9d4",
    "match": "https://api-prod.gambitprofit.com/api/matches/30d14f6f-c19b-4515-a803-121eac6c1205/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:07.492163-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": "Los Angeles Kings",
                "amount": 6222.0
            },
            {
                "team": "Philadelphia Flyers",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "dae838d1-9b0d-4572-99bf-0b78ad17ad4e",
            "gambit_id": "dc0f7164-d6e9-4332-b956-05398c80f40d",
            "last_updated": "2023-11-06T09:18:29.059627-05:00",
            "created_at": "2023-11-04T09:48:07.496377-04:00",
            "name": "Los Angeles Kings",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fffdf9e9-4e99-41b8-b2b7-e1d216aef9d4/?format=api"
        },
        {
            "id": "05456de0-319f-49e8-9abc-1dfef9f472d8",
            "gambit_id": "44c77d50-3a4b-4863-9d42-c13211ac3114",
            "last_updated": "2023-11-06T09:18:29.062973-05:00",
            "created_at": "2023-11-04T09:48:07.501323-04:00",
            "name": "Philadelphia Flyers",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fffdf9e9-4e99-41b8-b2b7-e1d216aef9d4/?format=api"
        }
    ]
}