GET /api/bet_types/d001c19c-e212-47f5-ad37-6f81c919afcf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d001c19c-e212-47f5-ad37-6f81c919afcf",
    "match": "https://api-prod.gambitprofit.com/api/matches/194b3b34-daf4-4987-abce-9b81fd514667/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-20T10:51:56.630736-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": "WAS (P Corbin)",
                "amount": 5325.0
            },
            {
                "team": "DET (A Faedo)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "b995b802-fc83-4ebf-a8c0-8d931a98926b",
            "gambit_id": "908fcf62-44bf-4baa-a2fe-fd0d22a1f1f7",
            "last_updated": "2023-05-22T13:22:18.267440-04:00",
            "created_at": "2023-05-20T10:51:56.633089-04:00",
            "name": "WAS (P Corbin)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d001c19c-e212-47f5-ad37-6f81c919afcf/?format=api"
        },
        {
            "id": "2639dad5-d3aa-4c12-aadf-116ff987957f",
            "gambit_id": "4d655502-07e3-47cd-af06-05e9c65b3281",
            "last_updated": "2023-05-22T13:22:18.268722-04:00",
            "created_at": "2023-05-20T10:51:56.636143-04:00",
            "name": "DET (A Faedo)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d001c19c-e212-47f5-ad37-6f81c919afcf/?format=api"
        }
    ]
}