GET /api/bet_types/90a289ce-e46e-451f-9836-c233415721b0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "90a289ce-e46e-451f-9836-c233415721b0",
    "match": "https://api-prod.gambitprofit.com/api/matches/781fa557-29e6-44b6-8fc3-0ea56a1e6c6b/?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": "CLE (C Quantrill)",
                "amount": 5109.0
            },
            {
                "team": "LAA (P Sandoval)",
                "amount": 4891.0
            }
        ],
        "expected_reward_tokens": 9195.08,
        "profit_sb": 195.08,
        "profit_sb_percentage": 2.17,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a6076b9-6aaf-4e60-b2e5-2aa64474f4f6",
            "gambit_id": "2eef2b37-845a-46e5-8f81-423377dd8ffc",
            "last_updated": "2022-09-15T11:07:06.664952-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (C Quantrill)",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90a289ce-e46e-451f-9836-c233415721b0/?format=api"
        },
        {
            "id": "68f61e67-00d5-4a03-94d3-918df31604d5",
            "gambit_id": "1ff4008f-0a50-4a27-b8d0-a15e12c68f7a",
            "last_updated": "2022-09-15T11:07:06.665942-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA (P Sandoval)",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/90a289ce-e46e-451f-9836-c233415721b0/?format=api"
        }
    ]
}