GET /api/bet_types/ac23bf9a-311e-4a0f-bc61-b93d3aa41f44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ac23bf9a-311e-4a0f-bc61-b93d3aa41f44",
    "match": "https://api-prod.gambitprofit.com/api/matches/32c2c366-5b03-414a-bc34-12e8daedf4da/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-20T08:33:12.316443-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": "NYM (J Quintana)",
                "amount": 5980.0
            },
            {
                "team": "CWS (M Kopech)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "cb5a66e2-2310-4f62-90cd-b432dd323957",
            "gambit_id": "a0b5a294-d94d-4799-ae94-7697791aec2e",
            "last_updated": "2023-07-22T09:43:04.272911-04:00",
            "created_at": "2023-07-20T08:33:12.319212-04:00",
            "name": "NYM (J Quintana)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac23bf9a-311e-4a0f-bc61-b93d3aa41f44/?format=api"
        },
        {
            "id": "68d691d7-c4a4-4568-994e-f967ad073a69",
            "gambit_id": "cf2fffd3-1385-47fa-b19a-9affe5b35626",
            "last_updated": "2023-07-22T09:43:04.269253-04:00",
            "created_at": "2023-07-20T08:33:12.317800-04:00",
            "name": "CWS (M Kopech)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ac23bf9a-311e-4a0f-bc61-b93d3aa41f44/?format=api"
        }
    ]
}