GET /api/bet_types/b6008b30-6ff4-4227-b71c-f7f4566a9ccc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b6008b30-6ff4-4227-b71c-f7f4566a9ccc",
    "match": "https://api-prod.gambitprofit.com/api/matches/6d7e4101-f8a8-42cc-b011-6721e4b6e8d4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-01T09:21:58.234139-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": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "2e86d185-d2cf-485a-ae5d-7c451c064982",
            "gambit_id": "efc30ecd-ffc1-45a7-aa36-b416e555f6ea",
            "last_updated": "2023-03-02T07:21:56.012175-05:00",
            "created_at": "2023-03-01T09:21:58.235324-05:00",
            "name": "New York Knicks",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6008b30-6ff4-4227-b71c-f7f4566a9ccc/?format=api"
        },
        {
            "id": "78e83a4b-27de-413e-b894-96b98e5cb0dc",
            "gambit_id": "3a822587-d551-4991-83cd-b99788f63066",
            "last_updated": "2023-03-02T07:21:56.013259-05:00",
            "created_at": "2023-03-01T09:21:58.236619-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b6008b30-6ff4-4227-b71c-f7f4566a9ccc/?format=api"
        }
    ]
}