GET /api/bet_types/33ad15ec-08cc-4cf0-a8fc-551227d50521/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "33ad15ec-08cc-4cf0-a8fc-551227d50521",
    "match": "https://api-prod.gambitprofit.com/api/matches/4f28524f-fd94-4743-8e0d-fc8da1569406/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-23T09:43:21.058637-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": "New York Knicks",
                "amount": 5107.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "600e5d47-8499-4066-941a-63c401085b56",
            "gambit_id": "0702973a-09f1-47a0-872c-85541d02ea9e",
            "last_updated": "2024-01-24T20:38:18.012922-05:00",
            "created_at": "2024-01-23T09:43:21.064893-05:00",
            "name": "New York Knicks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33ad15ec-08cc-4cf0-a8fc-551227d50521/?format=api"
        },
        {
            "id": "9224eaa5-9758-47b1-b8e1-43ea68f2c76d",
            "gambit_id": "7b2cadee-5500-49ec-85ae-07427db6b342",
            "last_updated": "2024-01-24T20:38:18.016454-05:00",
            "created_at": "2024-01-23T09:43:21.072343-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/33ad15ec-08cc-4cf0-a8fc-551227d50521/?format=api"
        }
    ]
}