GET /api/bet_types/6bc58fef-bea8-4b1b-a87e-883e04d5cf0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6bc58fef-bea8-4b1b-a87e-883e04d5cf0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e22bdff9-c44f-47fb-81ad-99d41a300dfd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-10T08:23:21.573812-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": "Dallas Mavericks",
                "amount": 5094.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "38633ad7-d7e4-42fc-900c-fc64ccd3d11e",
            "gambit_id": "c52f8e89-a71e-45ed-928d-65ad4fce5592",
            "last_updated": "2023-11-12T11:18:23.073506-05:00",
            "created_at": "2023-11-10T08:23:21.583238-05:00",
            "name": "Dallas Mavericks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc58fef-bea8-4b1b-a87e-883e04d5cf0c/?format=api"
        },
        {
            "id": "daa106d3-eeb7-40c7-928a-2db44ead0869",
            "gambit_id": "4a0bbfa1-6860-4534-9cb5-bed17adae5bc",
            "last_updated": "2023-11-12T11:18:23.069904-05:00",
            "created_at": "2023-11-10T08:23:21.578641-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6bc58fef-bea8-4b1b-a87e-883e04d5cf0c/?format=api"
        }
    ]
}