GET /api/bet_types/fabe2bda-38c2-4a76-9fd1-8831242cab80/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fabe2bda-38c2-4a76-9fd1-8831242cab80",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc02cb28-4f72-4628-ae1c-d6118599f105/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-16T09:23:11.901666-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 219.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 219.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "8177ff62-1e57-460d-934f-5a7df39f24d7",
            "gambit_id": "20e175b8-7d0e-4b73-89e5-4699792e9e04",
            "last_updated": "2023-12-18T10:38:05.052932-05:00",
            "created_at": "2023-12-16T09:23:11.905205-05:00",
            "name": "Game Total Over 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fabe2bda-38c2-4a76-9fd1-8831242cab80/?format=api"
        },
        {
            "id": "388141a1-c0e4-43f8-93d7-ac8c41bc310b",
            "gambit_id": "f2bdb8f3-5bab-457c-8fdd-8a4c39779afb",
            "last_updated": "2023-12-18T10:38:05.056009-05:00",
            "created_at": "2023-12-16T09:23:11.909099-05:00",
            "name": "Game Total Under 219.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "219.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fabe2bda-38c2-4a76-9fd1-8831242cab80/?format=api"
        }
    ]
}