GET /api/bet_types/9b90d480-996e-4e12-b5b8-28ed5cce5683/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b90d480-996e-4e12-b5b8-28ed5cce5683",
    "match": "https://api-prod.gambitprofit.com/api/matches/a92820f2-8c7e-4414-a3d2-5663ac0ca430/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-20T09:48:09.944529-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 5.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "c5c156f9-6d1c-4b85-8972-2685b2b119b6",
            "gambit_id": "0aa68f72-7cdf-42e1-8483-8d3817061721",
            "last_updated": "2023-11-21T14:38:25.419509-05:00",
            "created_at": "2023-11-20T09:48:09.948211-05:00",
            "name": "Game Total Over 5.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b90d480-996e-4e12-b5b8-28ed5cce5683/?format=api"
        },
        {
            "id": "92551ba7-7cb4-4545-99f9-076f22ec81c1",
            "gambit_id": "92adea07-a6fd-48ec-a43a-fffc5415df7f",
            "last_updated": "2023-11-21T14:38:25.423727-05:00",
            "created_at": "2023-11-20T09:48:09.952094-05:00",
            "name": "Game Total Under 5.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b90d480-996e-4e12-b5b8-28ed5cce5683/?format=api"
        }
    ]
}