GET /api/bet_types/c4b405b6-76c1-4e87-8ad6-9a82da50c3eb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4b405b6-76c1-4e87-8ad6-9a82da50c3eb",
    "match": "https://api-prod.gambitprofit.com/api/matches/49d234be-6767-475f-82a7-dedde6336a5c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-01T10:03:03.071369-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": "Dallas Mavericks",
                "amount": 6324.0
            },
            {
                "team": "Utah Jazz",
                "amount": 3676.0
            }
        ],
        "expected_reward_tokens": 9484.08,
        "profit_sb": -15.92,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "1970be78-7913-4479-804e-dd26f4e21118",
            "gambit_id": "e08df5f5-243f-4563-89f8-d3a0787bad18",
            "last_updated": "2024-01-03T10:53:14.528986-05:00",
            "created_at": "2024-01-01T10:03:03.075329-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.50000",
            "odds": "1.52630",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b405b6-76c1-4e87-8ad6-9a82da50c3eb/?format=api"
        },
        {
            "id": "0176bbf3-7ae6-4111-99f8-9f43a0efde22",
            "gambit_id": "8568bd49-7778-478a-91d2-c7632b73c505",
            "last_updated": "2024-01-03T10:53:14.532633-05:00",
            "created_at": "2024-01-01T10:03:03.079444-05:00",
            "name": "Utah Jazz",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4b405b6-76c1-4e87-8ad6-9a82da50c3eb/?format=api"
        }
    ]
}