GET /api/bet_types/d52161b8-8589-4be6-b3f0-0abec0d316f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d52161b8-8589-4be6-b3f0-0abec0d316f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/8d3ae347-fab4-416c-9ed5-440ec0aa2fce/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-15T08:58:24.247434-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 (K Hendricks)",
                "amount": 6173.0
            },
            {
                "team": "CWS (T Toussaint)",
                "amount": 3827.0
            }
        ],
        "expected_reward_tokens": 9567.5,
        "profit_sb": 67.5,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "c81e8e9d-abbe-40bb-8e13-8e64cd5f3c56",
            "gambit_id": "d49251f0-cedc-4b21-92e8-a2275699469f",
            "last_updated": "2023-08-17T13:28:10.208463-04:00",
            "created_at": "2023-08-15T08:58:24.255559-04:00",
            "name": "CHC (K Hendricks)",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52161b8-8589-4be6-b3f0-0abec0d316f1/?format=api"
        },
        {
            "id": "43fd47c8-29ba-4ad2-b2d3-764756a6b489",
            "gambit_id": "f616e88c-86b5-4c44-a3f9-adf1c1df6d6b",
            "last_updated": "2023-08-17T13:28:10.204760-04:00",
            "created_at": "2023-08-15T08:58:24.251398-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "2.50000",
            "odds": "2.57000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d52161b8-8589-4be6-b3f0-0abec0d316f1/?format=api"
        }
    ]
}