GET /api/bet_types/69449954-d854-456f-84ba-b2ac9b8b4ed0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69449954-d854-456f-84ba-b2ac9b8b4ed0",
    "match": "https://api-prod.gambitprofit.com/api/matches/506e20a1-f9df-45b5-ae35-2e9a3980f1dc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-06T22:48:27.553964-04: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 44.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e16646d7-b011-4fbd-8669-1a3089d5aca9",
            "gambit_id": "61aad0dd-50e3-4068-872c-c76b09bac6f0",
            "last_updated": "2023-09-12T11:43:02.942103-04:00",
            "created_at": "2023-09-06T22:48:27.557226-04:00",
            "name": "Game Total Over 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69449954-d854-456f-84ba-b2ac9b8b4ed0/?format=api"
        },
        {
            "id": "fcbd94ac-5c4e-442c-9a26-9964a18dafe7",
            "gambit_id": "9f68e79e-6309-4fad-b86e-51a9e9f098af",
            "last_updated": "2023-09-12T11:43:02.938271-04:00",
            "created_at": "2023-09-06T22:48:27.561362-04:00",
            "name": "Game Total Under 44.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "44.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69449954-d854-456f-84ba-b2ac9b8b4ed0/?format=api"
        }
    ]
}