GET /api/bet_types/ee6f7465-fa76-4d12-94b3-071d8006234b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee6f7465-fa76-4d12-94b3-071d8006234b",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f6aaf3-6eae-4ea7-983b-7c8f25e79b0e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-06T09:06:59.845191-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 (S Strider)",
                "amount": 5909.0
            },
            {
                "team": "SDG (B Snell)",
                "amount": 4091.0
            }
        ],
        "expected_reward_tokens": 9572.58,
        "profit_sb": 72.58,
        "profit_sb_percentage": 0.76,
        "recommended": true
    },
    "lines": [
        {
            "id": "0dc9578c-b914-4496-bed4-b6beb1eabfba",
            "gambit_id": "7af7d244-828b-4ddd-8987-eeba2b1cdc6c",
            "last_updated": "2023-04-07T10:17:17.448248-04:00",
            "created_at": "2023-04-06T09:06:59.846620-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee6f7465-fa76-4d12-94b3-071d8006234b/?format=api"
        },
        {
            "id": "d69430cb-9fb2-4b5d-b5c4-6fe70ffe020d",
            "gambit_id": "bba79bfb-8938-4a06-8217-9331e5646fb9",
            "last_updated": "2023-04-07T10:17:17.450994-04:00",
            "created_at": "2023-04-06T09:06:59.848077-04:00",
            "name": "SDG (B Snell)",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee6f7465-fa76-4d12-94b3-071d8006234b/?format=api"
        }
    ]
}