GET /api/bet_types/db7e2a84-050f-4316-9b21-27c9a2aa029d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "db7e2a84-050f-4316-9b21-27c9a2aa029d",
    "match": "https://api-prod.gambitprofit.com/api/matches/4094513b-4c6a-4237-ae4f-84756932de90/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-15T08:58:22.269396-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": 5000.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8bbba8c-2a37-40b4-a267-06a95faca41d",
            "gambit_id": "52d722b9-72e6-4a09-a2a8-6b8fc05b7f2b",
            "last_updated": "2023-08-17T13:38:12.453138-04:00",
            "created_at": "2023-08-15T08:58:22.274328-04:00",
            "name": "Game Total Over 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7e2a84-050f-4316-9b21-27c9a2aa029d/?format=api"
        },
        {
            "id": "086513b8-b0d9-4bc9-ada7-6f97cff52ea9",
            "gambit_id": "821b4988-8902-43a8-8c26-293b1c85d4a1",
            "last_updated": "2023-08-17T13:38:12.458090-04:00",
            "created_at": "2023-08-15T08:58:22.282196-04:00",
            "name": "Game Total Under 9",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/db7e2a84-050f-4316-9b21-27c9a2aa029d/?format=api"
        }
    ]
}