GET /api/bet_types/171e0a98-081c-4b6a-bf49-ff3a7da9864c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "171e0a98-081c-4b6a-bf49-ff3a7da9864c",
    "match": "https://api-prod.gambitprofit.com/api/matches/0451bc21-bed7-48c1-835f-e84cef19d3a8/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-11T10:58:20.030721-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": "ARI (Z Gallen)",
                "amount": 6557.0
            },
            {
                "team": "DET (W Vest)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "13155de4-73aa-4221-abcd-0acf60e8e5d4",
            "gambit_id": "054db5c5-12e1-4b70-bdf6-3a1307d2ec99",
            "last_updated": "2023-06-12T18:53:15.255978-04:00",
            "created_at": "2023-06-11T10:58:20.033173-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/171e0a98-081c-4b6a-bf49-ff3a7da9864c/?format=api"
        },
        {
            "id": "e806c033-c4bf-4e28-a5df-970202d36066",
            "gambit_id": "a41334e8-3ff2-44ab-9640-6ec5df4c6a82",
            "last_updated": "2023-06-12T18:53:15.257975-04:00",
            "created_at": "2023-06-11T10:58:20.035362-04:00",
            "name": "DET (W Vest)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/171e0a98-081c-4b6a-bf49-ff3a7da9864c/?format=api"
        }
    ]
}