GET /api/bet_types/9fd586a3-4131-4930-9ec7-ed1594fcc765/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9fd586a3-4131-4930-9ec7-ed1594fcc765",
    "match": "https://api-prod.gambitprofit.com/api/matches/5e24bc5b-2f57-4311-a838-6b7dcf2bd015/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-27T09:03:03.892625-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": "Oklahoma City Thunder",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "56c5bc41-b68c-43ba-a923-65bd4389f74d",
            "gambit_id": "da3e860b-e11d-4b45-a331-9d98e71cd08c",
            "last_updated": "2023-12-28T18:33:09.688955-05:00",
            "created_at": "2023-12-27T09:03:03.901342-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fd586a3-4131-4930-9ec7-ed1594fcc765/?format=api"
        },
        {
            "id": "006e7eae-28a7-4c4a-b535-6c8ad03d0794",
            "gambit_id": "00717977-afd3-445f-854c-7baa55b8c49c",
            "last_updated": "2023-12-28T18:33:09.685757-05:00",
            "created_at": "2023-12-27T09:03:03.896163-05:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9fd586a3-4131-4930-9ec7-ed1594fcc765/?format=api"
        }
    ]
}