GET /api/bet_types/e2fab6de-87b0-4b0b-ac6c-f5889e9bfd63/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e2fab6de-87b0-4b0b-ac6c-f5889e9bfd63",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f201f3f-d761-47f5-8639-fddbd506ba0a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-13T09:22:03.651186-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": "Phoenix Suns",
                "amount": 5000.0
            },
            {
                "team": "Golden State Warriors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "d8d8fc45-0110-4742-8f0c-dcf06071fd6e",
            "gambit_id": "55801d97-ecdb-4a91-9da6-68073c52f606",
            "last_updated": "2023-03-14T12:27:15.258472-04:00",
            "created_at": "2023-03-13T09:22:03.654268-04:00",
            "name": "Phoenix Suns",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2fab6de-87b0-4b0b-ac6c-f5889e9bfd63/?format=api"
        },
        {
            "id": "918ef9ad-f0d2-4c65-88db-195a67d27032",
            "gambit_id": "e22cf0e5-a271-41eb-9974-40ac937c375d",
            "last_updated": "2023-03-14T12:27:15.257102-04:00",
            "created_at": "2023-03-13T09:22:03.652690-04:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e2fab6de-87b0-4b0b-ac6c-f5889e9bfd63/?format=api"
        }
    ]
}