GET /api/bet_types/38cfcdf1-18eb-41c7-9994-fe7a7fb3bbdb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38cfcdf1-18eb-41c7-9994-fe7a7fb3bbdb",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8b72e62-58b0-48db-88a8-3806bdbbf2eb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-11T09:38:01.129976-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": "Denver Nuggets",
                "amount": 5939.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4061.0
            }
        ],
        "expected_reward_tokens": 9502.4,
        "profit_sb": 2.4,
        "profit_sb_percentage": 0.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "60bffd26-6000-4231-aad1-469317870255",
            "gambit_id": "f05bb5df-7d53-4673-b78e-ae57c52fafff",
            "last_updated": "2023-12-12T21:48:28.223246-05:00",
            "created_at": "2023-12-11T09:38:01.134099-05:00",
            "name": "Denver Nuggets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38cfcdf1-18eb-41c7-9994-fe7a7fb3bbdb/?format=api"
        },
        {
            "id": "e531e40d-701e-4414-9e57-6c8528b987f1",
            "gambit_id": "52e87348-fdd4-4bc8-89c1-d3835e240783",
            "last_updated": "2023-12-12T21:48:28.226449-05:00",
            "created_at": "2023-12-11T09:38:01.138016-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38cfcdf1-18eb-41c7-9994-fe7a7fb3bbdb/?format=api"
        }
    ]
}