GET /api/bet_types/3881c868-37af-460a-b078-2f144362150e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3881c868-37af-460a-b078-2f144362150e",
    "match": "https://api-prod.gambitprofit.com/api/matches/36e99295-46cf-4094-8960-3bf174f3cea4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-05T10:57:14.732988-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": "PHI (A Nola)",
                "amount": 6892.0
            },
            {
                "team": "DET (J Wentz)",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "12e0aa9e-4be7-44ba-bae9-3f1c54d79ee7",
            "gambit_id": "71fd8776-c8a0-41a9-bcbf-6e186033e0f8",
            "last_updated": "2023-06-06T16:02:19.161510-04:00",
            "created_at": "2023-06-05T10:57:14.747030-04:00",
            "name": "PHI (A Nola)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3881c868-37af-460a-b078-2f144362150e/?format=api"
        },
        {
            "id": "7758aa3f-da8e-48f4-b0b9-65f1a7bec9a7",
            "gambit_id": "04d880fc-a384-48e9-9461-5a31625601a1",
            "last_updated": "2023-06-06T16:02:19.160159-04:00",
            "created_at": "2023-06-05T10:57:14.743807-04:00",
            "name": "DET (J Wentz)",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3881c868-37af-460a-b078-2f144362150e/?format=api"
        }
    ]
}