GET /api/bet_types/2f120360-f31c-4211-8baa-4cf3b0fe01c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f120360-f31c-4211-8baa-4cf3b0fe01c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/3c0708f3-b031-4634-a587-35a76fc666c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-15T17:17:07.233857-04: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 A&M",
                "amount": 5784.0
            },
            {
                "team": "Penn State",
                "amount": 4216.0
            }
        ],
        "expected_reward_tokens": 9485.76,
        "profit_sb": -14.24,
        "profit_sb_percentage": -0.15,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e17b3fc-ee83-485e-9bf2-8dd33e65db0c",
            "gambit_id": "29e15c04-af0f-418e-82d6-962fe664ba08",
            "last_updated": "2023-03-17T10:32:17.889150-04:00",
            "created_at": "2023-03-15T17:17:07.235621-04:00",
            "name": "Texas A&M",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f120360-f31c-4211-8baa-4cf3b0fe01c6/?format=api"
        },
        {
            "id": "c23234c1-0000-4191-b642-49b233ef1f17",
            "gambit_id": "5766dafa-8586-4e89-97e3-d696b614893b",
            "last_updated": "2023-03-17T10:32:17.894802-04:00",
            "created_at": "2023-03-15T17:17:07.237088-04:00",
            "name": "Penn State",
            "reward": "2.25000",
            "odds": "2.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f120360-f31c-4211-8baa-4cf3b0fe01c6/?format=api"
        }
    ]
}