GET /api/bet_types/3e14b1b0-475d-4157-85f0-d3a4e98cb4bd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3e14b1b0-475d-4157-85f0-d3a4e98cb4bd",
    "match": "https://api-prod.gambitprofit.com/api/matches/c22f5940-9384-422e-bee2-c91d80a855d2/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-05T09:32:59.452872-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "5945b036-1657-4357-9e08-ef6b40530908",
            "gambit_id": "561adb71-6647-4e61-9a81-8acda862b5fa",
            "last_updated": "2024-01-08T14:18:10.809496-05:00",
            "created_at": "2024-01-05T09:32:59.460995-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e14b1b0-475d-4157-85f0-d3a4e98cb4bd/?format=api"
        },
        {
            "id": "099fc5ce-bcfb-4988-8218-86d85d01baba",
            "gambit_id": "f7cb498c-54ae-497a-9dae-766df97a167a",
            "last_updated": "2024-01-08T14:18:10.806085-05:00",
            "created_at": "2024-01-05T09:32:59.456798-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3e14b1b0-475d-4157-85f0-d3a4e98cb4bd/?format=api"
        }
    ]
}