GET /api/bet_types/79ee6fc4-5967-405e-b141-9f9ed5942468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "79ee6fc4-5967-405e-b141-9f9ed5942468",
    "match": "https://api-prod.gambitprofit.com/api/matches/1fbf99b8-6a1c-4866-afc2-712b2941ad3b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-26T12:02:11.847834-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": "Cleveland Cavaliers",
                "amount": 5000.0
            },
            {
                "team": "New York Knicks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ae8a3f87-f2cc-4163-ae0c-5445256f1c0f",
            "gambit_id": "156f8703-6cbb-450f-878b-e951aede038a",
            "last_updated": "2023-04-27T11:52:05.598782-04:00",
            "created_at": "2023-04-26T12:02:11.849729-04:00",
            "name": "Cleveland Cavaliers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ee6fc4-5967-405e-b141-9f9ed5942468/?format=api"
        },
        {
            "id": "d6b6a4dc-d7ac-47bf-88c3-68396e83ccde",
            "gambit_id": "b298bf59-a070-4d1c-97ca-b35283a81152",
            "last_updated": "2023-04-27T11:52:05.601409-04:00",
            "created_at": "2023-04-26T12:02:11.851439-04:00",
            "name": "New York Knicks",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/79ee6fc4-5967-405e-b141-9f9ed5942468/?format=api"
        }
    ]
}