GET /api/bet_types/d7d4acb2-be76-4ee5-96f7-6bc0d7d66674/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d7d4acb2-be76-4ee5-96f7-6bc0d7d66674",
    "match": "https://api-prod.gambitprofit.com/api/matches/7826df29-7cdc-4abc-97a0-a3aeab36ff72/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:26.539050-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "da05d573-c440-4b33-b0bb-06cd6fae8582",
            "gambit_id": "1f2a7a85-bff2-4d41-a236-8c0fe3132607",
            "last_updated": "2024-01-09T10:13:17.613473-05:00",
            "created_at": "2024-01-06T09:23:26.543977-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7d4acb2-be76-4ee5-96f7-6bc0d7d66674/?format=api"
        },
        {
            "id": "ec1313e7-9d5e-4098-b505-f81f745d03a3",
            "gambit_id": "63c48ce6-ebbd-4c23-b3a5-06b2fe48f2f2",
            "last_updated": "2024-01-09T10:13:17.616781-05:00",
            "created_at": "2024-01-06T09:23:26.547873-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d7d4acb2-be76-4ee5-96f7-6bc0d7d66674/?format=api"
        }
    ]
}