GET /api/bet_types/22555eb1-7483-4ef8-a00e-18d95f1cbdbd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "22555eb1-7483-4ef8-a00e-18d95f1cbdbd",
    "match": "https://api-prod.gambitprofit.com/api/matches/69791cbf-1752-4ae8-a3e9-2bcb48607e24/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:10.505832-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": "Buffalo Bills",
                "amount": 7930.0
            },
            {
                "team": "Tampa Bay Buccaneers",
                "amount": 2070.0
            }
        ],
        "expected_reward_tokens": 9436.7,
        "profit_sb": -63.3,
        "profit_sb_percentage": -0.67,
        "recommended": false
    },
    "lines": [
        {
            "id": "86142372-f4e7-4687-a5d5-fab4abe691b3",
            "gambit_id": "d043058e-9d53-421f-8d53-6ae184e19e6f",
            "last_updated": "2023-10-27T09:58:15.881089-04:00",
            "created_at": "2023-10-25T09:13:10.513514-04:00",
            "name": "Buffalo Bills",
            "reward": "1.19000",
            "odds": "1.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22555eb1-7483-4ef8-a00e-18d95f1cbdbd/?format=api"
        },
        {
            "id": "ee3449a7-462a-4990-8958-8cc7425218fa",
            "gambit_id": "c664fa80-44f9-41ab-ace4-01b15927916b",
            "last_updated": "2023-10-27T09:58:15.877876-04:00",
            "created_at": "2023-10-25T09:13:10.509506-04:00",
            "name": "Tampa Bay Buccaneers",
            "reward": "4.56000",
            "odds": "4.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/22555eb1-7483-4ef8-a00e-18d95f1cbdbd/?format=api"
        }
    ]
}