GET /api/bet_types/8a9ec8ef-8684-4ede-a31a-842eb8d8e7bb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a9ec8ef-8684-4ede-a31a-842eb8d8e7bb",
    "match": "https://api-prod.gambitprofit.com/api/matches/2c0c07f9-2e22-4aa7-8778-a8172faeff71/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:05.102462-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "69707af1-1cee-46c0-adc7-5f33d9432f91",
            "gambit_id": "eeb22205-ba31-4726-979c-3aebef08ff09",
            "last_updated": "2024-01-02T10:13:09.087640-05:00",
            "created_at": "2023-12-31T10:13:05.106263-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a9ec8ef-8684-4ede-a31a-842eb8d8e7bb/?format=api"
        },
        {
            "id": "063cbd26-0650-43ed-b951-7e335398a7b1",
            "gambit_id": "f59eb098-868c-4c93-b061-7b06cf387c0d",
            "last_updated": "2024-01-02T10:13:09.091058-05:00",
            "created_at": "2023-12-31T10:13:05.110220-05:00",
            "name": "San Antonio Spurs",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "14.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a9ec8ef-8684-4ede-a31a-842eb8d8e7bb/?format=api"
        }
    ]
}