GET /api/bet_types/88b29212-049c-4613-b2d3-3d964b1bd7ab/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88b29212-049c-4613-b2d3-3d964b1bd7ab",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d397835-2442-42d4-ba15-7bfefdda4d36/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-16T09:28:06.871094-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": "Chicago Blackhawks",
                "amount": 5872.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4128.0
            }
        ],
        "expected_reward_tokens": 9453.12,
        "profit_sb": -46.88,
        "profit_sb_percentage": -0.49,
        "recommended": false
    },
    "lines": [
        {
            "id": "f884fafd-65cd-4173-b82c-d5fb104b1ec5",
            "gambit_id": "b23c466b-fad4-48f4-801a-66c93f81caf3",
            "last_updated": "2023-11-17T12:53:12.344624-05:00",
            "created_at": "2023-11-16T09:28:06.880350-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.61000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88b29212-049c-4613-b2d3-3d964b1bd7ab/?format=api"
        },
        {
            "id": "b4719afe-377f-4ab8-b17e-a660f7b1ecc4",
            "gambit_id": "34383f16-1a47-4418-8d9d-d410f908ded9",
            "last_updated": "2023-11-17T12:53:12.341323-05:00",
            "created_at": "2023-11-16T09:28:06.875489-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88b29212-049c-4613-b2d3-3d964b1bd7ab/?format=api"
        }
    ]
}