GET /api/bet_types/380faedf-9346-4b95-bce6-dcad5da5e723/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "380faedf-9346-4b95-bce6-dcad5da5e723",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fb95799-a559-40eb-a172-7d6222c9152b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-01T19:33:12.429264-05: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": "Rob Font",
                "amount": 5299.0
            },
            {
                "team": "Deiveson Figueiredo",
                "amount": 4701.0
            }
        ],
        "expected_reward_tokens": 9166.95,
        "profit_sb": -333.05,
        "profit_sb_percentage": -3.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "66ecfd7b-a4da-459f-979e-4a6c60eddeb2",
            "gambit_id": "ea3f30db-9b80-4a7a-9968-997c783e8abc",
            "last_updated": "2023-12-05T21:28:21.569765-05:00",
            "created_at": "2023-12-01T19:33:12.436875-05:00",
            "name": "Rob Font",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/380faedf-9346-4b95-bce6-dcad5da5e723/?format=api"
        },
        {
            "id": "3de4948a-f834-4a43-a115-ad0a52bb51cd",
            "gambit_id": "700e79ee-df29-4bf7-b59e-813fa1b1e484",
            "last_updated": "2023-12-05T21:28:21.565850-05:00",
            "created_at": "2023-12-01T19:33:12.433192-05:00",
            "name": "Deiveson Figueiredo",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/380faedf-9346-4b95-bce6-dcad5da5e723/?format=api"
        }
    ]
}