GET /api/bet_types/d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb",
    "match": "https://api-prod.gambitprofit.com/api/matches/13b75204-1c95-4033-b081-b86f90cffd3e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-26T09:33:15.795833-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": "Vegas Golden Knights",
                "amount": 6154.0
            },
            {
                "team": "New York Rangers",
                "amount": 3846.0
            }
        ],
        "expected_reward_tokens": 9538.08,
        "profit_sb": 38.08,
        "profit_sb_percentage": 0.4,
        "recommended": true
    },
    "lines": [
        {
            "id": "a093106b-30e7-420e-9ff6-d13f76840b57",
            "gambit_id": "b8c8d100-0e73-407b-be0a-243e7c2c6ee3",
            "last_updated": "2024-01-27T10:53:02.637545-05:00",
            "created_at": "2024-01-26T09:33:15.800066-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.55000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb/?format=api"
        },
        {
            "id": "9fb60188-51dc-47dd-8638-fd7e84bbf9e9",
            "gambit_id": "eeb126ab-699d-4cda-ab9a-6921335f57c6",
            "last_updated": "2024-01-27T10:53:02.640743-05:00",
            "created_at": "2024-01-26T09:33:15.808404-05:00",
            "name": "New York Rangers",
            "reward": "2.48000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d67b584c-fa7e-4d8b-aac1-8c0fdb0e1dcb/?format=api"
        }
    ]
}