GET /api/bet_types/d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/d28d87c3-5f7d-4272-b630-adbd66640645/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-23T09:07:03.088416-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": "Utah Jazz",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "62e32b1a-9661-4c39-abe3-27848fa3d336",
            "gambit_id": "cd8cc795-6b14-4247-90fd-8c12d25ce9fb",
            "last_updated": "2023-02-24T12:17:07.558145-05:00",
            "created_at": "2023-02-23T09:07:03.090788-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7/?format=api"
        },
        {
            "id": "4f8e80cb-cfb3-4e9f-8efd-9c347fae3b19",
            "gambit_id": "77753932-408e-4fe1-bb89-7b3dc8a5be5f",
            "last_updated": "2023-02-24T12:17:07.557040-05:00",
            "created_at": "2023-02-23T09:07:03.089537-05:00",
            "name": "Utah Jazz",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d25e7d4a-ce06-4fc5-a14e-83d4ee03a0f7/?format=api"
        }
    ]
}