GET /api/bet_types/30ecb327-e7a7-4c75-aa02-3b83f815b979/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30ecb327-e7a7-4c75-aa02-3b83f815b979",
    "match": "https://api-prod.gambitprofit.com/api/matches/39a491ef-c02f-48db-a3ca-8ef60c5bd627/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-28T09:08:08.340459-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": "Memphis Grizzlies",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab49d92f-301b-472e-b64f-06f6910c083f",
            "gambit_id": "f0832433-11f3-42b7-a5d0-cc20b5999176",
            "last_updated": "2023-10-30T14:48:10.841100-04:00",
            "created_at": "2023-10-28T09:08:08.345003-04:00",
            "name": "Memphis Grizzlies",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ecb327-e7a7-4c75-aa02-3b83f815b979/?format=api"
        },
        {
            "id": "2583b712-f212-44df-91f7-ab4b457acbcf",
            "gambit_id": "0f0ba0e3-982f-49c6-9c94-e5202db77f17",
            "last_updated": "2023-10-30T14:48:10.844498-04:00",
            "created_at": "2023-10-28T09:08:08.349978-04:00",
            "name": "Washington Wizards",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ecb327-e7a7-4c75-aa02-3b83f815b979/?format=api"
        }
    ]
}