GET /api/bet_types/2b2045f6-70c7-4803-9900-189a5a0ae7a8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2b2045f6-70c7-4803-9900-189a5a0ae7a8",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ed7f540-5bd0-46d8-8aef-5401b5c9fd09/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-30T11:22:16.979179-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 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "e7fd953c-4a1e-4f3b-aaae-e2b04f635693",
            "gambit_id": "829c5cec-a0e7-400f-a517-9f0f36175542",
            "last_updated": "2023-03-31T14:42:25.224638-04:00",
            "created_at": "2023-03-30T11:22:16.982732-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b2045f6-70c7-4803-9900-189a5a0ae7a8/?format=api"
        },
        {
            "id": "fd0d4043-95f0-4ed9-b0e7-b371cce9fb0f",
            "gambit_id": "d5ca994e-1c05-46f1-aa16-9aa0d6c4e6af",
            "last_updated": "2023-03-31T14:42:25.221484-04:00",
            "created_at": "2023-03-30T11:22:16.981122-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2b2045f6-70c7-4803-9900-189a5a0ae7a8/?format=api"
        }
    ]
}