GET /api/bet_types/016666fd-141b-4755-8fbc-567468c926b2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "016666fd-141b-4755-8fbc-567468c926b2",
    "match": "https://api-prod.gambitprofit.com/api/matches/78f9cf64-9838-4ec9-851c-47b2594bb9fb/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-02T09:28:02.545005-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 Under 9",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "595a4fff-fb37-43fc-ab73-16ea1c6ed0ff",
            "gambit_id": "af344b00-8374-4c5a-8618-ffee5e38ae2e",
            "last_updated": "2023-08-04T09:28:07.425115-04:00",
            "created_at": "2023-08-02T09:28:02.570231-04:00",
            "name": "Game Total Under 9",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/016666fd-141b-4755-8fbc-567468c926b2/?format=api"
        },
        {
            "id": "8dab3692-c931-4160-a21e-7c81f1addf38",
            "gambit_id": "a5a7fd18-a026-4530-acb9-1436ae2a2fd8",
            "last_updated": "2023-08-04T09:28:07.431003-04:00",
            "created_at": "2023-08-02T09:28:02.558362-04:00",
            "name": "Game Total Over 9",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/016666fd-141b-4755-8fbc-567468c926b2/?format=api"
        }
    ]
}