GET /api/bet_types/7c9530cd-5402-4394-93dc-21fe49bafc87/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c9530cd-5402-4394-93dc-21fe49bafc87",
    "match": "https://api-prod.gambitprofit.com/api/matches/047239e4-a741-4cab-91e1-874f7013773e/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-06T09:23:23.893717-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 6",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "deedf8b8-9f72-430c-b6c3-12e8bf75488d",
            "gambit_id": "eb4c71fb-93b5-4120-9ce6-78db7cd1a0c0",
            "last_updated": "2024-01-09T10:18:16.388876-05:00",
            "created_at": "2024-01-06T09:23:23.898185-05:00",
            "name": "Game Total Over 6",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c9530cd-5402-4394-93dc-21fe49bafc87/?format=api"
        },
        {
            "id": "206ae677-dd1a-463b-9b3e-f834b58e8911",
            "gambit_id": "9513490b-c6fc-4fb1-8c20-40fa35e78dd7",
            "last_updated": "2024-01-09T10:18:16.402142-05:00",
            "created_at": "2024-01-06T09:23:23.903281-05:00",
            "name": "Game Total Under 6",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c9530cd-5402-4394-93dc-21fe49bafc87/?format=api"
        }
    ]
}