GET /api/bet_types/a684d24b-e474-4c58-bc53-4b243f74f302/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a684d24b-e474-4c58-bc53-4b243f74f302",
    "match": "https://api-prod.gambitprofit.com/api/matches/ab2524c9-9045-4b1a-9a0c-cef776421948/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3eea226-31f0-4964-8a88-3f51d1791ff1",
            "gambit_id": "d97ee569-2a4a-42d4-a875-9a56d9e3be38",
            "last_updated": "2022-12-05T15:42:17.850142-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a684d24b-e474-4c58-bc53-4b243f74f302/?format=api"
        },
        {
            "id": "82b579f1-b776-4e27-9c87-77e830efb04f",
            "gambit_id": "4c31cd66-a692-4071-af82-73ec55ff3719",
            "last_updated": "2022-12-05T15:42:17.849156-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Knicks",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a684d24b-e474-4c58-bc53-4b243f74f302/?format=api"
        }
    ]
}