GET /api/bet_types/5def7476-5c55-472d-9572-97600b4b9683/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5def7476-5c55-472d-9572-97600b4b9683",
    "match": "https://api-prod.gambitprofit.com/api/matches/adcadc0c-c8ce-4672-b412-92fde0197247/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-28T09:58:21.581766-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 Over 240",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 240",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "1b2016e6-5478-464d-96f4-d9515f76ad60",
            "gambit_id": "0717d6ab-afb5-4ab7-b33c-dfb087090da0",
            "last_updated": "2024-01-29T22:18:12.449987-05:00",
            "created_at": "2024-01-28T09:58:21.587608-05:00",
            "name": "Game Total Over 240",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5def7476-5c55-472d-9572-97600b4b9683/?format=api"
        },
        {
            "id": "d33d2e87-9547-41b1-bd19-24723bde6753",
            "gambit_id": "0908cdac-0fc6-49ec-82f0-0c993a6bc4f0",
            "last_updated": "2024-01-29T22:18:12.454512-05:00",
            "created_at": "2024-01-28T09:58:21.594965-05:00",
            "name": "Game Total Under 240",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "240.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5def7476-5c55-472d-9572-97600b4b9683/?format=api"
        }
    ]
}