GET /api/bet_types/e6f4f480-999e-4645-91f9-5a488337d74d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6f4f480-999e-4645-91f9-5a488337d74d",
    "match": "https://api-prod.gambitprofit.com/api/matches/5063db82-2924-4480-8129-a8e5f7b78483/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-31T10:13:04.898153-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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 233",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "6cf04572-0c50-4269-94ec-2b58bd095eae",
            "gambit_id": "148ee352-bce6-470e-bc16-e2b398445c07",
            "last_updated": "2024-01-02T10:18:16.604639-05:00",
            "created_at": "2023-12-31T10:13:04.906345-05:00",
            "name": "Game Total Over 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f4f480-999e-4645-91f9-5a488337d74d/?format=api"
        },
        {
            "id": "f1322e15-3fed-48b7-9d3d-f434f48783ae",
            "gambit_id": "f5a37d13-db9a-4dd7-bb7b-733bd79e5657",
            "last_updated": "2024-01-02T10:18:16.601003-05:00",
            "created_at": "2023-12-31T10:13:04.902047-05:00",
            "name": "Game Total Under 233",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "233.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6f4f480-999e-4645-91f9-5a488337d74d/?format=api"
        }
    ]
}