GET /api/bet_types/454769ca-e069-4bc9-83a6-db13a198127b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "454769ca-e069-4bc9-83a6-db13a198127b",
    "match": "https://api-prod.gambitprofit.com/api/matches/24447e8e-c0e1-4936-bd54-6a7752c7e3fa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:17.135473-04: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": 6911.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3089.0
            }
        ],
        "expected_reward_tokens": 9328.78,
        "profit_sb": -171.22,
        "profit_sb_percentage": -1.8,
        "recommended": false
    },
    "lines": [
        {
            "id": "742d2b00-ef07-4b9c-b8e5-7bf0aa3ba853",
            "gambit_id": "a55293e0-9ca9-41fb-83a6-ce520be4acaf",
            "last_updated": "2023-04-16T18:21:49.120092-04:00",
            "created_at": "2023-04-14T12:02:17.138379-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.35000",
            "odds": "1.36000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454769ca-e069-4bc9-83a6-db13a198127b/?format=api"
        },
        {
            "id": "e1bc7ae2-35e8-4978-b5ca-cbc26db6adac",
            "gambit_id": "e5379019-264a-4d82-8c9f-539c50ef288a",
            "last_updated": "2023-04-16T18:21:49.118004-04:00",
            "created_at": "2023-04-14T12:02:17.136887-04:00",
            "name": "Game Total Under 2.5",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/454769ca-e069-4bc9-83a6-db13a198127b/?format=api"
        }
    ]
}