GET /api/bet_types/3bdcd0b2-ebbd-4489-8e80-2620fbb87801/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bdcd0b2-ebbd-4489-8e80-2620fbb87801",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bc01f58-3ea8-4f5d-bda3-2e665190d8ea/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-30T10:47:16.043877-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 8",
                "amount": 5317.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f48502e-7dc2-4d6d-b08b-2cbe906239bf",
            "gambit_id": "0b823eb7-261b-4571-ba1c-b20ad9ce8f67",
            "last_updated": "2023-05-31T11:47:19.331451-04:00",
            "created_at": "2023-05-30T10:47:16.046226-04:00",
            "name": "Game Total Over 8",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdcd0b2-ebbd-4489-8e80-2620fbb87801/?format=api"
        },
        {
            "id": "776a8042-4f92-45d8-a526-bdd1e8434896",
            "gambit_id": "9d5f737c-9049-4b97-973d-8da5b2d22668",
            "last_updated": "2023-05-31T11:47:19.333857-04:00",
            "created_at": "2023-05-30T10:47:16.048728-04:00",
            "name": "Game Total Under 8",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bdcd0b2-ebbd-4489-8e80-2620fbb87801/?format=api"
        }
    ]
}