GET /api/bet_types/e3f79d2c-105a-48c2-9a14-c4c0d6aeb576/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e3f79d2c-105a-48c2-9a14-c4c0d6aeb576",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ff17677-7f51-4dfd-9988-af8fb57b9074/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:20.645980-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 Under 2.5",
                "amount": 5523.0
            },
            {
                "team": "Game Total Over 2.5",
                "amount": 4477.0
            }
        ],
        "expected_reward_tokens": 9222.62,
        "profit_sb": -277.38,
        "profit_sb_percentage": -2.92,
        "recommended": false
    },
    "lines": [
        {
            "id": "79c3281b-f627-4a94-9980-f25c7dcaebc0",
            "gambit_id": "99aba9e0-28b3-4c69-bdb0-5be650ae5b23",
            "last_updated": "2023-03-20T10:01:57.012608-04:00",
            "created_at": "2023-03-16T17:37:20.647666-04:00",
            "name": "Game Total Under 2.5",
            "reward": "1.67000",
            "odds": "1.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3f79d2c-105a-48c2-9a14-c4c0d6aeb576/?format=api"
        },
        {
            "id": "418a59bc-3a97-49f7-ae03-ac895d9115b5",
            "gambit_id": "42a08baf-f3a1-4c5c-93f4-8ab1c92a6966",
            "last_updated": "2023-03-20T10:01:57.014908-04:00",
            "created_at": "2023-03-16T17:37:20.649721-04:00",
            "name": "Game Total Over 2.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e3f79d2c-105a-48c2-9a14-c4c0d6aeb576/?format=api"
        }
    ]
}