GET /api/bet_types/cf436e0b-58c6-4a08-958d-eb5230b57999/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cf436e0b-58c6-4a08-958d-eb5230b57999",
    "match": "https://api-prod.gambitprofit.com/api/matches/f823c494-8711-4029-9e55-f1f64117cd7a/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-07T09:48:19.313066-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": "Philadelphia Flyers",
                "amount": 5107.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9b2b6c8-e321-48e0-a001-a01eae00101f",
            "gambit_id": "6389d2ae-d070-451f-864f-090ea7707e31",
            "last_updated": "2023-12-08T21:13:06.518996-05:00",
            "created_at": "2023-12-07T09:48:19.319907-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf436e0b-58c6-4a08-958d-eb5230b57999/?format=api"
        },
        {
            "id": "a5d1099b-80f0-419c-9b3d-f27734767f54",
            "gambit_id": "15247e32-d2d9-4c6d-9502-f956505c3c8a",
            "last_updated": "2023-12-08T21:13:06.522733-05:00",
            "created_at": "2023-12-07T09:48:19.327193-05:00",
            "name": "Arizona Coyotes",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cf436e0b-58c6-4a08-958d-eb5230b57999/?format=api"
        }
    ]
}