GET /api/bet_types/a167ff5c-9ae8-4057-9cc1-d4dd4187f907/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a167ff5c-9ae8-4057-9cc1-d4dd4187f907",
    "match": "https://api-prod.gambitprofit.com/api/matches/7178ecf1-5cd4-43ba-925a-b8f5c4715327/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:17.078312-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "440c2ea7-1bf6-4bb4-9c90-dc3f81b6dcc2",
            "gambit_id": "c16d779b-873d-46c2-8fdf-dc65b7aa1f67",
            "last_updated": "2023-11-18T17:58:24.992113-05:00",
            "created_at": "2023-11-17T09:23:17.088706-05:00",
            "name": "Atlanta Hawks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a167ff5c-9ae8-4057-9cc1-d4dd4187f907/?format=api"
        },
        {
            "id": "153e97b9-83be-49b7-81c8-140bfefeb2b7",
            "gambit_id": "0e206fdb-b514-464c-9469-05075c5538ce",
            "last_updated": "2023-11-18T17:58:24.987160-05:00",
            "created_at": "2023-11-17T09:23:17.083329-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a167ff5c-9ae8-4057-9cc1-d4dd4187f907/?format=api"
        }
    ]
}