GET /api/bet_types/6aacad2f-7006-4173-a728-0c96f222b156/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6aacad2f-7006-4173-a728-0c96f222b156",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fc0aa73-fcd9-4dcb-b779-abdcdd0563bc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-13T10:32:18.693411-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 Under 135.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 135.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "409b686f-bddf-42a6-bed5-a783c4409f22",
            "gambit_id": "3e443715-5bd1-4289-8f98-462af553638f",
            "last_updated": "2023-03-16T17:37:24.989653-04:00",
            "created_at": "2023-03-13T10:32:18.695162-04:00",
            "name": "Game Total Under 135.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "135.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aacad2f-7006-4173-a728-0c96f222b156/?format=api"
        },
        {
            "id": "46154c2a-cf57-4d70-a32c-134089b16d0c",
            "gambit_id": "0c8bc373-e730-4f24-b0a0-0e9bd7970f19",
            "last_updated": "2023-03-16T17:37:24.991454-04:00",
            "created_at": "2023-03-13T10:32:18.697025-04:00",
            "name": "Game Total Over 135.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "135.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6aacad2f-7006-4173-a728-0c96f222b156/?format=api"
        }
    ]
}