GET /api/bet_types/119378f4-fccd-4ac5-8179-a6df8c89e4bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "119378f4-fccd-4ac5-8179-a6df8c89e4bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e11daa5-084e-4da5-aaf3-af913f4bf834/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-16T11:38:23.228656-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": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "ca295178-bf65-4437-9152-780a8b329f00",
            "gambit_id": "254aa4b7-9408-4114-9091-ffccde7f105c",
            "last_updated": "2023-06-17T14:53:00.161205-04:00",
            "created_at": "2023-06-16T11:38:23.231038-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/119378f4-fccd-4ac5-8179-a6df8c89e4bd/?format=api"
        },
        {
            "id": "108f8c8e-e2a8-483d-8c97-fe211eecdf7d",
            "gambit_id": "10ac60b9-a0f2-49cd-9f77-2949ce918cf7",
            "last_updated": "2023-06-17T14:53:00.163471-04:00",
            "created_at": "2023-06-16T11:38:23.234254-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/119378f4-fccd-4ac5-8179-a6df8c89e4bd/?format=api"
        }
    ]
}