GET /api/bet_types/eb4fac9c-9088-4e92-b0d7-d92fd9e9d82d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "eb4fac9c-9088-4e92-b0d7-d92fd9e9d82d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e892b6fa-1149-4beb-b800-51c7cd7d9816/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-11T08:53:09.687747-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 Over 2.5",
                "amount": 5256.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4744.0
            }
        ],
        "expected_reward_tokens": 9250.56,
        "profit_sb": -249.44,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "375f66b8-a55f-4e1c-811b-15c34a60f2c7",
            "gambit_id": "e90b91da-ec84-44f0-9be0-c259c0fc5dad",
            "last_updated": "2023-11-14T09:53:13.896046-05:00",
            "created_at": "2023-11-11T08:53:09.697686-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4fac9c-9088-4e92-b0d7-d92fd9e9d82d/?format=api"
        },
        {
            "id": "6f52e9ba-f167-4da2-af44-318c0d966d1c",
            "gambit_id": "28469eb7-eab2-4875-9295-bbdb2a8bffa2",
            "last_updated": "2023-11-14T09:53:13.892622-05:00",
            "created_at": "2023-11-11T08:53:09.692302-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.95000",
            "odds": "2.00000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/eb4fac9c-9088-4e92-b0d7-d92fd9e9d82d/?format=api"
        }
    ]
}