GET /api/bet_types/6b0e56cd-03ac-48c5-b448-30db18a1d272/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b0e56cd-03ac-48c5-b448-30db18a1d272",
    "match": "https://api-prod.gambitprofit.com/api/matches/cd209132-2ea7-44eb-aa98-bb2b7f77f590/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:24.787786-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 39",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 39",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "319f2619-c62a-4e6f-8489-caa1c6b8c8f0",
            "gambit_id": "a3ddae36-af9b-4ae9-a7d8-1b4af085f185",
            "last_updated": "2024-01-16T23:03:19.947087-05:00",
            "created_at": "2024-01-15T10:23:24.796900-05:00",
            "name": "Game Total Over 39",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b0e56cd-03ac-48c5-b448-30db18a1d272/?format=api"
        },
        {
            "id": "0bfb4354-fb3e-4a7b-873f-8bab75f24de2",
            "gambit_id": "99261548-7af1-45b8-aea5-d63760c5d94a",
            "last_updated": "2024-01-16T23:03:19.950574-05:00",
            "created_at": "2024-01-15T10:23:24.801537-05:00",
            "name": "Game Total Under 39",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "39.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b0e56cd-03ac-48c5-b448-30db18a1d272/?format=api"
        }
    ]
}