GET /api/bet_types/6f81e8cf-bd8b-4f0d-8436-9a447eced4dd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6f81e8cf-bd8b-4f0d-8436-9a447eced4dd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d73fc7db-4afd-4b8b-b13e-cafb9fd36962/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-30T10:43:14.802958-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 Over 6",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e73eae23-d94a-46a9-ad22-87b9af5dd5f3",
            "gambit_id": "129e08e8-98da-4c56-abb2-627c78587934",
            "last_updated": "2024-01-01T19:48:19.980952-05:00",
            "created_at": "2023-12-30T10:43:14.810925-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f81e8cf-bd8b-4f0d-8436-9a447eced4dd/?format=api"
        },
        {
            "id": "bf4da506-6506-4824-af60-64ec0f8542ae",
            "gambit_id": "8975421e-d44a-4994-a7b4-2a1751295d48",
            "last_updated": "2024-01-01T19:48:19.977420-05:00",
            "created_at": "2023-12-30T10:43:14.807085-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6f81e8cf-bd8b-4f0d-8436-9a447eced4dd/?format=api"
        }
    ]
}