GET /api/bet_types/a233c1ab-e3ef-4e18-b9ab-e5e582c01c1c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a233c1ab-e3ef-4e18-b9ab-e5e582c01c1c",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed10f802-6b7c-40f5-bda9-8685d953749a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 226.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 226.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "fee27a91-6906-4a79-b319-98ac5a945d86",
            "gambit_id": "f780092c-2950-4a81-9907-0c66b1ba060e",
            "last_updated": "2022-12-17T09:42:30.960741-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a233c1ab-e3ef-4e18-b9ab-e5e582c01c1c/?format=api"
        },
        {
            "id": "cd1f1a51-325c-45c7-b0ce-e24c267c1a1f",
            "gambit_id": "3798818c-86dc-45bf-a365-d05a2bd7bb76",
            "last_updated": "2022-12-17T09:42:30.961837-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 226.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "226.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a233c1ab-e3ef-4e18-b9ab-e5e582c01c1c/?format=api"
        }
    ]
}