GET /api/bet_types/bdc14ff3-c8ce-41f6-983c-44d2a749ca5e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdc14ff3-c8ce-41f6-983c-44d2a749ca5e",
    "match": "https://api-prod.gambitprofit.com/api/matches/10fc4d4c-6036-4308-8a11-723bdd827826/?format=api",
    "name": "Play the Odds",
    "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": "Montreal Canadiens",
                "amount": 5106.0
            },
            {
                "team": "St Louis Blues",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f6d7013-9108-41e6-b643-e4407c699858",
            "gambit_id": "9a7dc6d8-f0cd-49e8-b230-8d51b802a90d",
            "last_updated": "2022-10-31T11:07:09.427615-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc14ff3-c8ce-41f6-983c-44d2a749ca5e/?format=api"
        },
        {
            "id": "4b0c6e8d-4197-4d7e-a84e-c4e4f448555d",
            "gambit_id": "cd6902df-4392-409e-badf-3597fded4fbb",
            "last_updated": "2022-10-31T11:07:09.428545-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "St Louis Blues",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc14ff3-c8ce-41f6-983c-44d2a749ca5e/?format=api"
        }
    ]
}