GET /api/bet_types/c3563476-052d-4de3-8868-629a272cbbe9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c3563476-052d-4de3-8868-629a272cbbe9",
    "match": "https://api-prod.gambitprofit.com/api/matches/7476ec25-8bc1-4887-92c5-f5a738ad50d3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-10T09:38:09.893472-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": "Atlanta Hawks",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "8824c188-9340-4b24-bcfe-3a140cea6f01",
            "gambit_id": "500171d4-b3bf-4cfe-b1bd-8733f1d8e13d",
            "last_updated": "2024-01-11T11:23:08.356619-05:00",
            "created_at": "2024-01-10T09:38:09.901816-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3563476-052d-4de3-8868-629a272cbbe9/?format=api"
        },
        {
            "id": "2a5713cf-09e0-48a4-bb55-d6dbf31a0ead",
            "gambit_id": "be79bb4f-59e5-4671-b136-6675233430c1",
            "last_updated": "2024-01-11T11:23:08.352901-05:00",
            "created_at": "2024-01-10T09:38:09.897115-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c3563476-052d-4de3-8868-629a272cbbe9/?format=api"
        }
    ]
}