GET /api/bet_types/92222b10-0d64-44be-923e-2ba574669c33/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "92222b10-0d64-44be-923e-2ba574669c33",
    "match": "https://api-prod.gambitprofit.com/api/matches/94bfff7b-939e-47af-943e-23dd3fe3d452/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-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": "Detroit Red Wings",
                "amount": 5000.0
            },
            {
                "team": "New Jersey Devils",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "632f8daa-4596-4b4b-96d3-044abaef9bc0",
            "gambit_id": "6081fc84-291f-4f97-8107-c39658a66560",
            "last_updated": "2022-10-26T09:52:11.535100-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92222b10-0d64-44be-923e-2ba574669c33/?format=api"
        },
        {
            "id": "06a0cb36-2e23-4e08-a538-6dc5ae674215",
            "gambit_id": "0f7a3097-379f-4ab3-813a-184cc3323396",
            "last_updated": "2022-10-26T09:52:11.536109-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/92222b10-0d64-44be-923e-2ba574669c33/?format=api"
        }
    ]
}