GET /api/bet_types/943aa1a7-c9a9-4d07-926f-f6b587564d89/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "943aa1a7-c9a9-4d07-926f-f6b587564d89",
    "match": "https://api-prod.gambitprofit.com/api/matches/956ee3f7-4d00-4740-b487-820a0cd78830/?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 215.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 215.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "24d0ca5f-0546-40b6-bfb1-3770964b0bb1",
            "gambit_id": "2f2cc2e0-5cd0-4455-a13f-19fe32be3c28",
            "last_updated": "2022-11-05T09:28:16.016135-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 215.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/943aa1a7-c9a9-4d07-926f-f6b587564d89/?format=api"
        },
        {
            "id": "9a79a7e8-2ce7-4a3e-8ac6-e088d99cfa88",
            "gambit_id": "e7aa3c1e-c512-4a04-8c8d-30066225f7a9",
            "last_updated": "2022-11-05T09:28:16.015059-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 215.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "215.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/943aa1a7-c9a9-4d07-926f-f6b587564d89/?format=api"
        }
    ]
}