GET /api/bet_types/f11acee5-461e-4088-99d5-b4a412411c81/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f11acee5-461e-4088-99d5-b4a412411c81",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d11700b-9fa4-4695-8073-998b12216a13/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-03T08:48:01.574479-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 248",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 248",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3be9c14-415f-4c9c-a17c-782567082d9c",
            "gambit_id": "eb042612-9adf-465b-ba2d-7412bfb7abba",
            "last_updated": "2024-02-05T14:18:24.879982-05:00",
            "created_at": "2024-02-03T08:48:01.579557-05:00",
            "name": "Game Total Over 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11acee5-461e-4088-99d5-b4a412411c81/?format=api"
        },
        {
            "id": "0fff42ff-4268-45c7-a846-f439ebfbb4b1",
            "gambit_id": "2f2e89d7-f936-4bc6-91e5-7b6e221afeba",
            "last_updated": "2024-02-05T14:18:24.883365-05:00",
            "created_at": "2024-02-03T08:48:01.587986-05:00",
            "name": "Game Total Under 248",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "248.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f11acee5-461e-4088-99d5-b4a412411c81/?format=api"
        }
    ]
}