GET /api/bet_types/36af6948-afb0-4e29-afe7-c459a2912a6f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36af6948-afb0-4e29-afe7-c459a2912a6f",
    "match": "https://api-prod.gambitprofit.com/api/matches/5c1303d3-6d5e-4457-b0aa-658cb6e61a4c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-01T12:27:15.601536-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": "TOR (J Berrios)",
                "amount": 5873.0
            },
            {
                "team": "BOS (C Kluber)",
                "amount": 4127.0
            }
        ],
        "expected_reward_tokens": 9572.99,
        "profit_sb": 72.99,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "98283000-fa74-4ecb-8fe5-2edc96eefcb8",
            "gambit_id": "36cbbd34-2292-403f-9bc6-c06d600d56a7",
            "last_updated": "2023-05-02T11:52:08.870734-04:00",
            "created_at": "2023-05-01T12:27:15.605004-04:00",
            "name": "TOR (J Berrios)",
            "reward": "1.63000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36af6948-afb0-4e29-afe7-c459a2912a6f/?format=api"
        },
        {
            "id": "cfba0f2b-6726-43ad-b9d3-f562ed75d35b",
            "gambit_id": "e7953617-7374-4841-842a-8eacdc93a41e",
            "last_updated": "2023-05-02T11:52:08.869576-04:00",
            "created_at": "2023-05-01T12:27:15.603410-04:00",
            "name": "BOS (C Kluber)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36af6948-afb0-4e29-afe7-c459a2912a6f/?format=api"
        }
    ]
}