GET /api/bet_types/09972ca9-71ea-446e-9c81-a61426ad0a20/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09972ca9-71ea-446e-9c81-a61426ad0a20",
    "match": "https://api-prod.gambitprofit.com/api/matches/3df875b3-f78a-4ded-9a2f-ffffb1ad3f1f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-16T09:03:04.036495-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 York Rangers",
                "amount": 6611.0
            },
            {
                "team": "Seattle Kraken",
                "amount": 3389.0
            }
        ],
        "expected_reward_tokens": 9387.53,
        "profit_sb": -112.47,
        "profit_sb_percentage": -1.18,
        "recommended": false
    },
    "lines": [
        {
            "id": "4e135113-ad20-4afe-9098-ad2c82993de5",
            "gambit_id": "d0491d53-61b7-4c9c-99da-78415ca47f3d",
            "last_updated": "2024-01-19T11:48:30.127804-05:00",
            "created_at": "2024-01-16T09:03:04.052351-05:00",
            "name": "New York Rangers",
            "reward": "1.42000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09972ca9-71ea-446e-9c81-a61426ad0a20/?format=api"
        },
        {
            "id": "d5c5257b-6559-4fa4-a03e-51d59a7335ef",
            "gambit_id": "2e765dd9-8781-4bf2-862e-9fc8a13fdea4",
            "last_updated": "2024-01-19T11:48:30.123234-05:00",
            "created_at": "2024-01-16T09:03:04.043172-05:00",
            "name": "Seattle Kraken",
            "reward": "2.77000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09972ca9-71ea-446e-9c81-a61426ad0a20/?format=api"
        }
    ]
}