GET /api/bet_types/bf5b70c5-e39c-4b3f-b166-6650815a3184/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bf5b70c5-e39c-4b3f-b166-6650815a3184",
    "match": "https://api-prod.gambitprofit.com/api/matches/c9a53c02-bdff-4bcb-b612-c1b3cbbc65f4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-07T13:33:18.134623-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": "50a5512c-d4b3-4cc4-8d7a-3c2f266bee29",
            "gambit_id": "6e7e77e9-eeea-4589-b4f4-f0a0d7aecd12",
            "last_updated": "2023-09-08T09:38:02.293495-04:00",
            "created_at": "2023-09-07T13:33:18.138269-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/bf5b70c5-e39c-4b3f-b166-6650815a3184/?format=api"
        },
        {
            "id": "574450b8-2ecf-4981-9776-d3822d4ec676",
            "gambit_id": "ca9fb78c-4167-479e-987b-ed647a112ad8",
            "last_updated": "2023-09-08T09:38:02.290142-04:00",
            "created_at": "2023-09-07T13:33:18.146022-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/bf5b70c5-e39c-4b3f-b166-6650815a3184/?format=api"
        }
    ]
}