GET /api/bet_types/ee0407b5-118d-4b46-bebe-445db69d4d58/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee0407b5-118d-4b46-bebe-445db69d4d58",
    "match": "https://api-prod.gambitprofit.com/api/matches/e35f96d3-a343-47cb-a747-b472cbf0e0b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-17T09:28:10.690871-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": "New Jersey Devils",
                "amount": 6232.0
            },
            {
                "team": "Montreal Canadiens",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "93fbf624-fb0f-4090-ba3d-fddb0db78ce4",
            "gambit_id": "182ea011-a025-4a06-b425-9721caf4b023",
            "last_updated": "2024-01-19T12:13:20.769939-05:00",
            "created_at": "2024-01-17T09:28:10.735879-05:00",
            "name": "New Jersey Devils",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee0407b5-118d-4b46-bebe-445db69d4d58/?format=api"
        },
        {
            "id": "26a5b28b-944d-4334-bda2-72c6687c30b9",
            "gambit_id": "c0960156-927e-4149-9aef-e83471d9a4be",
            "last_updated": "2024-01-19T12:13:20.766587-05:00",
            "created_at": "2024-01-17T09:28:10.719641-05:00",
            "name": "Montreal Canadiens",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee0407b5-118d-4b46-bebe-445db69d4d58/?format=api"
        }
    ]
}