GET /api/bet_types/97565470-08cf-4645-9d74-6034b7db2e76/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "97565470-08cf-4645-9d74-6034b7db2e76",
    "match": "https://api-prod.gambitprofit.com/api/matches/7a0e036d-2e66-4ab3-8973-bcae8eafd5f5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-25T09:13:08.814587-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 224.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 224.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "f776ed67-06d8-4753-bcb5-7284c1c2cce9",
            "gambit_id": "4384f82c-a050-460c-92d7-ae573485f767",
            "last_updated": "2023-10-26T10:43:11.412268-04:00",
            "created_at": "2023-10-25T09:13:08.818102-04:00",
            "name": "Game Total Over 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97565470-08cf-4645-9d74-6034b7db2e76/?format=api"
        },
        {
            "id": "99d6da10-1d64-49a9-b944-ee40d2cca78f",
            "gambit_id": "edb964e5-577a-4bb4-9b3e-2baabff7e6da",
            "last_updated": "2023-10-26T10:43:11.415803-04:00",
            "created_at": "2023-10-25T09:13:08.833276-04:00",
            "name": "Game Total Under 224.5",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "224.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/97565470-08cf-4645-9d74-6034b7db2e76/?format=api"
        }
    ]
}