GET /api/bet_types/28ddaa46-0db1-4bb6-afe9-e99167ba5dae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "28ddaa46-0db1-4bb6-afe9-e99167ba5dae",
    "match": "https://api-prod.gambitprofit.com/api/matches/7216263f-b7e9-4e8e-89f5-a338d68cee7f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:07:55.299239-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": "Portland Trail Blazers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "513f0d6f-e3ac-4017-82d9-eb1450443a41",
            "gambit_id": "a2e16119-12dd-488c-9558-c297797503ed",
            "last_updated": "2024-01-09T10:43:23.309899-05:00",
            "created_at": "2024-01-07T09:07:55.303321-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ddaa46-0db1-4bb6-afe9-e99167ba5dae/?format=api"
        },
        {
            "id": "b66d9ada-8ee0-4ea1-9f1e-c0e35ff57c79",
            "gambit_id": "a9f5833f-c710-4e4e-ae0e-0e5d89c690bc",
            "last_updated": "2024-01-09T10:43:23.313145-05:00",
            "created_at": "2024-01-07T09:07:55.307824-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/28ddaa46-0db1-4bb6-afe9-e99167ba5dae/?format=api"
        }
    ]
}