GET /api/bet_types/c4479634-6d9e-42bf-b01e-bd26e7527369/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c4479634-6d9e-42bf-b01e-bd26e7527369",
    "match": "https://api-prod.gambitprofit.com/api/matches/1769522d-d342-4463-b7b5-ae193a8198ce/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-07T08:42:00.917250-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": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d4420d9f-b130-425b-a88b-8cc67b42277e",
            "gambit_id": "c228e887-ab5a-4226-9326-672230b97b49",
            "last_updated": "2023-02-08T09:52:05.781049-05:00",
            "created_at": "2023-02-07T08:42:00.920495-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4479634-6d9e-42bf-b01e-bd26e7527369/?format=api"
        },
        {
            "id": "d695175a-3607-4840-9ab4-c0679580a91a",
            "gambit_id": "3c8d3e3e-e71a-4ac5-892d-16bd1a6360c1",
            "last_updated": "2023-02-08T09:52:05.779807-05:00",
            "created_at": "2023-02-07T08:42:00.918991-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c4479634-6d9e-42bf-b01e-bd26e7527369/?format=api"
        }
    ]
}