GET /api/bet_types/626d32bb-0074-4e4c-9b51-c2182109c6d7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "626d32bb-0074-4e4c-9b51-c2182109c6d7",
    "match": "https://api-prod.gambitprofit.com/api/matches/32e15cb9-13b1-4a72-9878-e79abd01ed10/?format=api",
    "name": "Over/Under",
    "created_at": "2023-06-27T08:43:23.082554-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 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "089d7a23-e5fa-4144-a977-b3a479802ec3",
            "gambit_id": "7e1cd98a-efa3-44c4-9850-764ba432307d",
            "last_updated": "2023-06-28T10:23:24.049125-04:00",
            "created_at": "2023-06-27T08:43:23.085201-04:00",
            "name": "Game Total Over 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626d32bb-0074-4e4c-9b51-c2182109c6d7/?format=api"
        },
        {
            "id": "33f59b7b-5fa0-4e41-b682-893e095fae0f",
            "gambit_id": "0002861c-309b-4139-91ad-497660e6269b",
            "last_updated": "2023-06-28T10:23:24.050874-04:00",
            "created_at": "2023-06-27T08:43:23.087862-04:00",
            "name": "Game Total Under 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/626d32bb-0074-4e4c-9b51-c2182109c6d7/?format=api"
        }
    ]
}