GET /api/bet_types/8a925558-5c6b-467d-9e77-a0d384d68d74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a925558-5c6b-467d-9e77-a0d384d68d74",
    "match": "https://api-prod.gambitprofit.com/api/matches/fe1e5989-581f-4c60-be8f-9877ea6177bd/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:16.621603-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": "Winnipeg Jets",
                "amount": 6805.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "17cb522b-546b-4cb0-968c-9f42d59ce627",
            "gambit_id": "c7ec79c6-bcdd-411e-9c47-50809012a846",
            "last_updated": "2023-12-19T21:03:17.199615-05:00",
            "created_at": "2023-12-18T09:53:16.629400-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a925558-5c6b-467d-9e77-a0d384d68d74/?format=api"
        },
        {
            "id": "cbc7e591-4aa5-44e4-9efd-d85db332691f",
            "gambit_id": "82d8cf4b-1dff-42c1-8569-88e7865ee7ce",
            "last_updated": "2023-12-19T21:03:17.196097-05:00",
            "created_at": "2023-12-18T09:53:16.625431-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a925558-5c6b-467d-9e77-a0d384d68d74/?format=api"
        }
    ]
}