GET /api/bet_types/6fc4ede8-aadb-428d-a46c-e0912b0f2ab4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6fc4ede8-aadb-428d-a46c-e0912b0f2ab4",
    "match": "https://api-prod.gambitprofit.com/api/matches/84762675-18e7-42e3-a825-85bba625840a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-26T09:48:14.345632-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e75babac-12fe-430b-b9e9-7912049d7f21",
            "gambit_id": "43c68365-6f7a-4323-b1c1-79276221f03e",
            "last_updated": "2023-11-27T21:37:58.771482-05:00",
            "created_at": "2023-11-26T09:48:14.350130-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fc4ede8-aadb-428d-a46c-e0912b0f2ab4/?format=api"
        },
        {
            "id": "bdab673b-74cf-4118-846a-226056955a49",
            "gambit_id": "ce61a0ba-edd1-478a-835f-d8874978e9b8",
            "last_updated": "2023-11-27T21:37:58.775941-05:00",
            "created_at": "2023-11-26T09:48:14.354137-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6fc4ede8-aadb-428d-a46c-e0912b0f2ab4/?format=api"
        }
    ]
}