GET /api/bet_types/ef2f057f-2e77-4397-ba73-1d55270a7126/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef2f057f-2e77-4397-ba73-1d55270a7126",
    "match": "https://api-prod.gambitprofit.com/api/matches/6ba398db-647a-4ffd-9da5-a04147392b95/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-27T10:17:02.164780-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": "New York Knicks",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5bc18d62-fcb6-4790-9ec1-48ad9559b652",
            "gambit_id": "a116e7b5-13b2-4651-bf0a-8e8c77e2027e",
            "last_updated": "2023-02-28T12:37:08.590129-05:00",
            "created_at": "2023-02-27T10:17:02.166172-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef2f057f-2e77-4397-ba73-1d55270a7126/?format=api"
        },
        {
            "id": "07208d46-a5ea-4f87-9999-b50761a7aa33",
            "gambit_id": "2ed8579c-d5f6-4c97-a065-4f1019f2af34",
            "last_updated": "2023-02-28T12:37:08.591327-05:00",
            "created_at": "2023-02-27T10:17:02.167455-05:00",
            "name": "Boston Celtics",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef2f057f-2e77-4397-ba73-1d55270a7126/?format=api"
        }
    ]
}