GET /api/bet_types/adb93186-d02d-40ee-b5af-2cf51d5d19a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adb93186-d02d-40ee-b5af-2cf51d5d19a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/5876961d-1f50-4473-9641-fdf9b5ac3940/?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 6.5",
                "amount": 5521.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4479.0
            }
        ],
        "expected_reward_tokens": 9495.48,
        "profit_sb": -4.52,
        "profit_sb_percentage": -0.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5080be3e-a837-4477-8b11-b7fc2888bf9f",
            "gambit_id": "43d3a167-2cfe-472b-88da-d697747632c3",
            "last_updated": "2022-10-25T10:12:27.435420-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.72000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adb93186-d02d-40ee-b5af-2cf51d5d19a2/?format=api"
        },
        {
            "id": "9dd9dd6f-888d-4e9f-8365-369de926d4a9",
            "gambit_id": "e2db70d2-551a-436e-922c-b029ba739ba4",
            "last_updated": "2022-10-25T10:12:27.434239-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.12000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adb93186-d02d-40ee-b5af-2cf51d5d19a2/?format=api"
        }
    ]
}