GET /api/bet_types/8a12532f-dd7f-4cc0-a7a0-f22ad6d33124/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a12532f-dd7f-4cc0-a7a0-f22ad6d33124",
    "match": "https://api-prod.gambitprofit.com/api/matches/6043abd7-82bb-40d2-916c-0ffe10616de7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-14T09:12:20.488972-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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "edf74987-b8ab-4614-b0da-be7fd8523e72",
            "gambit_id": "6aab4aa7-ae0c-40d7-9557-6ae3a35428ce",
            "last_updated": "2023-02-15T10:46:58.837207-05:00",
            "created_at": "2023-02-14T09:12:20.490207-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a12532f-dd7f-4cc0-a7a0-f22ad6d33124/?format=api"
        },
        {
            "id": "0c3e37e7-253f-447a-b990-327417371960",
            "gambit_id": "133850e3-81e5-4619-8978-f7858047d918",
            "last_updated": "2023-02-15T10:46:58.838359-05:00",
            "created_at": "2023-02-14T09:12:20.491488-05:00",
            "name": "Golden State Warriors",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a12532f-dd7f-4cc0-a7a0-f22ad6d33124/?format=api"
        }
    ]
}