GET /api/bet_types/91743eab-fded-4c0f-9ac0-fbd09afae7ce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "91743eab-fded-4c0f-9ac0-fbd09afae7ce",
    "match": "https://api-prod.gambitprofit.com/api/matches/61389e23-d2ad-43c9-9416-3455486a4fa0/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-26T12:02:10.949348-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": 6927.0
            },
            {
                "team": "KAN (R Yarbrough)",
                "amount": 3073.0
            }
        ],
        "expected_reward_tokens": 9557.03,
        "profit_sb": 57.03,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "59c84319-f338-4bf3-b84c-7bd22eac4ea6",
            "gambit_id": "eecf1592-362d-413b-83cc-23c4f393ea22",
            "last_updated": "2023-04-27T11:52:10.665221-04:00",
            "created_at": "2023-04-26T12:02:10.950732-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.38000",
            "odds": "1.39220",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91743eab-fded-4c0f-9ac0-fbd09afae7ce/?format=api"
        },
        {
            "id": "a09f61f0-94cc-4a01-81db-343345f6cccd",
            "gambit_id": "a9473488-42f3-4bb9-b093-591427ae4e9b",
            "last_updated": "2023-04-27T11:52:10.667891-04:00",
            "created_at": "2023-04-26T12:02:10.952149-04:00",
            "name": "KAN (R Yarbrough)",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/91743eab-fded-4c0f-9ac0-fbd09afae7ce/?format=api"
        }
    ]
}