GET /api/bet_types/c166a041-9e12-4a86-abd6-1e72189e88de/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c166a041-9e12-4a86-abd6-1e72189e88de",
    "match": "https://api-prod.gambitprofit.com/api/matches/517fa9ff-fb29-4420-ab3d-dcd6eb9ba722/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-25T13:28:13.749636-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 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5948e271-4416-40b8-9634-859265c1edbe",
            "gambit_id": "5a9a11cc-a61b-4f41-b131-9c4e51dc674d",
            "last_updated": "2024-01-26T20:53:21.970864-05:00",
            "created_at": "2024-01-25T13:28:13.753141-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c166a041-9e12-4a86-abd6-1e72189e88de/?format=api"
        },
        {
            "id": "e1221dca-1ea9-47b1-ad78-a75ea2ce3ed8",
            "gambit_id": "35dd2afb-a48d-4a2e-8d29-01aa6abafe20",
            "last_updated": "2024-01-26T20:53:21.974119-05:00",
            "created_at": "2024-01-25T13:28:13.758708-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c166a041-9e12-4a86-abd6-1e72189e88de/?format=api"
        }
    ]
}