GET /api/bet_types/fd8e00a8-3b66-42a6-92fe-9ee658bde67c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fd8e00a8-3b66-42a6-92fe-9ee658bde67c",
    "match": "https://api-prod.gambitprofit.com/api/matches/00cd1243-fed6-4c28-a8f8-efbde49013b1/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:18.278554-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 2.5",
                "amount": 5389.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4611.0
            }
        ],
        "expected_reward_tokens": 9268.11,
        "profit_sb": -231.89,
        "profit_sb_percentage": -2.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "80e3c167-e939-4445-ac01-b4568b6c4d7d",
            "gambit_id": "962bcf70-28a1-42d7-a590-104e23b06c00",
            "last_updated": "2023-04-18T12:12:04.874448-04:00",
            "created_at": "2023-04-14T12:02:18.282417-04:00",
            "name": "Game Total Over 2.5",
            "reward": "1.72000",
            "odds": "1.75000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8e00a8-3b66-42a6-92fe-9ee658bde67c/?format=api"
        },
        {
            "id": "a3b2b7d5-87b3-4fdb-ab7a-54d69489b41b",
            "gambit_id": "0867cb56-f0ce-47f4-9e14-84aa0168d917",
            "last_updated": "2023-04-18T12:12:04.872999-04:00",
            "created_at": "2023-04-14T12:02:18.280118-04:00",
            "name": "Game Total Under 2.5",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fd8e00a8-3b66-42a6-92fe-9ee658bde67c/?format=api"
        }
    ]
}