GET /api/bet_types/29fd7ba7-eafd-4885-a6fb-005daba3efe4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29fd7ba7-eafd-4885-a6fb-005daba3efe4",
    "match": "https://api-prod.gambitprofit.com/api/matches/b57ab8da-a6f6-40d6-83df-344d74f88f5b/?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": "Minnesota Vikings",
                "amount": 7624.0
            },
            {
                "team": "Chicago Bears",
                "amount": 2376.0
            }
        ],
        "expected_reward_tokens": 9527.76,
        "profit_sb": 27.76,
        "profit_sb_percentage": 0.29,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0caf4aa-fdb7-40ab-9893-dc3508c47343",
            "gambit_id": "d035e5d1-0d6e-4b51-b607-b9b8b8622a55",
            "last_updated": "2022-10-11T11:51:56.561058-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.25000",
            "odds": "1.25640",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fd7ba7-eafd-4885-a6fb-005daba3efe4/?format=api"
        },
        {
            "id": "0a84ee8f-dcac-4d70-bcb4-b6dae6452dc1",
            "gambit_id": "69efa313-39b3-4508-8e5a-8e4328ca6615",
            "last_updated": "2022-10-11T11:51:56.562217-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "4.01000",
            "odds": "4.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29fd7ba7-eafd-4885-a6fb-005daba3efe4/?format=api"
        }
    ]
}