GET /api/bet_types/c67a44fe-5f3a-43b2-a736-5e1aec227418/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c67a44fe-5f3a-43b2-a736-5e1aec227418",
    "match": "https://api-prod.gambitprofit.com/api/matches/ca11f72e-5886-49be-b078-10b1dff68d86/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-02-04T10:42:59.010918-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": "Toronto Raptors",
                "amount": 5000.0
            },
            {
                "team": "Oklahoma City Thunder",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fc2a130c-113c-451c-a377-86f6e4005497",
            "gambit_id": "af1b0f9f-5801-42b5-9418-0513c3ed2e7b",
            "last_updated": "2024-02-06T09:18:13.800167-05:00",
            "created_at": "2024-02-04T10:42:59.015150-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c67a44fe-5f3a-43b2-a736-5e1aec227418/?format=api"
        },
        {
            "id": "54997e9f-41e8-47bf-9721-9dbb96a9c114",
            "gambit_id": "0fa6f527-4510-4104-aa1b-55851cab0175",
            "last_updated": "2024-02-06T09:18:13.803781-05:00",
            "created_at": "2024-02-04T10:42:59.018764-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c67a44fe-5f3a-43b2-a736-5e1aec227418/?format=api"
        }
    ]
}