GET /api/bet_types/a7540cbc-1c17-4423-9b4e-d048b402eb25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7540cbc-1c17-4423-9b4e-d048b402eb25",
    "match": "https://api-prod.gambitprofit.com/api/matches/8bbbaaa5-9de9-4001-9fec-a277d57cb90e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-18T09:13:01.927651-04: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": "Seattle Seahawks",
                "amount": 5094.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4906.0
            }
        ],
        "expected_reward_tokens": 9321.4,
        "profit_sb": -178.6,
        "profit_sb_percentage": -1.88,
        "recommended": false
    },
    "lines": [
        {
            "id": "899567cf-9080-4772-8e0f-663795a7a478",
            "gambit_id": "451075ed-14c7-4479-91c9-a73492832453",
            "last_updated": "2023-10-23T13:33:22.470982-04:00",
            "created_at": "2023-10-18T09:13:01.937290-04:00",
            "name": "Seattle Seahawks",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7540cbc-1c17-4423-9b4e-d048b402eb25/?format=api"
        },
        {
            "id": "dcbca712-a7b0-426e-b9e5-bbf6e873f3fc",
            "gambit_id": "79fc333f-d1c4-43a8-9f46-a5e7b90af9eb",
            "last_updated": "2023-10-23T13:33:22.467527-04:00",
            "created_at": "2023-10-18T09:13:01.932995-04:00",
            "name": "Arizona Cardinals",
            "reward": "1.90000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7540cbc-1c17-4423-9b4e-d048b402eb25/?format=api"
        }
    ]
}