GET /api/bet_types/9319bddb-1ca8-45e6-a83f-dc316fbe149d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9319bddb-1ca8-45e6-a83f-dc316fbe149d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4d0f1589-2203-4d0c-8c90-0de4f7285476/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:13.763518-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": "Buffalo Sabres",
                "amount": 5319.0
            },
            {
                "team": "Ottawa Senators",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "3f4c3cd4-cfb1-45d1-97df-9f04f98b9f1e",
            "gambit_id": "e71089e5-cc7c-48b5-ab12-8497bb9aa135",
            "last_updated": "2024-01-15T09:48:15.111240-05:00",
            "created_at": "2024-01-11T09:38:13.772992-05:00",
            "name": "Buffalo Sabres",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9319bddb-1ca8-45e6-a83f-dc316fbe149d/?format=api"
        },
        {
            "id": "4821493b-1e19-4bc1-9830-7e5f82813fdd",
            "gambit_id": "11eb6a0a-17f6-4051-b77d-0c9d03de0fd6",
            "last_updated": "2024-01-15T09:48:15.107607-05:00",
            "created_at": "2024-01-11T09:38:13.767612-05:00",
            "name": "Ottawa Senators",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9319bddb-1ca8-45e6-a83f-dc316fbe149d/?format=api"
        }
    ]
}