GET /api/bet_types/000313b1-8bfe-49f7-8cab-3d80b70659af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "000313b1-8bfe-49f7-8cab-3d80b70659af",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c20fa15-9cbd-4add-a4ce-932dbc5ab496/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-22T10:13:14.508356-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 231.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 231.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d51de48e-df35-4017-a452-c01e068e9722",
            "gambit_id": "5fd5b181-45d7-45f2-8609-a9fd2190b9de",
            "last_updated": "2023-12-23T15:58:07.017972-05:00",
            "created_at": "2023-12-22T10:13:14.512126-05:00",
            "name": "Game Total Over 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000313b1-8bfe-49f7-8cab-3d80b70659af/?format=api"
        },
        {
            "id": "700eaa94-e240-433a-958f-ab9e1703affe",
            "gambit_id": "b4bd4de4-6479-4a21-9da2-21fc29de6b39",
            "last_updated": "2023-12-23T15:58:07.022577-05:00",
            "created_at": "2023-12-22T10:13:14.516781-05:00",
            "name": "Game Total Under 231.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "231.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/000313b1-8bfe-49f7-8cab-3d80b70659af/?format=api"
        }
    ]
}