GET /api/bet_types/9dc10868-04dd-4841-87bf-7ca2026c75d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9dc10868-04dd-4841-87bf-7ca2026c75d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/44c04838-3ace-432b-b9d6-8e41d965083b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-20T08:33:19.540235-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8d0db0f-4621-4dc4-b5e8-085831ec928e",
            "gambit_id": "fb57c44b-d35e-4f03-a2e3-3e3f39c6f823",
            "last_updated": "2023-06-22T10:23:03.469051-04:00",
            "created_at": "2023-06-20T08:33:19.542753-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dc10868-04dd-4841-87bf-7ca2026c75d7/?format=api"
        },
        {
            "id": "51da6450-f7ff-4a5b-b07e-b89a2fd247ca",
            "gambit_id": "b3bc59c1-49f0-46a8-b4ce-19af220d7fe5",
            "last_updated": "2023-06-22T10:23:03.466700-04:00",
            "created_at": "2023-06-20T08:33:19.547468-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9dc10868-04dd-4841-87bf-7ca2026c75d7/?format=api"
        }
    ]
}