GET /api/bet_types/cfac0c02-49f9-4bb8-8885-794157cc081b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfac0c02-49f9-4bb8-8885-794157cc081b",
    "match": "https://api-prod.gambitprofit.com/api/matches/91d40f0d-5e69-4341-af92-4b6542c291f0/?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": "Memphis",
                "amount": 6869.0
            },
            {
                "team": "Tulsa",
                "amount": 3131.0
            }
        ],
        "expected_reward_tokens": 9204.46,
        "profit_sb": 204.46,
        "profit_sb_percentage": 2.27,
        "recommended": true
    },
    "lines": [
        {
            "id": "692738a8-54f8-4000-8a4e-4a28d24dca38",
            "gambit_id": "d186f00d-2f61-4d23-a474-4cf4ee92463e",
            "last_updated": "2022-11-11T20:21:56.727709-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Memphis",
            "reward": "1.34000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfac0c02-49f9-4bb8-8885-794157cc081b/?format=api"
        },
        {
            "id": "19f38315-e138-4cf4-99a7-ab8b420c3f83",
            "gambit_id": "6fe8f999-6ba6-4c05-91cb-ce7fd9e99e1f",
            "last_updated": "2022-11-11T20:21:56.728694-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tulsa",
            "reward": "2.94000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfac0c02-49f9-4bb8-8885-794157cc081b/?format=api"
        }
    ]
}