GET /api/bet_types/fd1919f1-5889-4df6-8ab1-24e97bc0f75e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd1919f1-5889-4df6-8ab1-24e97bc0f75e",
    "match": "https://api-prod.gambitprofit.com/api/matches/98768673-7f79-485a-9a82-904c03bec9ae/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-04T09:18:23.445287-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "2b94beee-03bf-4191-9e45-a2af429a11f4",
            "gambit_id": "af98cbd3-357f-4fd2-8c94-7bc044a1c0c6",
            "last_updated": "2024-01-05T23:03:07.038724-05:00",
            "created_at": "2024-01-04T09:18:23.449816-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1919f1-5889-4df6-8ab1-24e97bc0f75e/?format=api"
        },
        {
            "id": "205c910e-7e5b-4c93-a7e0-790536d83bc8",
            "gambit_id": "415bd170-1e30-4f42-a566-0414f1f1b65a",
            "last_updated": "2024-01-05T23:03:07.043040-05:00",
            "created_at": "2024-01-04T09:18:23.455656-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd1919f1-5889-4df6-8ab1-24e97bc0f75e/?format=api"
        }
    ]
}