GET /api/bet_types/9bc2cf1b-e482-4558-81c6-83bc8606ab39/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9bc2cf1b-e482-4558-81c6-83bc8606ab39",
    "match": "https://api-prod.gambitprofit.com/api/matches/f7452916-23fe-4f1b-b9d5-4446d3f11082/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-13T09:08:00.477563-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": "ARI (Z Gallen)",
                "amount": 5980.0
            },
            {
                "team": "NYM (J Lucchesi)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "5988e2ee-a500-4906-bf1f-fd97334ba50e",
            "gambit_id": "a20fb1d3-0c59-4fd4-a7ca-04ba5d7fee00",
            "last_updated": "2023-09-15T10:18:23.560766-04:00",
            "created_at": "2023-09-13T09:08:00.481564-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc2cf1b-e482-4558-81c6-83bc8606ab39/?format=api"
        },
        {
            "id": "49832e01-8f68-4733-b25a-c8f16166fab6",
            "gambit_id": "01397bc5-c7c4-4921-a085-d436ada2c20a",
            "last_updated": "2023-09-15T10:18:23.570736-04:00",
            "created_at": "2023-09-13T09:08:00.485736-04:00",
            "name": "NYM (J Lucchesi)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9bc2cf1b-e482-4558-81c6-83bc8606ab39/?format=api"
        }
    ]
}