GET /api/bet_types/ef6757e8-fd4e-41de-8f5b-c0de7daadebc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef6757e8-fd4e-41de-8f5b-c0de7daadebc",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d086f32-5f63-4842-bea3-9d079dbde6b4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-27T09:18:10.037126-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": "Detroit Pistons",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7f8bea5d-42ca-4ad6-a025-2a4141b42b73",
            "gambit_id": "13dc3905-1b3c-4201-8d04-8f142bab81eb",
            "last_updated": "2023-11-28T21:48:03.029973-05:00",
            "created_at": "2023-11-27T09:18:10.046783-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef6757e8-fd4e-41de-8f5b-c0de7daadebc/?format=api"
        },
        {
            "id": "a00e6ac0-d69d-49f2-8035-afc96e9114cf",
            "gambit_id": "98c313cd-cf3b-4f8e-942a-330ddbf0cb8a",
            "last_updated": "2023-11-28T21:48:03.024908-05:00",
            "created_at": "2023-11-27T09:18:10.041898-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef6757e8-fd4e-41de-8f5b-c0de7daadebc/?format=api"
        }
    ]
}