GET /api/bet_types/a3d4d933-0e3e-4abd-b59d-06c6beb69755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a3d4d933-0e3e-4abd-b59d-06c6beb69755",
    "match": "https://api-prod.gambitprofit.com/api/matches/97103be4-0893-4602-8b98-96c82b62c1e2/?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": "UNLV",
                "amount": 5749.0
            },
            {
                "team": "Utah State",
                "amount": 4251.0
            }
        ],
        "expected_reward_tokens": 9139.65,
        "profit_sb": 139.65,
        "profit_sb_percentage": 1.55,
        "recommended": true
    },
    "lines": [
        {
            "id": "3dc70cf8-d7e6-4c94-baac-1d5f7221061f",
            "gambit_id": "af755d89-8810-4497-9db2-c40c6165c6a2",
            "last_updated": "2022-09-25T21:17:17.865085-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "UNLV",
            "reward": "1.59000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d4d933-0e3e-4abd-b59d-06c6beb69755/?format=api"
        },
        {
            "id": "91ad5635-594d-4395-a40b-331343ee2bc7",
            "gambit_id": "f7a25de6-5d83-48de-b7ff-510b8f25cffa",
            "last_updated": "2022-09-25T21:17:17.864118-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Utah State",
            "reward": "2.15000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a3d4d933-0e3e-4abd-b59d-06c6beb69755/?format=api"
        }
    ]
}