GET /api/bet_types/e7789267-eb75-460b-a3b2-cb31dc61a643/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7789267-eb75-460b-a3b2-cb31dc61a643",
    "match": "https://api-prod.gambitprofit.com/api/matches/95d22a5a-82ad-420f-ade9-a1da9daba709/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-29T08:42:06.515633-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 66.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 66.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "18fad3dc-c657-4635-a6fc-2c4d9af0180a",
            "gambit_id": "5130ddf4-d191-46f0-8176-d1b6c5d8e922",
            "last_updated": "2022-12-31T10:31:58.207184-05:00",
            "created_at": "2022-12-29T08:42:06.518003-05:00",
            "name": "Game Total Over 66.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7789267-eb75-460b-a3b2-cb31dc61a643/?format=api"
        },
        {
            "id": "4575ba71-9f54-4d7a-8def-301cbb75b00b",
            "gambit_id": "3a33ce65-2847-434e-97b8-cd671dd93a6a",
            "last_updated": "2022-12-31T10:31:58.206099-05:00",
            "created_at": "2022-12-29T08:42:06.516805-05:00",
            "name": "Game Total Under 66.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "66.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7789267-eb75-460b-a3b2-cb31dc61a643/?format=api"
        }
    ]
}