GET /api/bet_types/248cc69f-9c12-4999-be4b-606d7a315d2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "248cc69f-9c12-4999-be4b-606d7a315d2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b492891b-c608-4e9e-92ae-4f0ddcaf3d83/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-11T13:03:03.232170-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": "PHI",
                "amount": 5599.0
            },
            {
                "team": "LOS",
                "amount": 4401.0
            }
        ],
        "expected_reward_tokens": 9462.15,
        "profit_sb": -37.85,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "42e09ee1-61d6-4177-9b7c-4034bf6b9e3e",
            "gambit_id": "d40f3347-0dc6-42cc-b267-3500a8731d96",
            "last_updated": "2023-06-12T18:48:19.258913-04:00",
            "created_at": "2023-06-11T13:03:03.235946-04:00",
            "name": "PHI",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248cc69f-9c12-4999-be4b-606d7a315d2c/?format=api"
        },
        {
            "id": "9328cede-5fa1-4f37-8e4c-38922b4eea55",
            "gambit_id": "23487644-95cc-4be1-ae29-aa60d12ea074",
            "last_updated": "2023-06-12T18:48:19.256054-04:00",
            "created_at": "2023-06-11T13:03:03.234051-04:00",
            "name": "LOS",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/248cc69f-9c12-4999-be4b-606d7a315d2c/?format=api"
        }
    ]
}