GET /api/bet_types/28a21493-1801-45b8-86c9-949c2b0bd8e4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28a21493-1801-45b8-86c9-949c2b0bd8e4",
    "match": "https://api-prod.gambitprofit.com/api/matches/c5e39705-31a5-443a-bfa2-5dfe1e23ce4f/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-31T09:58:19.717113-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": "Cleveland Cavaliers",
                "amount": 8637.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1363.0
            }
        ],
        "expected_reward_tokens": 9500.11,
        "profit_sb": 0.11,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f1ba014f-dc10-4551-8d33-fbc2eeb4c3cf",
            "gambit_id": "548a3920-865d-432b-9097-9f56dba8c1a4",
            "last_updated": "2024-02-01T10:48:00.931071-05:00",
            "created_at": "2024-01-31T09:58:19.724817-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.10000",
            "odds": "1.10530",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28a21493-1801-45b8-86c9-949c2b0bd8e4/?format=api"
        },
        {
            "id": "d0e939a3-15d2-4ad1-8809-c849018413b9",
            "gambit_id": "2cad9504-500e-4be9-bfde-afa7c6a4453c",
            "last_updated": "2024-02-01T10:48:00.927892-05:00",
            "created_at": "2024-01-31T09:58:19.721021-05:00",
            "name": "Detroit Pistons",
            "reward": "6.97000",
            "odds": "7.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28a21493-1801-45b8-86c9-949c2b0bd8e4/?format=api"
        }
    ]
}