GET /api/bet_types/2f36c61e-5536-402d-91cd-aa03331426b1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f36c61e-5536-402d-91cd-aa03331426b1",
    "match": "https://api-prod.gambitprofit.com/api/matches/e9426d20-07a1-40ad-b392-a70183a32362/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-11T17:33:21.749838-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": "CWS (D Cease)",
                "amount": 5541.0
            },
            {
                "team": "KAN (B Singer)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "1f08e1c3-71d0-4a85-81c0-16745b796168",
            "gambit_id": "eb599e25-8454-4c62-aa21-7c86cbfd75f4",
            "last_updated": "2023-09-15T16:38:17.602491-04:00",
            "created_at": "2023-09-11T17:33:21.759552-04:00",
            "name": "CWS (D Cease)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f36c61e-5536-402d-91cd-aa03331426b1/?format=api"
        },
        {
            "id": "aac791ca-71a0-4afe-854d-2b447c029660",
            "gambit_id": "0bddc394-c5d3-4796-a379-f01828a72b76",
            "last_updated": "2023-09-15T16:38:17.593449-04:00",
            "created_at": "2023-09-11T17:33:21.755569-04:00",
            "name": "KAN (B Singer)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f36c61e-5536-402d-91cd-aa03331426b1/?format=api"
        }
    ]
}