GET /api/bet_types/2143c23e-303b-49e1-8282-3fcf9d2bc529/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2143c23e-303b-49e1-8282-3fcf9d2bc529",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd810bc-aad5-49ca-aed8-a5c90db1bd76/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-07T09:48:17.424898-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": "Ottawa Senators",
                "amount": 6547.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2854081-8e98-4262-97be-5f22de5bc048",
            "gambit_id": "4ba5673f-bb07-4271-9fc6-964017bf54b9",
            "last_updated": "2023-12-08T21:18:06.856842-05:00",
            "created_at": "2023-12-07T09:48:17.432794-05:00",
            "name": "Ottawa Senators",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2143c23e-303b-49e1-8282-3fcf9d2bc529/?format=api"
        },
        {
            "id": "cd932d8d-662f-4fce-a090-609a961c0f1c",
            "gambit_id": "7a12d980-39b6-49e9-8913-45b270368271",
            "last_updated": "2023-12-08T21:18:06.846074-05:00",
            "created_at": "2023-12-07T09:48:17.428649-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2143c23e-303b-49e1-8282-3fcf9d2bc529/?format=api"
        }
    ]
}