GET /api/bet_types/1eda4cc8-5d56-4f35-b998-12e246ce7cdf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1eda4cc8-5d56-4f35-b998-12e246ce7cdf",
    "match": "https://api-prod.gambitprofit.com/api/matches/37284ab5-9d76-47b8-8512-6ca084fe0adb/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:59.511796-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": "Milwaukee Bucks",
                "amount": 5000.0
            },
            {
                "team": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "57864c63-e84d-4cc3-bd04-13de6d7bc5c8",
            "gambit_id": "e964abe7-aa10-4989-8d4e-ebadb3e9294c",
            "last_updated": "2024-02-06T09:18:11.932437-05:00",
            "created_at": "2024-02-04T10:42:59.516367-05:00",
            "name": "Milwaukee Bucks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eda4cc8-5d56-4f35-b998-12e246ce7cdf/?format=api"
        },
        {
            "id": "6ce75703-3e47-46dc-911b-3ff68fe12761",
            "gambit_id": "878d1c0f-cef0-447d-9575-d56c1cff2daa",
            "last_updated": "2024-02-06T09:18:11.935708-05:00",
            "created_at": "2024-02-04T10:42:59.521368-05:00",
            "name": "Utah Jazz",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1eda4cc8-5d56-4f35-b998-12e246ce7cdf/?format=api"
        }
    ]
}