GET /api/bet_types/fcb58374-27d4-4392-8c61-7d46b03b7e1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fcb58374-27d4-4392-8c61-7d46b03b7e1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/31abf563-9220-47d3-8adc-c8cf93771f87/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 5675.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4325.0
            }
        ],
        "expected_reward_tokens": 8909.5,
        "profit_sb": -90.5,
        "profit_sb_percentage": -1.01,
        "recommended": false
    },
    "lines": [
        {
            "id": "cbab218d-3f5c-4065-aaae-fecef641ffcf",
            "gambit_id": "e68ef3e2-3c04-46ed-9835-689c46ffd368",
            "last_updated": "2022-11-03T10:03:15.936864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.57000",
            "odds": "1.65000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcb58374-27d4-4392-8c61-7d46b03b7e1e/?format=api"
        },
        {
            "id": "38bab313-d726-45a6-865c-6f905d732847",
            "gambit_id": "7cb29327-6ac1-4cb2-8208-39fccc8ee518",
            "last_updated": "2022-11-03T10:03:15.935708-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.06000",
            "odds": "2.20000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fcb58374-27d4-4392-8c61-7d46b03b7e1e/?format=api"
        }
    ]
}