GET /api/bet_types/4c04ec36-4dcf-429d-a2ad-3f047397607c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4c04ec36-4dcf-429d-a2ad-3f047397607c",
    "match": "https://api-prod.gambitprofit.com/api/matches/6fb03bc1-6ecf-4111-aaad-db9cd096576a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:03.646231-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": "Sacramento Kings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "d9ff17f7-475e-43d5-b23e-6e8ed99c9d66",
            "gambit_id": "3a0f7c62-e436-4ef7-962d-498b24137350",
            "last_updated": "2023-02-24T11:47:00.712368-05:00",
            "created_at": "2023-02-23T09:07:03.648906-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c04ec36-4dcf-429d-a2ad-3f047397607c/?format=api"
        },
        {
            "id": "f8e95e78-7d78-48f0-a90a-aca358750f51",
            "gambit_id": "84eeb224-c493-4f91-af2e-d003b9823286",
            "last_updated": "2023-02-24T11:47:00.711234-05:00",
            "created_at": "2023-02-23T09:07:03.647688-05:00",
            "name": "Sacramento Kings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4c04ec36-4dcf-429d-a2ad-3f047397607c/?format=api"
        }
    ]
}