GET /api/bet_types/16ddbfe0-dbed-4ab8-bbc9-64b4ec291497/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "16ddbfe0-dbed-4ab8-bbc9-64b4ec291497",
    "match": "https://api-prod.gambitprofit.com/api/matches/a0d65135-3208-4208-9095-9f81d2b1e706/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-14T08:26:59.371226-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Dallas Mavericks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8900.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "6d5131d2-e1a7-4996-801e-1f901a7dabf5",
            "gambit_id": "1837572e-19d5-4d24-9e12-750035c50c87",
            "last_updated": "2023-01-15T15:32:19.522565-05:00",
            "created_at": "2023-01-14T08:26:59.374114-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "-4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16ddbfe0-dbed-4ab8-bbc9-64b4ec291497/?format=api"
        },
        {
            "id": "e9f47709-6557-43c2-b1ee-21be601e4a53",
            "gambit_id": "45c0c150-b975-44c1-8cd2-51687c34199f",
            "last_updated": "2023-01-15T15:32:19.524798-05:00",
            "created_at": "2023-01-14T08:26:59.377228-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.78000",
            "odds": "1.90910",
            "spread": "4.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/16ddbfe0-dbed-4ab8-bbc9-64b4ec291497/?format=api"
        }
    ]
}