GET /api/bet_types/ee925858-78d6-48c6-9ebd-0cd1648e9196/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee925858-78d6-48c6-9ebd-0cd1648e9196",
    "match": "https://api-prod.gambitprofit.com/api/matches/75b30173-96b1-4a0a-a52e-dfeb86f5f16a/?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": "New England Patriots",
                "amount": 5492.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "78e5dc55-d312-491d-a628-5510d5f3f3d8",
            "gambit_id": "4b5e4d46-b581-4a79-ba3e-ade00430c173",
            "last_updated": "2022-12-13T09:57:39.243243-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New England Patriots",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee925858-78d6-48c6-9ebd-0cd1648e9196/?format=api"
        },
        {
            "id": "051886e6-9742-4c3d-a6dc-691fc2342ab2",
            "gambit_id": "1fee0224-379d-4b16-bef7-ceaf98d46b0c",
            "last_updated": "2022-12-13T09:57:39.244338-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee925858-78d6-48c6-9ebd-0cd1648e9196/?format=api"
        }
    ]
}