GET /api/bet_types/f1e2da35-05e0-484a-b32c-c589fd89212e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f1e2da35-05e0-484a-b32c-c589fd89212e",
    "match": "https://api-prod.gambitprofit.com/api/matches/ec6196e6-da0f-40ae-9676-5da07724ce07/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-27T09:18:13.308934-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": "Carolina Hurricanes",
                "amount": 6752.0
            },
            {
                "team": "Arizona Coyotes",
                "amount": 3248.0
            }
        ],
        "expected_reward_tokens": 9451.68,
        "profit_sb": -48.32,
        "profit_sb_percentage": -0.51,
        "recommended": false
    },
    "lines": [
        {
            "id": "10a494c9-c74c-4ae3-a307-de1d598a937f",
            "gambit_id": "7d162b6c-640c-4143-afad-6282b43eb3d0",
            "last_updated": "2024-01-29T21:58:07.881265-05:00",
            "created_at": "2024-01-27T09:18:13.317488-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1e2da35-05e0-484a-b32c-c589fd89212e/?format=api"
        },
        {
            "id": "49d2fbc0-0ea2-4b15-8310-a41489917834",
            "gambit_id": "5121c325-08f9-456f-89a5-032b0205be91",
            "last_updated": "2024-01-29T21:58:07.877769-05:00",
            "created_at": "2024-01-27T09:18:13.313112-05:00",
            "name": "Arizona Coyotes",
            "reward": "2.91000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f1e2da35-05e0-484a-b32c-c589fd89212e/?format=api"
        }
    ]
}