GET /api/bet_types/749b1d6f-d7cb-44ad-9b11-baa6ffd0333b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "749b1d6f-d7cb-44ad-9b11-baa6ffd0333b",
    "match": "https://api-prod.gambitprofit.com/api/matches/962f6cf8-22fb-4e92-afe6-8949077f1cda/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T08:48:19.759650-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": "ATL (C Morton)",
                "amount": 6060.0
            },
            {
                "team": "PHI (T Walker)",
                "amount": 3940.0
            }
        ],
        "expected_reward_tokens": 9574.2,
        "profit_sb": 74.2,
        "profit_sb_percentage": 0.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f819b312-a1ad-4c15-82b1-ee52b9fb29de",
            "gambit_id": "eb1ff2e3-33e7-4b14-ad2e-20e2421cca02",
            "last_updated": "2023-09-12T21:28:19.355034-04:00",
            "created_at": "2023-09-11T08:48:19.765304-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/749b1d6f-d7cb-44ad-9b11-baa6ffd0333b/?format=api"
        },
        {
            "id": "9876f058-1e78-4ff7-8ada-89ff1c8a1e58",
            "gambit_id": "8194725d-e1e3-4fd3-a2f0-95ae3a198983",
            "last_updated": "2023-09-12T21:28:19.358066-04:00",
            "created_at": "2023-09-11T08:48:19.770265-04:00",
            "name": "PHI (T Walker)",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/749b1d6f-d7cb-44ad-9b11-baa6ffd0333b/?format=api"
        }
    ]
}