GET /api/bet_types/79b7dec7-ffae-41a4-b3a8-ab159e1bec08/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79b7dec7-ffae-41a4-b3a8-ab159e1bec08",
    "match": "https://api-prod.gambitprofit.com/api/matches/76e9d520-28ee-4721-999a-855800b195b6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-24T13:51:52.011360-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Houston Rockets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd4dca29-8f6a-41d4-84ed-e053189e91c2",
            "gambit_id": "661ecb7b-937d-4db0-93ad-50330d284d0f",
            "last_updated": "2023-03-26T13:37:09.416612-04:00",
            "created_at": "2023-03-24T13:51:52.013765-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b7dec7-ffae-41a4-b3a8-ab159e1bec08/?format=api"
        },
        {
            "id": "7640c153-344d-4005-b67d-6b3f76186bd4",
            "gambit_id": "db5d08df-2925-4d2c-b72a-69b5c3637326",
            "last_updated": "2023-03-26T13:37:09.418674-04:00",
            "created_at": "2023-03-24T13:51:52.016371-04:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "13.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79b7dec7-ffae-41a4-b3a8-ab159e1bec08/?format=api"
        }
    ]
}