GET /api/bet_types/e2702a84-75b9-4160-b7f1-a154b9064b3f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2702a84-75b9-4160-b7f1-a154b9064b3f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b2f8cffd-b2d1-4228-a750-e476e702ca1c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-09T13:03:05.014897-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": "Dorian Long",
                "amount": 5763.0
            },
            {
                "team": "Mark Johnson",
                "amount": 4237.0
            }
        ],
        "expected_reward_tokens": 8643.48,
        "profit_sb": -856.52,
        "profit_sb_percentage": -9.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "151285a4-8b5b-4247-9dfc-017a803da2a7",
            "gambit_id": "8bd0df96-09b8-4f73-a250-f46ef54522fe",
            "last_updated": "2023-06-11T10:08:25.236520-04:00",
            "created_at": "2023-06-09T13:03:05.017444-04:00",
            "name": "Dorian Long",
            "reward": "1.50000",
            "odds": "1.63000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2702a84-75b9-4160-b7f1-a154b9064b3f/?format=api"
        },
        {
            "id": "928474e9-a2ba-4c6d-9318-0edb768cc7a2",
            "gambit_id": "4a764c0f-fbf0-442e-b037-8ef72718d8b1",
            "last_updated": "2023-06-11T10:08:25.238880-04:00",
            "created_at": "2023-06-09T13:03:05.020416-04:00",
            "name": "Mark Johnson",
            "reward": "2.04000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2702a84-75b9-4160-b7f1-a154b9064b3f/?format=api"
        }
    ]
}