GET /api/bet_types/1d2f8182-45c2-4a5e-809a-38a23164b58e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1d2f8182-45c2-4a5e-809a-38a23164b58e",
    "match": "https://api-prod.gambitprofit.com/api/matches/abd84f35-800c-4c89-a9bb-6cb9cf7750c9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-27T09:58:12.362945-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": "LOS (C Ferguson)",
                "amount": 5222.0
            },
            {
                "team": "BOS (T Houck)",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "1ace8548-2ce9-4215-b45d-0bd495b1ee17",
            "gambit_id": "98b258ad-c417-43b5-a6f3-1357429f2eee",
            "last_updated": "2023-08-29T09:08:33.261685-04:00",
            "created_at": "2023-08-27T09:58:12.367195-04:00",
            "name": "LOS (C Ferguson)",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2f8182-45c2-4a5e-809a-38a23164b58e/?format=api"
        },
        {
            "id": "4c901693-dcfa-4b77-a51d-519178e48db9",
            "gambit_id": "b5511eed-95c5-4e23-a363-7158bcf23e58",
            "last_updated": "2023-08-29T09:08:33.265262-04:00",
            "created_at": "2023-08-27T09:58:12.371514-04:00",
            "name": "BOS (T Houck)",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1d2f8182-45c2-4a5e-809a-38a23164b58e/?format=api"
        }
    ]
}