GET /api/bet_types/4192b948-cdcf-48f4-aa59-7c4835865213/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4192b948-cdcf-48f4-aa59-7c4835865213",
    "match": "https://api-prod.gambitprofit.com/api/matches/98e8521c-b3c6-4641-a4b0-c44b2c4677cf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:13.801794-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 232.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 232.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "b42f3ca2-e1f7-4d51-8ce0-0a10c73ef288",
            "gambit_id": "6ea0bd3d-7cdb-48cf-863f-1223f8f19b30",
            "last_updated": "2024-01-01T13:28:21.572134-05:00",
            "created_at": "2023-12-30T10:43:13.809528-05:00",
            "name": "Game Total Under 232.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4192b948-cdcf-48f4-aa59-7c4835865213/?format=api"
        },
        {
            "id": "7dfd13af-f24c-4395-a15e-c389b6023271",
            "gambit_id": "1f33240d-3ad0-4837-b84c-9abeb1e6e9e1",
            "last_updated": "2024-01-01T13:28:21.567651-05:00",
            "created_at": "2023-12-30T10:43:13.805264-05:00",
            "name": "Game Total Over 232.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "232.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4192b948-cdcf-48f4-aa59-7c4835865213/?format=api"
        }
    ]
}