GET /api/bet_types/3400a6ab-ce00-48b3-ae2c-4442050508ed/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3400a6ab-ce00-48b3-ae2c-4442050508ed",
    "match": "https://api-prod.gambitprofit.com/api/matches/465f811c-ed6f-4cad-96d8-1d195afe0504/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-01T09:18:08.942024-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": "New York Knicks",
                "amount": 5319.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e1e9fbc-98ab-4175-b4c9-a2ecf5936bd0",
            "gambit_id": "da92f641-6fdf-47bb-bff6-23ab5b3a530c",
            "last_updated": "2024-02-02T14:43:23.811944-05:00",
            "created_at": "2024-02-01T09:18:08.950875-05:00",
            "name": "New York Knicks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3400a6ab-ce00-48b3-ae2c-4442050508ed/?format=api"
        },
        {
            "id": "1389d296-9f9f-4304-8600-a11b13a89684",
            "gambit_id": "a1ce8621-0a76-4b2d-a797-078c1c375417",
            "last_updated": "2024-02-02T14:43:23.815456-05:00",
            "created_at": "2024-02-01T09:18:08.946117-05:00",
            "name": "Indiana Pacers",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3400a6ab-ce00-48b3-ae2c-4442050508ed/?format=api"
        }
    ]
}