GET /api/bet_types/1522f857-5d6a-410a-b124-5485c81e6fa8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1522f857-5d6a-410a-b124-5485c81e6fa8",
    "match": "https://api-prod.gambitprofit.com/api/matches/6da789b4-3182-4faa-9a17-b74b950657be/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-28T11:22:20.008406-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",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "714063a3-50af-4b4d-8315-35b4f4c2b8a9",
            "gambit_id": "3fb2c93a-c571-4815-a74d-870c2279d117",
            "last_updated": "2023-04-30T15:11:59.722268-04:00",
            "created_at": "2023-04-28T11:22:20.011042-04:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1522f857-5d6a-410a-b124-5485c81e6fa8/?format=api"
        },
        {
            "id": "cf3bc3c7-46c9-49d3-a3a6-88c941b4181c",
            "gambit_id": "a87840b0-26f5-4111-9cfa-2ad034d579ab",
            "last_updated": "2023-04-30T15:11:59.720883-04:00",
            "created_at": "2023-04-28T11:22:20.009680-04:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1522f857-5d6a-410a-b124-5485c81e6fa8/?format=api"
        }
    ]
}