GET /api/bet_types/1e8ae97c-6a24-4afe-8416-3aa041c2ae9e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e8ae97c-6a24-4afe-8416-3aa041c2ae9e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ce7297f-1ae3-4caa-9849-902383b64c62/?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": "Texas",
                "amount": 6921.0
            },
            {
                "team": "Texas Tech",
                "amount": 3079.0
            }
        ],
        "expected_reward_tokens": 9204.93,
        "profit_sb": 204.93,
        "profit_sb_percentage": 2.28,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7e6784a-ba9e-4ef1-af7f-7b6f821fb08d",
            "gambit_id": "bf41b495-7102-492f-8224-1db18e52d2a2",
            "last_updated": "2022-09-25T19:52:10.895561-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas",
            "reward": "1.33000",
            "odds": "1.37740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8ae97c-6a24-4afe-8416-3aa041c2ae9e/?format=api"
        },
        {
            "id": "bef5583b-73f8-4937-b5e9-7c6d6795f3ae",
            "gambit_id": "41278ab9-4c10-4ffd-97d2-9bfed57fb1db",
            "last_updated": "2022-09-25T19:52:10.893996-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Texas Tech",
            "reward": "2.99000",
            "odds": "3.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e8ae97c-6a24-4afe-8416-3aa041c2ae9e/?format=api"
        }
    ]
}