GET /api/bet_types/01c3e2cb-c562-4773-9468-5ebab154ebfe/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01c3e2cb-c562-4773-9468-5ebab154ebfe",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9e77964-f8f5-4394-810e-6643242b613e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:16.874545-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": "Atlanta Hawks",
                "amount": 8268.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1732.0
            }
        ],
        "expected_reward_tokens": 9508.2,
        "profit_sb": 8.2,
        "profit_sb_percentage": 0.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "958ff608-3198-4aa3-af59-abae434ad985",
            "gambit_id": "fce58ffd-973d-4714-b155-90e1fcf43ff0",
            "last_updated": "2023-12-19T20:58:17.304077-05:00",
            "created_at": "2023-12-18T09:53:16.882220-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.15000",
            "odds": "1.15380",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01c3e2cb-c562-4773-9468-5ebab154ebfe/?format=api"
        },
        {
            "id": "15bfc0d6-0023-4e73-bd94-bf905929dd10",
            "gambit_id": "0940783f-cc34-4bdc-b9ef-3a2f6c2a1f72",
            "last_updated": "2023-12-19T20:58:17.307825-05:00",
            "created_at": "2023-12-18T09:53:16.889355-05:00",
            "name": "Detroit Pistons",
            "reward": "5.49000",
            "odds": "5.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01c3e2cb-c562-4773-9468-5ebab154ebfe/?format=api"
        }
    ]
}