GET /api/bet_types/7def5141-5dc1-4e0a-b7a1-ed6a6126c8d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7def5141-5dc1-4e0a-b7a1-ed6a6126c8d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/4c0c99eb-b891-4775-9a4c-179c0344503c/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "99bcee17-31a8-4bd1-9264-8649ac2d89ee",
            "gambit_id": "18d54e70-363a-4334-b2fb-9111e2f8773b",
            "last_updated": "2022-09-17T17:12:28.452451-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7def5141-5dc1-4e0a-b7a1-ed6a6126c8d2/?format=api"
        },
        {
            "id": "d836bb99-9eac-4945-af98-c1d8379bd243",
            "gambit_id": "7d199664-69ea-437b-8833-15e2c82b3b92",
            "last_updated": "2022-09-17T17:12:28.451461-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7def5141-5dc1-4e0a-b7a1-ed6a6126c8d2/?format=api"
        }
    ]
}