GET /api/bet_types/02c37069-9d1c-4e81-95ca-1ff85d46880e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "02c37069-9d1c-4e81-95ca-1ff85d46880e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8a6e2d6a-c998-4213-83d4-7f2c048f56b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-02T08:28:11.730447-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": "Carolina Hurricanes",
                "amount": 6812.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3188.0
            }
        ],
        "expected_reward_tokens": 9468.36,
        "profit_sb": -31.64,
        "profit_sb_percentage": -0.33,
        "recommended": false
    },
    "lines": [
        {
            "id": "71d34565-cef1-4a78-966c-89294d2708e8",
            "gambit_id": "bcee3447-ed03-48b3-95d4-a28643bae26c",
            "last_updated": "2023-12-04T15:28:29.574703-05:00",
            "created_at": "2023-12-02T08:28:11.738898-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02c37069-9d1c-4e81-95ca-1ff85d46880e/?format=api"
        },
        {
            "id": "18154d76-b58e-4ab6-9e37-7a829e84e250",
            "gambit_id": "74a2f6a6-d1fc-42e8-af03-c97d63a507ca",
            "last_updated": "2023-12-04T15:28:29.571136-05:00",
            "created_at": "2023-12-02T08:28:11.734190-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.97000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/02c37069-9d1c-4e81-95ca-1ff85d46880e/?format=api"
        }
    ]
}