GET /api/bet_types/a85f70f4-6933-486a-a013-3861c1ecedca/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a85f70f4-6933-486a-a013-3861c1ecedca",
    "match": "https://api-prod.gambitprofit.com/api/matches/b9d71ce6-f7fa-46bb-837b-9dcf8b362615/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:24.699606-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": "Denver Nuggets",
                "amount": 6090.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "770ac893-dcc7-475a-b571-e074c6d85d75",
            "gambit_id": "23a4eb54-81e5-4dd7-9b43-3a1d3f13751b",
            "last_updated": "2024-01-05T13:38:30.896902-05:00",
            "created_at": "2024-01-04T09:18:24.704654-05:00",
            "name": "Denver Nuggets",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a85f70f4-6933-486a-a013-3861c1ecedca/?format=api"
        },
        {
            "id": "010c6a9c-dc4d-4b03-9194-b42ac2ffdcf8",
            "gambit_id": "0c1fd0fa-2197-408e-9926-b008bbe9b839",
            "last_updated": "2024-01-05T13:38:30.900221-05:00",
            "created_at": "2024-01-04T09:18:24.710209-05:00",
            "name": "Golden State Warriors",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a85f70f4-6933-486a-a013-3861c1ecedca/?format=api"
        }
    ]
}