GET /api/bet_types/27cb6b4e-76d2-4f42-b3b9-1b1cd4d9f14e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27cb6b4e-76d2-4f42-b3b9-1b1cd4d9f14e",
    "match": "https://api-prod.gambitprofit.com/api/matches/8de9867a-5268-407c-8334-0f6bf5aa2715/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-30T08:18:12.700612-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 (C Sanchez)",
                "amount": 6173.0
            },
            {
                "team": "LAA (R Detmers)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "d6aca806-0dff-4dbe-8d26-c0c1f18675f0",
            "gambit_id": "eaf505f4-7580-4e47-8abc-ed89b35f94e9",
            "last_updated": "2023-08-31T19:28:23.011741-04:00",
            "created_at": "2023-08-30T08:18:12.710358-04:00",
            "name": "PHI (C Sanchez)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27cb6b4e-76d2-4f42-b3b9-1b1cd4d9f14e/?format=api"
        },
        {
            "id": "b854cb36-fc05-4454-a3ea-063bd63d2d51",
            "gambit_id": "6826a1e4-cee8-437d-b3ca-58d43535c5e0",
            "last_updated": "2023-08-31T19:28:23.008562-04:00",
            "created_at": "2023-08-30T08:18:12.705274-04:00",
            "name": "LAA (R Detmers)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27cb6b4e-76d2-4f42-b3b9-1b1cd4d9f14e/?format=api"
        }
    ]
}