GET /api/bet_types/07eec503-cf2e-4263-823c-a5f5c16050df/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "07eec503-cf2e-4263-823c-a5f5c16050df",
    "match": "https://api-prod.gambitprofit.com/api/matches/20c48c0c-5d61-49a3-929b-d810916db386/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-03T08:48:01.321994-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 227",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 227",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "cf311dd8-5795-4f61-9648-00d03ec237ab",
            "gambit_id": "084360ba-9044-4c53-80a8-00654ab3ad43",
            "last_updated": "2024-02-05T14:18:21.855294-05:00",
            "created_at": "2024-02-03T08:48:01.325910-05:00",
            "name": "Game Total Over 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07eec503-cf2e-4263-823c-a5f5c16050df/?format=api"
        },
        {
            "id": "379e83c5-e2b7-4f43-bcc5-4baac4c488ac",
            "gambit_id": "9c7997af-76df-4cd2-acdb-bbfcaa95ba47",
            "last_updated": "2024-02-05T14:18:21.858600-05:00",
            "created_at": "2024-02-03T08:48:01.331957-05:00",
            "name": "Game Total Under 227",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "227.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/07eec503-cf2e-4263-823c-a5f5c16050df/?format=api"
        }
    ]
}