GET /api/bet_types/2ad42901-59b9-4b3a-8c2b-cc0b50782953/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ad42901-59b9-4b3a-8c2b-cc0b50782953",
    "match": "https://api-prod.gambitprofit.com/api/matches/483b72e6-2fb9-4adc-b91c-964848a28f1c/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-08T08:38:23.233636-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.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fab03e64-3d1e-48a8-bc7c-37b073dcf5c4",
            "gambit_id": "bf76df6d-28ff-4972-85c8-7514b282b9d2",
            "last_updated": "2023-07-10T10:08:10.851071-04:00",
            "created_at": "2023-07-08T08:38:23.236440-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad42901-59b9-4b3a-8c2b-cc0b50782953/?format=api"
        },
        {
            "id": "fb7205fa-d7e9-4218-b240-cab6e032cc71",
            "gambit_id": "1f5992b3-f671-4f81-bf71-b5bef659cf00",
            "last_updated": "2023-07-10T10:08:10.852982-04:00",
            "created_at": "2023-07-08T08:38:23.238755-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ad42901-59b9-4b3a-8c2b-cc0b50782953/?format=api"
        }
    ]
}