GET /api/bet_types/3684e29d-f4b8-4ef4-b4c5-943c38325d74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3684e29d-f4b8-4ef4-b4c5-943c38325d74",
    "match": "https://api-prod.gambitprofit.com/api/matches/9092801c-589e-487c-beb7-19acdf67efb7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-16T17:37:16.656720-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1200.0,
        "profit_sb_percentage": 12.63,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Denver Nuggets",
                "amount": 8846.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1154.0
            }
        ],
        "expected_reward_tokens": 9462.8,
        "profit_sb": -37.2,
        "profit_sb_percentage": -0.39,
        "recommended": false
    },
    "lines": [
        {
            "id": "f6e1807e-e886-4ba5-8e2b-bc98c576b77c",
            "gambit_id": "79ef79c0-605e-49b0-833f-bf2b5036bb68",
            "last_updated": "2023-03-17T11:31:55.362965-04:00",
            "created_at": "2023-03-16T17:37:16.660194-04:00",
            "name": "Denver Nuggets",
            "reward": "1.07000",
            "odds": "1.07140",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3684e29d-f4b8-4ef4-b4c5-943c38325d74/?format=api"
        },
        {
            "id": "2c80a207-95c6-4aa1-9caf-796ddcf31c37",
            "gambit_id": "65afb02c-b1aa-45d4-b2d5-259994159303",
            "last_updated": "2023-03-17T11:31:55.361931-04:00",
            "created_at": "2023-03-16T17:37:16.658537-04:00",
            "name": "Detroit Pistons",
            "reward": "8.20000",
            "odds": "8.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3684e29d-f4b8-4ef4-b4c5-943c38325d74/?format=api"
        }
    ]
}