GET /api/bet_types/450a25ee-78e8-4316-9c53-56f03c8fea44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "450a25ee-78e8-4316-9c53-56f03c8fea44",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c774937-2a10-48c4-8783-d16e74ea8748/?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": "SDG (M Clevinger)",
                "amount": 5118.0
            },
            {
                "team": "CWS (D Cease)",
                "amount": 4882.0
            }
        ],
        "expected_reward_tokens": 9519.48,
        "profit_sb": 19.48,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "020a9640-996b-43b6-99a6-6b1d6c765613",
            "gambit_id": "63c14b44-bdc3-4134-89ec-fad7baaf1080",
            "last_updated": "2022-10-02T15:17:30.746335-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SDG (M Clevinger)",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/450a25ee-78e8-4316-9c53-56f03c8fea44/?format=api"
        },
        {
            "id": "b73478f2-a23f-42cd-a48b-034e374d43f7",
            "gambit_id": "0ba2cf20-674d-49e0-96d3-340c05061606",
            "last_updated": "2022-10-02T15:17:30.747410-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/450a25ee-78e8-4316-9c53-56f03c8fea44/?format=api"
        }
    ]
}