GET /api/bet_types/5b695872-cd97-489f-8aa4-081d5bb02c8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b695872-cd97-489f-8aa4-081d5bb02c8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4921bf29-115c-43b8-a106-ce6c3a35640d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Florida Panthers",
                "amount": 6389.0
            },
            {
                "team": "St Louis Blues",
                "amount": 3611.0
            }
        ],
        "expected_reward_tokens": 9135.83,
        "profit_sb": 135.83,
        "profit_sb_percentage": 1.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "d994f626-15a4-47fb-a260-4c51fb3b7746",
            "gambit_id": "6b887e5a-e477-4907-bb77-997d2e4cc781",
            "last_updated": "2022-11-28T11:26:56.413542-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Florida Panthers",
            "reward": "1.43000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b695872-cd97-489f-8aa4-081d5bb02c8e/?format=api"
        },
        {
            "id": "f5c54176-6667-4fc0-8513-0c757b0cfe4a",
            "gambit_id": "1f9750f5-1821-4eda-948d-28ef01447c28",
            "last_updated": "2022-11-28T11:26:56.414569-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "2.53000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b695872-cd97-489f-8aa4-081d5bb02c8e/?format=api"
        }
    ]
}