GET /api/bet_types/fb84cc13-cd82-4e7b-8d29-799ac3ad6771/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb84cc13-cd82-4e7b-8d29-799ac3ad6771",
    "match": "https://api-prod.gambitprofit.com/api/matches/a6f0842e-2cd4-491e-9cbe-ee6f2e5427e6/?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 223.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 223.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "a6234df5-36a7-4b18-9fcb-26ef73530566",
            "gambit_id": "7b0fd4be-cd47-4015-b61d-c52e2a0b5e70",
            "last_updated": "2022-10-29T19:02:21.307373-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 223.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb84cc13-cd82-4e7b-8d29-799ac3ad6771/?format=api"
        },
        {
            "id": "e469086c-1969-4224-bb63-20a93455adc4",
            "gambit_id": "8f6d62f1-b6c3-4a79-8104-ee5466221404",
            "last_updated": "2022-10-29T19:02:21.308561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 223.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "223.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb84cc13-cd82-4e7b-8d29-799ac3ad6771/?format=api"
        }
    ]
}