GET /api/bet_types/6a80395e-3fb6-4239-abc8-6bcce7250e45/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a80395e-3fb6-4239-abc8-6bcce7250e45",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f2bee48-9f9f-48bf-baa4-5107e946c139/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-03T13:07:10.598583-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 2.5",
                "amount": 6266.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9335.0,
        "profit_sb": -165.0,
        "profit_sb_percentage": -1.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "b4f90385-8d62-45f8-af19-e7713041b73d",
            "gambit_id": "773f17ac-cce2-4b69-bc7e-d795ec750030",
            "last_updated": "2023-03-06T19:26:49.667286-05:00",
            "created_at": "2023-03-03T13:07:10.599823-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a80395e-3fb6-4239-abc8-6bcce7250e45/?format=api"
        },
        {
            "id": "4c10015e-11cc-4eac-88c0-ea1556aa9804",
            "gambit_id": "649c6e92-2121-43ad-b705-717583464c7b",
            "last_updated": "2023-03-06T19:26:49.669364-05:00",
            "created_at": "2023-03-03T13:07:10.601170-05:00",
            "name": "Game Total Over 2.5",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a80395e-3fb6-4239-abc8-6bcce7250e45/?format=api"
        }
    ]
}