GET /api/bet_types/6ad12b0a-586c-49ed-bf33-d1b3d399dc12/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6ad12b0a-586c-49ed-bf33-d1b3d399dc12",
    "match": "https://api-prod.gambitprofit.com/api/matches/6b0fa51b-f09a-4c79-8b45-5d97c2bd6e89/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-04T09:48:05.870722-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": "KAN (C Ragans)",
                "amount": 5980.0
            },
            {
                "team": "CWS (J Scholtens)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "8f0451b0-1f36-416b-b40f-56760f3c1161",
            "gambit_id": "01efbe9a-dbb6-49c2-af25-d896f16d06ea",
            "last_updated": "2023-09-05T17:13:01.490021-04:00",
            "created_at": "2023-09-04T09:48:05.881957-04:00",
            "name": "KAN (C Ragans)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ad12b0a-586c-49ed-bf33-d1b3d399dc12/?format=api"
        },
        {
            "id": "00ab3e07-7fa9-4838-8bc8-cfc6048d4074",
            "gambit_id": "0a169807-7721-4b57-97ba-b619da2ccda1",
            "last_updated": "2023-09-05T17:13:01.485586-04:00",
            "created_at": "2023-09-04T09:48:05.876724-04:00",
            "name": "CWS (J Scholtens)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6ad12b0a-586c-49ed-bf33-d1b3d399dc12/?format=api"
        }
    ]
}