GET /api/bet_types/3535b4f0-6799-486b-8101-be1bc29dc12a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3535b4f0-6799-486b-8101-be1bc29dc12a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a6b3499-0a19-44bd-b471-451114a1813e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-23T09:28:13.541833-04: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": "SFO (L Webb)",
                "amount": 6035.0
            },
            {
                "team": "ARI (Z Davies)",
                "amount": 3965.0
            }
        ],
        "expected_reward_tokens": 9595.3,
        "profit_sb": 95.3,
        "profit_sb_percentage": 1.0,
        "recommended": true
    },
    "lines": [
        {
            "id": "f568fcac-bfab-4786-9615-b7d0ef75b6bb",
            "gambit_id": "7f7700e1-ffaf-4373-91cd-4038c47aa733",
            "last_updated": "2023-06-25T10:18:02.132194-04:00",
            "created_at": "2023-06-23T09:28:13.545684-04:00",
            "name": "SFO (L Webb)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3535b4f0-6799-486b-8101-be1bc29dc12a/?format=api"
        },
        {
            "id": "3e5e081d-4c83-485d-8e7d-5f6f2e274d8c",
            "gambit_id": "9e9cc36e-8b72-4fd2-8fd7-20573c5d4525",
            "last_updated": "2023-06-25T10:18:02.130702-04:00",
            "created_at": "2023-06-23T09:28:13.543779-04:00",
            "name": "ARI (Z Davies)",
            "reward": "2.42000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3535b4f0-6799-486b-8101-be1bc29dc12a/?format=api"
        }
    ]
}