GET /api/bet_types/a5e3b773-f8be-46fc-8d11-7482ec653b2e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a5e3b773-f8be-46fc-8d11-7482ec653b2e",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb3d938b-6924-4080-9bfa-7b5f6493bd0e/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-23T09:06:56.364989-05: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 233.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d84dd41c-41f3-4f02-9256-e56d6ef7ce4c",
            "gambit_id": "d480b190-2d96-4778-8fa2-2651aeba1012",
            "last_updated": "2022-12-24T19:01:52.439805-05:00",
            "created_at": "2022-12-23T09:06:56.367421-05:00",
            "name": "Game Total Over 233.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e3b773-f8be-46fc-8d11-7482ec653b2e/?format=api"
        },
        {
            "id": "f15a0ca1-a92c-4d98-ac02-6142415208a5",
            "gambit_id": "6c5f4f33-2f2c-4e57-8bd8-8a63bba8365b",
            "last_updated": "2022-12-24T19:01:52.438696-05:00",
            "created_at": "2022-12-23T09:06:56.366207-05:00",
            "name": "Game Total Under 233.5",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "233.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a5e3b773-f8be-46fc-8d11-7482ec653b2e/?format=api"
        }
    ]
}