GET /api/bet_types/7965fb27-a355-4775-8157-41464ac96105/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7965fb27-a355-4775-8157-41464ac96105",
    "match": "https://api-prod.gambitprofit.com/api/matches/3df875b3-f78a-4ded-9a2f-ffffb1ad3f1f/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-16T09:03:04.092405-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",
                "amount": 5319.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "dafe2124-4271-40b9-ae61-615369e6f6bb",
            "gambit_id": "d303c2e5-661c-4398-a0cd-f11c652efe36",
            "last_updated": "2024-01-19T11:48:30.151341-05:00",
            "created_at": "2024-01-16T09:03:04.101002-05:00",
            "name": "Game Total Under 6",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7965fb27-a355-4775-8157-41464ac96105/?format=api"
        },
        {
            "id": "7acdedca-e8d5-4c1e-b165-2cd9c442b376",
            "gambit_id": "7e87f310-9777-4ae2-8e80-321281b1344e",
            "last_updated": "2024-01-19T11:48:30.148058-05:00",
            "created_at": "2024-01-16T09:03:04.096140-05:00",
            "name": "Game Total Over 6",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7965fb27-a355-4775-8157-41464ac96105/?format=api"
        }
    ]
}