GET /api/bet_types/5b464368-8a07-421f-b29e-c95f962b1811/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b464368-8a07-421f-b29e-c95f962b1811",
    "match": "https://api-prod.gambitprofit.com/api/matches/e6d88364-10ff-48c4-a5b4-a01e70d4eccc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:58.191285-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": "Colorado Avalanche",
                "amount": 6324.0
            },
            {
                "team": "Buffalo Sabres",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "f5eb4f5a-36f3-4905-a26e-1be9ab0c6c23",
            "gambit_id": "6321ccaa-4f66-4e49-88ea-5add49876c55",
            "last_updated": "2023-12-15T09:53:15.233671-05:00",
            "created_at": "2023-12-13T08:57:58.199506-05:00",
            "name": "Colorado Avalanche",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b464368-8a07-421f-b29e-c95f962b1811/?format=api"
        },
        {
            "id": "c054df3d-e9cf-46fc-8b29-300f71a604ee",
            "gambit_id": "143da5b1-f1f6-4c75-a534-e14066d4da7d",
            "last_updated": "2023-12-15T09:53:15.230463-05:00",
            "created_at": "2023-12-13T08:57:58.194988-05:00",
            "name": "Buffalo Sabres",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b464368-8a07-421f-b29e-c95f962b1811/?format=api"
        }
    ]
}