GET /api/bet_types/0f293ff5-659b-458b-a7dc-7cfc04eeb6c1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0f293ff5-659b-458b-a7dc-7cfc04eeb6c1",
    "match": "https://api-prod.gambitprofit.com/api/matches/ffe3eb8b-d62e-40a8-977b-7d053d4a1663/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-13T09:38:14.710235-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a030fa0f-04d6-47e5-86f9-2d4bc67bf774",
            "gambit_id": "e6e75cfd-a5ce-4384-82f2-3566b2b12d8a",
            "last_updated": "2024-01-16T15:08:02.195650-05:00",
            "created_at": "2024-01-13T09:38:14.717913-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f293ff5-659b-458b-a7dc-7cfc04eeb6c1/?format=api"
        },
        {
            "id": "81a1e3d5-f7b3-4278-8b59-b667f56f8312",
            "gambit_id": "c59db2b1-89b4-4a82-be6c-a049c8c3080d",
            "last_updated": "2024-01-16T15:08:02.185328-05:00",
            "created_at": "2024-01-13T09:38:14.713817-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0f293ff5-659b-458b-a7dc-7cfc04eeb6c1/?format=api"
        }
    ]
}