GET /api/bet_types/fb3ce382-c2f8-4c7a-a669-259eb3405b5d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fb3ce382-c2f8-4c7a-a669-259eb3405b5d",
    "match": "https://api-prod.gambitprofit.com/api/matches/27f1c72a-158e-44ff-ba6d-dc4696393dae/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:16.013751-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "e1b83a0c-a82e-4706-8a22-cf3a76593fff",
            "gambit_id": "fc1f9d6a-8bcc-47ba-a758-9a4d20f8b728",
            "last_updated": "2023-11-18T18:03:23.945700-05:00",
            "created_at": "2023-11-17T09:23:16.018123-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb3ce382-c2f8-4c7a-a669-259eb3405b5d/?format=api"
        },
        {
            "id": "d86a75c5-68bc-4645-9433-6f7aeb267ed7",
            "gambit_id": "b3ec78c8-a3f2-437e-84fa-ff381b23c7cd",
            "last_updated": "2023-11-18T18:03:23.949099-05:00",
            "created_at": "2023-11-17T09:23:16.024091-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fb3ce382-c2f8-4c7a-a669-259eb3405b5d/?format=api"
        }
    ]
}