GET /api/bet_types/a06e5c45-fcb5-4bb6-94c1-3f6419122998/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a06e5c45-fcb5-4bb6-94c1-3f6419122998",
    "match": "https://api-prod.gambitprofit.com/api/matches/ee28d370-ddbd-4fa7-a498-2f9b2ef29a99/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-06T11:26:59.491258-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "daae9825-7c49-4dc9-b9f2-4dc8b89fdaba",
            "gambit_id": "cdd4de75-86fd-4ad6-98f2-4dad4a6e50d1",
            "last_updated": "2023-04-07T20:32:12.917526-04:00",
            "created_at": "2023-04-06T11:26:59.494199-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e5c45-fcb5-4bb6-94c1-3f6419122998/?format=api"
        },
        {
            "id": "b14db5e4-dc17-4d79-bffd-c927d17ad47d",
            "gambit_id": "3db19fe9-8be5-4c92-9149-694e79c02d3d",
            "last_updated": "2023-04-07T20:32:12.920121-04:00",
            "created_at": "2023-04-06T11:26:59.497002-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a06e5c45-fcb5-4bb6-94c1-3f6419122998/?format=api"
        }
    ]
}