GET /api/bet_types/14f22525-64cf-46e8-bcc1-4763fc27c42a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14f22525-64cf-46e8-bcc1-4763fc27c42a",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa4ec32a-ed09-47d2-9cf9-173436904bcd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-01T09:18:22.244411-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 7.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "51695555-5278-4c4a-958e-08f4f733f789",
            "gambit_id": "27839df0-e38d-43a8-b273-7658fa8585d4",
            "last_updated": "2023-10-03T10:03:10.965729-04:00",
            "created_at": "2023-10-01T09:18:22.247747-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14f22525-64cf-46e8-bcc1-4763fc27c42a/?format=api"
        },
        {
            "id": "2558d6fb-2221-4048-837a-d4b9925e6778",
            "gambit_id": "1c75973b-60f7-45fe-8a82-ae673ab6ffaf",
            "last_updated": "2023-10-03T10:03:10.971318-04:00",
            "created_at": "2023-10-01T09:18:22.252441-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14f22525-64cf-46e8-bcc1-4763fc27c42a/?format=api"
        }
    ]
}