GET /api/bet_types/7c025268-56cd-42af-b877-4c1e1088999d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7c025268-56cd-42af-b877-4c1e1088999d",
    "match": "https://api-prod.gambitprofit.com/api/matches/2de9bd84-fb2c-4f16-8717-644d62a844f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-03T11:23:16.580579-04: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": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "550e5371-2344-465f-afc1-d42b95c72414",
            "gambit_id": "a7a11af4-a662-4653-a4a9-abafb0d19439",
            "last_updated": "2023-11-04T10:38:17.256540-04:00",
            "created_at": "2023-11-03T11:23:16.584772-04:00",
            "name": "New York Knicks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c025268-56cd-42af-b877-4c1e1088999d/?format=api"
        },
        {
            "id": "b8b10dbc-b247-41ce-b3e5-0a0e8c4c3484",
            "gambit_id": "822f027e-fe4e-4e1c-ace1-d13ba73ce192",
            "last_updated": "2023-11-04T10:38:17.259986-04:00",
            "created_at": "2023-11-03T11:23:16.589817-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7c025268-56cd-42af-b877-4c1e1088999d/?format=api"
        }
    ]
}