GET /api/bet_types/588a07e8-cc1b-4a89-9b4b-7947615b5ecc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "588a07e8-cc1b-4a89-9b4b-7947615b5ecc",
    "match": "https://api-prod.gambitprofit.com/api/matches/3d2ff109-2fbd-4416-bda5-0a8a28ccb7a0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-13T08:57:56.793902-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": "Toronto Raptors",
                "amount": 5512.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "d86ed049-6263-4f26-af72-b786487616f6",
            "gambit_id": "96a2afed-ae07-4889-93a7-820f6c78b97e",
            "last_updated": "2023-12-15T10:03:18.737593-05:00",
            "created_at": "2023-12-13T08:57:56.802064-05:00",
            "name": "Toronto Raptors",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/588a07e8-cc1b-4a89-9b4b-7947615b5ecc/?format=api"
        },
        {
            "id": "830f9f01-ccf4-4127-b581-2d7fe283567b",
            "gambit_id": "6e0100f6-dfd2-42e2-a5e1-f3ef9ec230d3",
            "last_updated": "2023-12-15T10:03:18.734324-05:00",
            "created_at": "2023-12-13T08:57:56.797555-05:00",
            "name": "Atlanta Hawks",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/588a07e8-cc1b-4a89-9b4b-7947615b5ecc/?format=api"
        }
    ]
}