GET /api/bet_types/4ab182ef-cca5-4ac0-b748-092f83be434c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4ab182ef-cca5-4ac0-b748-092f83be434c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6e58f59e-4bd6-496d-adb2-f74eabeca5ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-31T10:13:04.120502-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Atlanta Hawks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dba6d1ef-4d90-43cb-b0a1-166422a9bdad",
            "gambit_id": "a17100bb-f397-47d4-877d-e480b5f2ea58",
            "last_updated": "2024-01-02T10:18:16.074581-05:00",
            "created_at": "2023-12-31T10:13:04.137201-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ab182ef-cca5-4ac0-b748-092f83be434c/?format=api"
        },
        {
            "id": "8b958e48-0995-4bcb-8225-99b042631efd",
            "gambit_id": "e05e76e3-92e9-4a07-a410-fd29eb51e402",
            "last_updated": "2024-01-02T10:18:16.062876-05:00",
            "created_at": "2023-12-31T10:13:04.127131-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4ab182ef-cca5-4ac0-b748-092f83be434c/?format=api"
        }
    ]
}