GET /api/bet_types/4d2c8eb4-a131-4875-9e30-7feb5b3115a6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4d2c8eb4-a131-4875-9e30-7feb5b3115a6",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d21950e-9a26-492c-9bcd-2cea7b9a0bc4/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T08:58:06.996501-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 249",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 249",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "de6b0d0e-3ff7-4aac-8b75-3f5cd3bee960",
            "gambit_id": "96d8848a-1a31-4983-a688-da111af69e0f",
            "last_updated": "2024-01-31T21:53:06.543842-05:00",
            "created_at": "2024-01-30T08:58:07.002539-05:00",
            "name": "Game Total Over 249",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "249.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2c8eb4-a131-4875-9e30-7feb5b3115a6/?format=api"
        },
        {
            "id": "6f62704d-1045-42d4-97ef-789afeaa7361",
            "gambit_id": "fd2d8d93-add9-4a6b-982a-7876e190abfe",
            "last_updated": "2024-01-31T21:53:06.547097-05:00",
            "created_at": "2024-01-30T08:58:07.009073-05:00",
            "name": "Game Total Under 249",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "249.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4d2c8eb4-a131-4875-9e30-7feb5b3115a6/?format=api"
        }
    ]
}