GET /api/bet_types/efb20e24-6262-46af-b527-9fdc1f648020/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "efb20e24-6262-46af-b527-9fdc1f648020",
    "match": "https://api-prod.gambitprofit.com/api/matches/9edb33c9-5461-4d58-9711-eafd990881ae/?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 8",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a1f7e8e-7bda-44d3-ad88-1b71cc217888",
            "gambit_id": "b11360a3-9c83-48ac-a841-ccd8c735f9ad",
            "last_updated": "2022-09-23T10:22:09.692514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 8",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb20e24-6262-46af-b527-9fdc1f648020/?format=api"
        },
        {
            "id": "3baaabda-b430-4a85-a333-32a0a07a2424",
            "gambit_id": "6901c838-1d5d-4806-aa2e-892da8d08988",
            "last_updated": "2022-09-23T10:22:09.691359-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 8",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/efb20e24-6262-46af-b527-9fdc1f648020/?format=api"
        }
    ]
}