GET /api/bet_types/cb3b3642-5b14-4832-9892-2f5a25e4fee3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cb3b3642-5b14-4832-9892-2f5a25e4fee3",
    "match": "https://api-prod.gambitprofit.com/api/matches/86365e35-7075-489d-b455-e83deda13266/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-28T08:23:03.776774-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": "TAM (S McClanahan)",
                "amount": 5170.0
            },
            {
                "team": "HOU (C Javier)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "b2c53ed2-b2bf-451f-901a-3ee26dae6026",
            "gambit_id": "937fcef0-1fdc-4812-94c0-902d90c4577c",
            "last_updated": "2023-07-29T19:38:37.723388-04:00",
            "created_at": "2023-07-28T08:23:03.782368-04:00",
            "name": "TAM (S McClanahan)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3b3642-5b14-4832-9892-2f5a25e4fee3/?format=api"
        },
        {
            "id": "9f1335af-e68b-426b-b072-ea6dda7f84be",
            "gambit_id": "ffcecb2c-163b-4ce0-b7d8-e8765849a096",
            "last_updated": "2023-07-29T19:38:37.727588-04:00",
            "created_at": "2023-07-28T08:23:03.786901-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cb3b3642-5b14-4832-9892-2f5a25e4fee3/?format=api"
        }
    ]
}