GET /api/bet_types/ca4ccf8d-a567-474b-aee5-d905819bd096/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ca4ccf8d-a567-474b-aee5-d905819bd096",
    "match": "https://api-prod.gambitprofit.com/api/matches/f6e240d5-6dd5-420d-a493-5730fd296bae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-07T09:28:21.760304-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": "ATL (C Morton)",
                "amount": 5426.0
            },
            {
                "team": "NYM (M Scherzer)",
                "amount": 4574.0
            }
        ],
        "expected_reward_tokens": 9604.02,
        "profit_sb": 104.02,
        "profit_sb_percentage": 1.09,
        "recommended": true
    },
    "lines": [
        {
            "id": "e77352af-c3b0-403e-9b89-0768f171f311",
            "gambit_id": "7bfbfb78-78f7-4122-b646-12decb681da0",
            "last_updated": "2023-06-08T16:23:12.400698-04:00",
            "created_at": "2023-06-07T09:28:21.765124-04:00",
            "name": "ATL (C Morton)",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca4ccf8d-a567-474b-aee5-d905819bd096/?format=api"
        },
        {
            "id": "fd14478c-ac9b-4135-951a-b976eb7eaf26",
            "gambit_id": "27af1dd9-63da-4137-8026-96ce78ebed12",
            "last_updated": "2023-06-08T16:23:12.398621-04:00",
            "created_at": "2023-06-07T09:28:21.762638-04:00",
            "name": "NYM (M Scherzer)",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ca4ccf8d-a567-474b-aee5-d905819bd096/?format=api"
        }
    ]
}