GET /api/bet_types/b9fe028c-6942-4c76-ba29-a12d10dc2949/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b9fe028c-6942-4c76-ba29-a12d10dc2949",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c50845d-d150-4012-ba1b-d9cea395f16e/?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 45.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 45.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a830c77-b66a-4ab9-b47f-61fef8694d78",
            "gambit_id": "0fb8836a-aeba-468b-a80c-b2e7e0174dfa",
            "last_updated": "2022-10-17T09:51:54.534544-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 45.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9fe028c-6942-4c76-ba29-a12d10dc2949/?format=api"
        },
        {
            "id": "ecd3eccd-f4c6-4f55-93dc-19058e991131",
            "gambit_id": "17576024-53f7-4c63-b8cb-349ae05902f3",
            "last_updated": "2022-10-17T09:51:54.535572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 45.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "45.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b9fe028c-6942-4c76-ba29-a12d10dc2949/?format=api"
        }
    ]
}