GET /api/bet_types/c2c51b4b-b9a6-4394-a18f-055a83e3a10d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2c51b4b-b9a6-4394-a18f-055a83e3a10d",
    "match": "https://api-prod.gambitprofit.com/api/matches/e67cbf8c-f7e3-4121-8fa6-f3fb20537d4b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-22T08:43:05.969399-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": "Los Angeles Kings",
                "amount": 7559.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 2441.0
            }
        ],
        "expected_reward_tokens": 9446.67,
        "profit_sb": -53.33,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "0148a513-9005-4421-9aa0-95fe2c02b078",
            "gambit_id": "cc8ee45b-8f7f-4eef-8243-e9ca3fd3fe3a",
            "last_updated": "2024-01-23T20:13:14.579555-05:00",
            "created_at": "2024-01-22T08:43:05.977293-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.25000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c51b4b-b9a6-4394-a18f-055a83e3a10d/?format=api"
        },
        {
            "id": "fd7ec661-35b3-4f8a-bd69-d63b8b633c4a",
            "gambit_id": "5e138450-33ec-44e3-9308-48b1a34667d3",
            "last_updated": "2024-01-23T20:13:14.575603-05:00",
            "created_at": "2024-01-22T08:43:05.973390-05:00",
            "name": "San Jose Sharks",
            "reward": "3.87000",
            "odds": "4.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2c51b4b-b9a6-4394-a18f-055a83e3a10d/?format=api"
        }
    ]
}