GET /api/bet_types/5a8493f9-2659-4616-a603-1d9f8933c53b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a8493f9-2659-4616-a603-1d9f8933c53b",
    "match": "https://api-prod.gambitprofit.com/api/matches/03923123-d0a4-4cd3-9305-7fdd73192985/?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": "Pittsburgh",
                "amount": 6336.0
            },
            {
                "team": "Miami Florida",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "9a01d08a-886a-4b79-9222-e438b245fd4f",
            "gambit_id": "76a65fe2-71bc-4cfe-90f0-5c0e48752e27",
            "last_updated": "2022-11-28T09:22:05.207328-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Pittsburgh",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8493f9-2659-4616-a603-1d9f8933c53b/?format=api"
        },
        {
            "id": "aedad67e-59e6-4f95-969b-3bef0632ce82",
            "gambit_id": "2e8331b7-9ce4-4731-bbcc-24196f2fa727",
            "last_updated": "2022-11-28T09:22:05.206401-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Florida",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a8493f9-2659-4616-a603-1d9f8933c53b/?format=api"
        }
    ]
}