GET /api/bet_types/80f42800-3927-44d1-b4dd-0086dad8e83f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80f42800-3927-44d1-b4dd-0086dad8e83f",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1da35ab-a7f8-4571-ac65-88c4099264a6/?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 Over 39.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "512972ed-8da9-47dd-8abb-b87d2a5bcfc2",
            "gambit_id": "a8f2e329-7d87-41f5-b000-798511d1405f",
            "last_updated": "2022-11-14T14:57:41.751318-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f42800-3927-44d1-b4dd-0086dad8e83f/?format=api"
        },
        {
            "id": "04db08a1-70ec-4e2e-80c9-009d6e4cc5a3",
            "gambit_id": "5f1ce6c3-473d-4047-94cb-01cb89ea73a2",
            "last_updated": "2022-11-14T14:57:41.750140-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 39.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "39.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80f42800-3927-44d1-b4dd-0086dad8e83f/?format=api"
        }
    ]
}