GET /api/bet_types/78549ec1-90bb-4fa5-9468-b3679730f4db/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78549ec1-90bb-4fa5-9468-b3679730f4db",
    "match": "https://api-prod.gambitprofit.com/api/matches/a98d4f67-216d-4218-a729-7539074d74ec/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T10:36:58.444374-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": "Los Angeles Kings",
                "amount": 6401.0
            },
            {
                "team": "New York Rangers",
                "amount": 3599.0
            }
        ],
        "expected_reward_tokens": 9537.35,
        "profit_sb": 37.35,
        "profit_sb_percentage": 0.39,
        "recommended": true
    },
    "lines": [
        {
            "id": "32e6727b-dbb7-48d2-99e3-ecd767b51972",
            "gambit_id": "1297f624-05d2-4a9f-a301-e6c06d52b41a",
            "last_updated": "2023-02-28T12:37:07.647433-05:00",
            "created_at": "2023-02-26T10:36:58.446914-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78549ec1-90bb-4fa5-9468-b3679730f4db/?format=api"
        },
        {
            "id": "c2673c87-8c76-467a-aa48-03d50840e0b1",
            "gambit_id": "fd688a54-aebc-468e-aacc-4b872cfd456e",
            "last_updated": "2023-02-28T12:37:07.646300-05:00",
            "created_at": "2023-02-26T10:36:58.445615-05:00",
            "name": "New York Rangers",
            "reward": "2.65000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78549ec1-90bb-4fa5-9468-b3679730f4db/?format=api"
        }
    ]
}