GET /api/bet_types/998acbea-3714-4c35-8c7d-8d7ba380e097/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "998acbea-3714-4c35-8c7d-8d7ba380e097",
    "match": "https://api-prod.gambitprofit.com/api/matches/9eb8c4bb-84f9-444c-aad0-4a88f7563ece/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-08T11:07:18.115914-04: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": "Los Angeles Clippers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "31a14142-f7c9-4f0a-8a8f-648989df783e",
            "gambit_id": "e3fde658-45ab-4cb2-bc43-5b3945d9b8a6",
            "last_updated": "2023-04-09T11:42:19.315457-04:00",
            "created_at": "2023-04-08T11:07:18.119684-04:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/998acbea-3714-4c35-8c7d-8d7ba380e097/?format=api"
        },
        {
            "id": "1e511419-1108-469c-a449-d78a95c0b172",
            "gambit_id": "99444cd7-6aa3-4b99-a21a-e6f803eb7148",
            "last_updated": "2023-04-09T11:42:19.312782-04:00",
            "created_at": "2023-04-08T11:07:18.117714-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/998acbea-3714-4c35-8c7d-8d7ba380e097/?format=api"
        }
    ]
}