GET /api/bet_types/aa82f88b-4074-4b15-bccb-5aa22d85b2b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "aa82f88b-4074-4b15-bccb-5aa22d85b2b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/74b7fdc8-ac99-4516-95e6-976f28e5e1e9/?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": "Utah Jazz",
                "amount": 5610.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "115ae6fa-f8cf-4310-a559-cbb581946536",
            "gambit_id": "f781a6f3-6f51-46ce-a890-7cc22fcef9be",
            "last_updated": "2022-10-25T10:07:49.884572-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah Jazz",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa82f88b-4074-4b15-bccb-5aa22d85b2b7/?format=api"
        },
        {
            "id": "1cb21678-8869-48ae-8752-4c6d81d36d8b",
            "gambit_id": "48f90a86-6ba6-4a5e-b005-00ab4a3f1f92",
            "last_updated": "2022-10-25T10:07:49.883571-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston Rockets",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/aa82f88b-4074-4b15-bccb-5aa22d85b2b7/?format=api"
        }
    ]
}