GET /api/bet_types/280edd7f-2552-433a-92f7-52a5ba325c21/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "280edd7f-2552-433a-92f7-52a5ba325c21",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff5dc047-289d-450c-92d3-c84e8624cecc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-13T09:38:11.550203-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": "Ottawa Senators",
                "amount": 6805.0
            },
            {
                "team": "San Jose Sharks",
                "amount": 3195.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "b8392b66-ba41-424f-8c39-3d557def0d61",
            "gambit_id": "d756e6fb-5ec2-4cb1-aff9-ef7205b54850",
            "last_updated": "2024-01-16T15:23:04.608770-05:00",
            "created_at": "2024-01-13T09:38:11.558119-05:00",
            "name": "Ottawa Senators",
            "reward": "1.39000",
            "odds": "1.40820",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280edd7f-2552-433a-92f7-52a5ba325c21/?format=api"
        },
        {
            "id": "a956791f-3850-4e9f-99d5-8738d39fe660",
            "gambit_id": "f6d5680c-09da-48a6-a03c-85ea1f95cb16",
            "last_updated": "2024-01-16T15:23:04.605501-05:00",
            "created_at": "2024-01-13T09:38:11.554048-05:00",
            "name": "San Jose Sharks",
            "reward": "2.96000",
            "odds": "3.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/280edd7f-2552-433a-92f7-52a5ba325c21/?format=api"
        }
    ]
}