GET /api/bet_types/9c2b74b9-9a3c-4386-9aa6-ab8909605500/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9c2b74b9-9a3c-4386-9aa6-ab8909605500",
    "match": "https://api-prod.gambitprofit.com/api/matches/acf0575f-8ad4-4d09-972c-7bf3c8f0cddf/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-03T09:56:53.391014-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 Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "290581ad-d02d-42c0-b065-364f092c6923",
            "gambit_id": "f82cb710-0869-43ad-bf0d-e11cff43b7f4",
            "last_updated": "2023-04-04T19:22:02.290027-04:00",
            "created_at": "2023-04-03T09:56:53.392398-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c2b74b9-9a3c-4386-9aa6-ab8909605500/?format=api"
        },
        {
            "id": "7a65777b-030b-4f34-9b13-8c81f23c3f9c",
            "gambit_id": "8fd8a650-bc56-4bc6-acf1-ac6170f7c3c6",
            "last_updated": "2023-04-04T19:22:02.291925-04:00",
            "created_at": "2023-04-03T09:56:53.393901-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9c2b74b9-9a3c-4386-9aa6-ab8909605500/?format=api"
        }
    ]
}