GET /api/bet_types/01401a58-6f3f-4fa6-9cc0-4a5ad2b8d265/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01401a58-6f3f-4fa6-9cc0-4a5ad2b8d265",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ad41114-105f-4d92-86ae-8b53b6eb31db/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-25T09:13:08.094491-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": "Minnesota Timberwolves",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "d756e7c2-22b6-4394-ac10-1986fa7224c3",
            "gambit_id": "ff3096fb-69fd-47b1-94ff-4b4dca6ff5b0",
            "last_updated": "2023-10-26T10:43:10.687474-04:00",
            "created_at": "2023-10-25T09:13:08.098734-04:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01401a58-6f3f-4fa6-9cc0-4a5ad2b8d265/?format=api"
        },
        {
            "id": "52c543dd-2c3a-4bd3-9e03-1fee186accf2",
            "gambit_id": "b70cbe17-067e-4f9a-bab4-399f2921ea03",
            "last_updated": "2023-10-26T10:43:10.691978-04:00",
            "created_at": "2023-10-25T09:13:08.102564-04:00",
            "name": "Toronto Raptors",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01401a58-6f3f-4fa6-9cc0-4a5ad2b8d265/?format=api"
        }
    ]
}