GET /api/bet_types/3293e7cc-fbdd-4c39-811d-a2dd6ef6494e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3293e7cc-fbdd-4c39-811d-a2dd6ef6494e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bab7a349-3667-4e69-9b9f-cbc1d0cf9916/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-09T14:53:17.584122-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": "b1b8e955-fba8-4858-ba47-1b5400abdf3e",
            "gambit_id": "be326bc6-da79-448a-94fe-bebbb7658540",
            "last_updated": "2023-08-10T12:28:25.958338-04:00",
            "created_at": "2023-08-09T14:53:17.588272-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/3293e7cc-fbdd-4c39-811d-a2dd6ef6494e/?format=api"
        },
        {
            "id": "1989daec-cba5-4087-87b0-c979034ae33e",
            "gambit_id": "cdc30434-10df-4f82-a985-dded89eff46b",
            "last_updated": "2023-08-10T12:28:25.962109-04:00",
            "created_at": "2023-08-09T14:53:17.592701-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/3293e7cc-fbdd-4c39-811d-a2dd6ef6494e/?format=api"
        }
    ]
}