GET /api/bet_types/8c3a158c-0c3a-4691-9bd8-b05030740504/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c3a158c-0c3a-4691-9bd8-b05030740504",
    "match": "https://api-prod.gambitprofit.com/api/matches/2b4fb803-363d-4020-86f1-813a7ea2bfc0/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T09:37:00.042049-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 234.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 234.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ea56190a-3416-40ba-8225-06f9977b4a53",
            "gambit_id": "ca26f477-4a62-4863-b6b8-6a7727283bab",
            "last_updated": "2023-02-09T11:12:07.729962-05:00",
            "created_at": "2023-02-08T09:37:00.045507-05:00",
            "name": "Game Total Over 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3a158c-0c3a-4691-9bd8-b05030740504/?format=api"
        },
        {
            "id": "d477e4f4-2ee1-4b3b-a9a9-9833c7c4a64e",
            "gambit_id": "b804adeb-2565-4bac-9b86-2132f3bcb55e",
            "last_updated": "2023-02-09T11:12:07.728684-05:00",
            "created_at": "2023-02-08T09:37:00.043920-05:00",
            "name": "Game Total Under 234.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "234.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c3a158c-0c3a-4691-9bd8-b05030740504/?format=api"
        }
    ]
}