GET /api/bet_types/d4618718-5c82-4f52-a130-5b1464e22439/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d4618718-5c82-4f52-a130-5b1464e22439",
    "match": "https://api-prod.gambitprofit.com/api/matches/1088ea5d-7b68-44b8-8d95-81dab2f8f853/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-28T10:03:11.848818-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": 6935.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "83c819dd-26d5-40e6-986e-ae7377189e4d",
            "gambit_id": "3c08f104-7364-44a6-9f77-db5ffedaf04f",
            "last_updated": "2023-12-30T16:23:09.506446-05:00",
            "created_at": "2023-12-28T10:03:11.860462-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4618718-5c82-4f52-a130-5b1464e22439/?format=api"
        },
        {
            "id": "2d390e52-8fab-402a-994e-c5ddfaeee081",
            "gambit_id": "09e0cbd2-429b-46ce-b383-762721370f9e",
            "last_updated": "2023-12-30T16:23:09.502850-05:00",
            "created_at": "2023-12-28T10:03:11.855304-05:00",
            "name": "Montreal Canadiens",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d4618718-5c82-4f52-a130-5b1464e22439/?format=api"
        }
    ]
}