GET /api/bet_types/e30b59ed-7156-40ee-bc86-c6f245e02964/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e30b59ed-7156-40ee-bc86-c6f245e02964",
    "match": "https://api-prod.gambitprofit.com/api/matches/d6b4d9ba-803b-4892-9797-5230da953dcc/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:11.997048-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": "Charlotte Hornets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab2c6dac-1d31-4594-b65b-76ae2f142f00",
            "gambit_id": "5d179aaf-afb8-4bc2-949b-74252455c732",
            "last_updated": "2024-01-31T10:23:29.795609-05:00",
            "created_at": "2024-01-29T09:13:12.001499-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30b59ed-7156-40ee-bc86-c6f245e02964/?format=api"
        },
        {
            "id": "e4dc33d4-d8f0-4180-b2b9-4ce450c148f4",
            "gambit_id": "bccf613f-9e15-4359-b0a7-7463c1932c3c",
            "last_updated": "2024-01-31T10:23:29.798841-05:00",
            "created_at": "2024-01-29T09:13:12.006462-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e30b59ed-7156-40ee-bc86-c6f245e02964/?format=api"
        }
    ]
}