GET /api/bet_types/8ae2c500-a53a-4627-85f7-8abdd095eea1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8ae2c500-a53a-4627-85f7-8abdd095eea1",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f2f9e64-dca1-44d9-a9c2-08b969fad32c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T08:13:10.902383-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 Under 10",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 10",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ebdfca13-c5ac-449c-85f7-8b405b1752c3",
            "gambit_id": "e2f6f14c-caa0-44bd-8cdc-e18510c785b8",
            "last_updated": "2023-08-10T10:27:58.584363-04:00",
            "created_at": "2023-08-09T08:13:10.910903-04:00",
            "name": "Game Total Under 10",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ae2c500-a53a-4627-85f7-8abdd095eea1/?format=api"
        },
        {
            "id": "768fe4e6-38b1-41cd-a94a-223acabf0bca",
            "gambit_id": "3fd1ef6f-7990-4e67-96ce-249d22233d73",
            "last_updated": "2023-08-10T10:27:58.580278-04:00",
            "created_at": "2023-08-09T08:13:10.906509-04:00",
            "name": "Game Total Over 10",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8ae2c500-a53a-4627-85f7-8abdd095eea1/?format=api"
        }
    ]
}