GET /api/bet_types/4758fcad-a5fd-4cbc-8029-5c2899e6896f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4758fcad-a5fd-4cbc-8029-5c2899e6896f",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3147156-6047-4a01-a63e-1b26d4256f6a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 Under 35",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 35",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "d39ac53b-e989-4281-a09f-23d8655a32f2",
            "gambit_id": "497fa749-9439-43ec-bff2-c6b8a8c0b779",
            "last_updated": "2022-08-12T10:07:11.955400-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 35",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4758fcad-a5fd-4cbc-8029-5c2899e6896f/?format=api"
        },
        {
            "id": "8f79b7ed-63b9-455c-bd9a-32b8c45f6525",
            "gambit_id": "5a9d6291-8527-43c9-93ae-767a51e9009a",
            "last_updated": "2022-08-12T10:07:11.955881-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 35",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "35.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4758fcad-a5fd-4cbc-8029-5c2899e6896f/?format=api"
        }
    ]
}