GET /api/bet_types/379891b1-f3db-4b83-af3c-3a8d6c02787d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "379891b1-f3db-4b83-af3c-3a8d6c02787d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a385e695-ed1c-482d-862d-859e8dd03dd7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T08:58:12.235871-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": "CHC (J Wicks)",
                "amount": 5389.0
            },
            {
                "team": "MIL (E Lauer)",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9590.88,
        "profit_sb": 90.88,
        "profit_sb_percentage": 0.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "79e65d84-4718-491b-9475-68bf0912ada1",
            "gambit_id": "0f1dc20f-43db-497a-a4b5-6f6169bb2ac6",
            "last_updated": "2023-10-02T10:48:23.149263-04:00",
            "created_at": "2023-09-30T08:58:12.240809-04:00",
            "name": "CHC (J Wicks)",
            "reward": "1.78000",
            "odds": "1.81300",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/379891b1-f3db-4b83-af3c-3a8d6c02787d/?format=api"
        },
        {
            "id": "b1b9c576-c513-4e51-a24f-2b7db40977cf",
            "gambit_id": "0f375857-8191-4f20-92e3-5f2144e23483",
            "last_updated": "2023-10-02T10:48:23.152831-04:00",
            "created_at": "2023-09-30T08:58:12.245830-04:00",
            "name": "MIL (E Lauer)",
            "reward": "2.08000",
            "odds": "2.13000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/379891b1-f3db-4b83-af3c-3a8d6c02787d/?format=api"
        }
    ]
}