GET /api/bet_types/70f5fe6a-acba-4b55-b802-5890b2130adf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70f5fe6a-acba-4b55-b802-5890b2130adf",
    "match": "https://api-prod.gambitprofit.com/api/matches/87c7719a-08b6-4d49-bf2d-b5cfd63c1c17/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "NYY (G Cole)",
                "amount": 6370.0
            },
            {
                "team": "CLE (C Quantrill)",
                "amount": 3630.0
            }
        ],
        "expected_reward_tokens": 9618.7,
        "profit_sb": 118.7,
        "profit_sb_percentage": 1.25,
        "recommended": true
    },
    "lines": [
        {
            "id": "781d4d9e-baa5-4b28-a23b-34b30adf059c",
            "gambit_id": "9fe26d58-968b-4349-a5de-4a0342bac639",
            "last_updated": "2022-10-12T10:16:59.289470-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY (G Cole)",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f5fe6a-acba-4b55-b802-5890b2130adf/?format=api"
        },
        {
            "id": "2cf44e86-4867-4cee-8a45-813b51f2e775",
            "gambit_id": "e58ea1f0-4fad-413e-9530-130fc9762092",
            "last_updated": "2022-10-12T10:16:59.288493-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70f5fe6a-acba-4b55-b802-5890b2130adf/?format=api"
        }
    ]
}