GET /api/bet_types/26e25608-0084-41b1-b967-40d73137beff/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "26e25608-0084-41b1-b967-40d73137beff",
    "match": "https://api-prod.gambitprofit.com/api/matches/20522f6b-87c3-433a-bbcc-badede3dd49b/?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 221.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 221.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dab452ab-3630-4c54-9e21-54d97461cfdb",
            "gambit_id": "7fa80873-7d8a-46d0-ab1a-ec9d934030ef",
            "last_updated": "2022-11-28T13:52:13.009722-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 221.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26e25608-0084-41b1-b967-40d73137beff/?format=api"
        },
        {
            "id": "6584e437-9dc1-4a79-8c6e-8dbad5fe2a31",
            "gambit_id": "ec82a67b-d02b-443d-9929-3d7b32686e97",
            "last_updated": "2022-11-28T13:52:13.010960-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 221.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "221.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/26e25608-0084-41b1-b967-40d73137beff/?format=api"
        }
    ]
}