GET /api/bet_types/6d1874b7-13e6-4282-8166-d390b9fbc674/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6d1874b7-13e6-4282-8166-d390b9fbc674",
    "match": "https://api-prod.gambitprofit.com/api/matches/205b74ff-26fe-489c-8629-6e988b0771c0/?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 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "532525d7-367b-4cc7-acd2-5ec35e7e3f2f",
            "gambit_id": "5de225f3-aed0-4155-90da-d589e57dca1b",
            "last_updated": "2022-11-06T09:08:25.013044-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1874b7-13e6-4282-8166-d390b9fbc674/?format=api"
        },
        {
            "id": "6ecc73ef-d2ac-4878-a123-4b2fd11524ee",
            "gambit_id": "41bdc720-7e39-4a15-b70f-9672be1c0176",
            "last_updated": "2022-11-06T09:08:25.014175-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6d1874b7-13e6-4282-8166-d390b9fbc674/?format=api"
        }
    ]
}