GET /api/bet_types/de9e6c0e-e13a-4299-9698-d5732bd62c3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de9e6c0e-e13a-4299-9698-d5732bd62c3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/efaf9e12-8edb-4ba4-b1fa-2a1fff483731/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-26T09:23:26.270981-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 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cb6f176e-4b4f-4cae-a5c8-97ca1f77d4ec",
            "gambit_id": "00e73e70-a6aa-421e-90a2-07da3e205275",
            "last_updated": "2023-08-28T16:13:33.389149-04:00",
            "created_at": "2023-08-26T09:23:26.274534-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de9e6c0e-e13a-4299-9698-d5732bd62c3e/?format=api"
        },
        {
            "id": "4a6762e9-2d80-4a89-b211-4c71708b521e",
            "gambit_id": "fbf7d83a-fb57-4202-a828-babcc52c7493",
            "last_updated": "2023-08-28T16:13:33.392579-04:00",
            "created_at": "2023-08-26T09:23:26.279004-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de9e6c0e-e13a-4299-9698-d5732bd62c3e/?format=api"
        }
    ]
}