GET /api/bet_types/a5c0ebd2-7250-488f-9038-81d1bf6ec1f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5c0ebd2-7250-488f-9038-81d1bf6ec1f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/4bef21e1-43db-4a48-9aa8-cba729d9e15a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 53.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 53.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e13e18b4-6ddb-4f0b-8741-c08595531949",
            "gambit_id": "c8dcc7c5-cc50-4afe-826f-fc9e47a91751",
            "last_updated": "2022-12-05T15:22:04.740596-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5c0ebd2-7250-488f-9038-81d1bf6ec1f0/?format=api"
        },
        {
            "id": "8e667f34-f572-47a8-a333-0ca9b682a1a8",
            "gambit_id": "17a69e8d-cd26-4f8c-a619-d663d171f36b",
            "last_updated": "2022-12-05T15:22:04.741736-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 53.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "53.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5c0ebd2-7250-488f-9038-81d1bf6ec1f0/?format=api"
        }
    ]
}