GET /api/bet_types/c052b671-ad89-4d1d-a8de-d92be2f2f7f8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c052b671-ad89-4d1d-a8de-d92be2f2f7f8",
    "match": "https://api-prod.gambitprofit.com/api/matches/1308e373-a457-4e4c-b514-3bf555bbcd9f/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6275.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3725.0
            }
        ],
        "expected_reward_tokens": 9349.75,
        "profit_sb": -150.25,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a4699afb-50d8-46f5-8d0e-a65e5c4ec6df",
            "gambit_id": "5a42ad8e-ca9e-4a46-bfcc-cd34f4bac35d",
            "last_updated": "2022-10-24T10:27:06.529412-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c052b671-ad89-4d1d-a8de-d92be2f2f7f8/?format=api"
        },
        {
            "id": "6ce5fcd7-7d2d-4b0d-a708-a8f1ea37f73b",
            "gambit_id": "54b1bf89-1c59-4de5-93be-e3bebc23027e",
            "last_updated": "2022-10-24T10:27:06.528219-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.51000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c052b671-ad89-4d1d-a8de-d92be2f2f7f8/?format=api"
        }
    ]
}