GET /api/bet_types/b5986fb4-f4eb-4b58-bd72-8da8e69e988c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b5986fb4-f4eb-4b58-bd72-8da8e69e988c",
    "match": "https://api-prod.gambitprofit.com/api/matches/87984b3c-2767-4e81-92e5-438cae20d431/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-11T09:38:14.498525-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": "Tampa Bay Lightning",
                "amount": 5773.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "7e08f1a9-19df-430b-8a5a-978f30e989e8",
            "gambit_id": "0c288e91-3424-4384-a21e-0570dd09678e",
            "last_updated": "2024-01-15T09:53:15.908924-05:00",
            "created_at": "2024-01-11T09:38:14.508287-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5986fb4-f4eb-4b58-bd72-8da8e69e988c/?format=api"
        },
        {
            "id": "57b8c592-22e3-44fb-ac9a-9b0cf1be0d3c",
            "gambit_id": "3fe84475-2ce0-49c9-8350-a0a8ac1bc438",
            "last_updated": "2024-01-15T09:53:15.905430-05:00",
            "created_at": "2024-01-11T09:38:14.503444-05:00",
            "name": "New Jersey Devils",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b5986fb4-f4eb-4b58-bd72-8da8e69e988c/?format=api"
        }
    ]
}