GET /api/bet_types/77c6e357-6d90-4160-889a-7b7148770366/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77c6e357-6d90-4160-889a-7b7148770366",
    "match": "https://api-prod.gambitprofit.com/api/matches/8eff2b51-5bfe-492c-b11e-1a9e7a7ebb12/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-26T09:28:18.251768-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": "Montreal Canadiens",
                "amount": 5094.0
            },
            {
                "team": "Columbus Blue Jackets",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d34b642-70d6-444a-8cd5-d80d249be825",
            "gambit_id": "e02267ee-f3f4-41ad-b799-ca86dfb8bf6d",
            "last_updated": "2023-10-28T10:22:54.268190-04:00",
            "created_at": "2023-10-26T09:28:18.261002-04:00",
            "name": "Montreal Canadiens",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77c6e357-6d90-4160-889a-7b7148770366/?format=api"
        },
        {
            "id": "f67e880a-77b7-41a6-9816-7a58ce2dd1da",
            "gambit_id": "a566b503-6100-4a11-a355-f386a445f688",
            "last_updated": "2023-10-28T10:22:54.264572-04:00",
            "created_at": "2023-10-26T09:28:18.255814-04:00",
            "name": "Columbus Blue Jackets",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77c6e357-6d90-4160-889a-7b7148770366/?format=api"
        }
    ]
}