GET /api/bet_types/d13f4b3b-a573-4804-b9f0-6f04e772be99/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d13f4b3b-a573-4804-b9f0-6f04e772be99",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9506af6-b474-4ed3-a986-afa8179a0728/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-04T09:17:17.824847-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": "Game Total Under 224",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 224",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ddd76e97-79dc-4f79-8d7a-6ee83bddfff5",
            "gambit_id": "f8d00c1d-fb20-4a6f-8ace-316853ba190b",
            "last_updated": "2023-02-05T11:41:54.703236-05:00",
            "created_at": "2023-02-04T09:17:17.826553-05:00",
            "name": "Game Total Under 224",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d13f4b3b-a573-4804-b9f0-6f04e772be99/?format=api"
        },
        {
            "id": "1e86bf42-2b5c-4206-ba39-1f6607170987",
            "gambit_id": "b8600526-1c01-470f-b79d-e05fce6cbaa7",
            "last_updated": "2023-02-05T11:41:54.704513-05:00",
            "created_at": "2023-02-04T09:17:17.828710-05:00",
            "name": "Game Total Over 224",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d13f4b3b-a573-4804-b9f0-6f04e772be99/?format=api"
        }
    ]
}