GET /api/bet_types/885ff703-442b-41e6-83d8-746756585e97/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "885ff703-442b-41e6-83d8-746756585e97",
    "match": "https://api-prod.gambitprofit.com/api/matches/3777a926-2e5d-40f9-9d3b-bcf767630c36/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-03T08:48:01.074817-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 228.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 228.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "183e2c4d-3688-4838-be75-cffecff498ad",
            "gambit_id": "9cddf66c-c1d1-4ff8-a4c9-75a38ca40014",
            "last_updated": "2024-02-05T14:18:24.649367-05:00",
            "created_at": "2024-02-03T08:48:01.083916-05:00",
            "name": "Game Total Over 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/885ff703-442b-41e6-83d8-746756585e97/?format=api"
        },
        {
            "id": "a8d26d52-9b3c-468e-8b93-3ef4293d6634",
            "gambit_id": "c2832320-d353-4035-9bc5-10fd759d785a",
            "last_updated": "2024-02-05T14:18:24.653089-05:00",
            "created_at": "2024-02-03T08:48:01.078853-05:00",
            "name": "Game Total Under 228.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "228.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/885ff703-442b-41e6-83d8-746756585e97/?format=api"
        }
    ]
}