GET /api/bet_types/d96e595c-4716-4e09-a404-df8cdba463ad/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d96e595c-4716-4e09-a404-df8cdba463ad",
    "match": "https://api-prod.gambitprofit.com/api/matches/ece6606b-61b1-437a-8e06-ec0693643822/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-13T10:18:27.337723-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": "SEA (B Miller)",
                "amount": 5170.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "9b9e62d8-9507-4389-b13e-996feb5a1d8d",
            "gambit_id": "49cfd754-042f-4e44-81f9-5bfb9e393815",
            "last_updated": "2023-08-14T18:33:05.594809-04:00",
            "created_at": "2023-08-13T10:18:27.346074-04:00",
            "name": "SEA (B Miller)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d96e595c-4716-4e09-a404-df8cdba463ad/?format=api"
        },
        {
            "id": "0a82f4c2-1346-4d8d-bd14-5397e410c29f",
            "gambit_id": "d0573a90-b087-41bf-a691-0170f782de0b",
            "last_updated": "2023-08-14T18:33:05.591670-04:00",
            "created_at": "2023-08-13T10:18:27.341694-04:00",
            "name": "BAL (K Bradish)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d96e595c-4716-4e09-a404-df8cdba463ad/?format=api"
        }
    ]
}