GET /api/bet_types/85d86d4a-681a-4cf8-8905-8ef4fb45eaec/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "85d86d4a-681a-4cf8-8905-8ef4fb45eaec",
    "match": "https://api-prod.gambitprofit.com/api/matches/f193dcb3-4a64-401a-a366-957a47500fc3/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-09T09:48:14.280207-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 Over 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b981a77-fd80-4514-80fd-b5678274c801",
            "gambit_id": "08fdc2e8-069a-4de6-bdbd-bab50216cbdf",
            "last_updated": "2023-06-10T17:03:16.289273-04:00",
            "created_at": "2023-06-09T09:48:14.282020-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d86d4a-681a-4cf8-8905-8ef4fb45eaec/?format=api"
        },
        {
            "id": "6ca01830-0edf-48e3-b95d-f850da6fe605",
            "gambit_id": "9648a417-fe2e-4a4c-b945-c959060be074",
            "last_updated": "2023-06-10T17:03:16.291995-04:00",
            "created_at": "2023-06-09T09:48:14.284111-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/85d86d4a-681a-4cf8-8905-8ef4fb45eaec/?format=api"
        }
    ]
}