GET /api/bet_types/2ee48d7c-fe7d-4228-ac90-cb6378e0c859/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ee48d7c-fe7d-4228-ac90-cb6378e0c859",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c0c7673-b635-4983-b259-731b0b077e47/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-29T09:13:13.469672-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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6e186121-7ee9-44a7-b3b4-abe0c6796a40",
            "gambit_id": "9356c509-981e-4c20-8c31-c6b2fb824ef4",
            "last_updated": "2024-01-31T10:13:34.966672-05:00",
            "created_at": "2024-01-29T09:13:13.474230-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee48d7c-fe7d-4228-ac90-cb6378e0c859/?format=api"
        },
        {
            "id": "a3d2e323-9743-430f-8e6b-e71ee12a04f1",
            "gambit_id": "fbeb34d5-c36e-42c8-bd1e-419a6d55904b",
            "last_updated": "2024-01-31T10:13:34.970014-05:00",
            "created_at": "2024-01-29T09:13:13.478124-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ee48d7c-fe7d-4228-ac90-cb6378e0c859/?format=api"
        }
    ]
}