GET /api/bet_types/ddcd89fe-942d-4318-b2f5-05b9bd03d099/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ddcd89fe-942d-4318-b2f5-05b9bd03d099",
    "match": "https://api-prod.gambitprofit.com/api/matches/7adb63c5-0f87-43bd-a43d-47b8835ee0d1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-22T09:13:25.171692-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": "Denver Nuggets",
                "amount": 5929.0
            },
            {
                "team": "Orlando Magic",
                "amount": 4071.0
            }
        ],
        "expected_reward_tokens": 9485.43,
        "profit_sb": -14.57,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "687cb981-7369-484c-b595-0dd69c22f2e0",
            "gambit_id": "0ed3db0a-1d09-48fd-a2d8-cbec43031e9c",
            "last_updated": "2023-11-23T16:33:06.204986-05:00",
            "created_at": "2023-11-22T09:13:25.175694-05:00",
            "name": "Denver Nuggets",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddcd89fe-942d-4318-b2f5-05b9bd03d099/?format=api"
        },
        {
            "id": "2a3b950b-d90d-4aec-9dfd-d54f042f522e",
            "gambit_id": "c1d5e4a2-8123-4e56-9e59-90e435c6976e",
            "last_updated": "2023-11-23T16:33:06.213744-05:00",
            "created_at": "2023-11-22T09:13:25.180840-05:00",
            "name": "Orlando Magic",
            "reward": "2.33000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ddcd89fe-942d-4318-b2f5-05b9bd03d099/?format=api"
        }
    ]
}