GET /api/bet_types/1e787846-07be-436c-8591-cc9eca8c0551/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e787846-07be-436c-8591-cc9eca8c0551",
    "match": "https://api-prod.gambitprofit.com/api/matches/6a3320c7-06a7-408c-8849-0da844f444f3/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-17T09:28:12.785478-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": 7059.0
            },
            {
                "team": "Houston Rockets",
                "amount": 2941.0
            }
        ],
        "expected_reward_tokens": 9528.84,
        "profit_sb": 28.84,
        "profit_sb_percentage": 0.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "c6e85791-10f3-43c5-962a-f081fbba7923",
            "gambit_id": "61ca0ce7-5513-4e2d-835d-2a35cdc67429",
            "last_updated": "2024-01-19T12:08:20.575091-05:00",
            "created_at": "2024-01-17T09:28:12.797836-05:00",
            "name": "New York Knicks",
            "reward": "1.35000",
            "odds": "1.36360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e787846-07be-436c-8591-cc9eca8c0551/?format=api"
        },
        {
            "id": "942b9e1d-50e1-450e-8725-1a1b596884d2",
            "gambit_id": "a9489502-1e74-47ff-988a-f557b288fdd0",
            "last_updated": "2024-01-19T12:08:20.571264-05:00",
            "created_at": "2024-01-17T09:28:12.791882-05:00",
            "name": "Houston Rockets",
            "reward": "3.24000",
            "odds": "3.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e787846-07be-436c-8591-cc9eca8c0551/?format=api"
        }
    ]
}