GET /api/bet_types/dfa098bf-613c-4e95-88ce-88007305a546/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dfa098bf-613c-4e95-88ce-88007305a546",
    "match": "https://api-prod.gambitprofit.com/api/matches/5138c5da-d73e-4851-a6e8-6e1881db2e17/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-06T09:23:24.338518-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": "Vancouver Canucks",
                "amount": 5319.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "f465d92b-5a59-4ca0-bce0-ab52db0e1775",
            "gambit_id": "3373b4fa-36c7-4875-8b54-683aabe2b505",
            "last_updated": "2024-01-09T10:18:18.246109-05:00",
            "created_at": "2024-01-06T09:23:24.346293-05:00",
            "name": "Vancouver Canucks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa098bf-613c-4e95-88ce-88007305a546/?format=api"
        },
        {
            "id": "acffe25b-b9d3-47f5-ab4d-6505b86bcd90",
            "gambit_id": "ee69c636-44d0-4a52-8d4a-61cac911c16f",
            "last_updated": "2024-01-09T10:18:18.249591-05:00",
            "created_at": "2024-01-06T09:23:24.355547-05:00",
            "name": "New Jersey Devils",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dfa098bf-613c-4e95-88ce-88007305a546/?format=api"
        }
    ]
}