GET /api/bet_types/dbbc4123-f4ce-4a99-bd9b-26f3464b0951/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbbc4123-f4ce-4a99-bd9b-26f3464b0951",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef4be4f8-3c35-4e4b-82c9-af31a6301859/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-05T09:32:56.810392-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": "Boston Celtics",
                "amount": 5107.0
            },
            {
                "team": "Utah Jazz",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9539a433-f69b-4922-ae14-e72ed57fc6fb",
            "gambit_id": "dac4b585-61a6-426a-8cb7-a16f276c9f09",
            "last_updated": "2024-01-08T14:43:15.187787-05:00",
            "created_at": "2024-01-05T09:32:56.818994-05:00",
            "name": "Boston Celtics",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbc4123-f4ce-4a99-bd9b-26f3464b0951/?format=api"
        },
        {
            "id": "2b064cfe-df44-4228-a6fa-52add9d1d266",
            "gambit_id": "bf1a1fba-48b4-4033-bbdd-6ef0ff4eb35c",
            "last_updated": "2024-01-08T14:43:15.184467-05:00",
            "created_at": "2024-01-05T09:32:56.814616-05:00",
            "name": "Utah Jazz",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "14.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbbc4123-f4ce-4a99-bd9b-26f3464b0951/?format=api"
        }
    ]
}