GET /api/bet_types/7efeba23-3c84-40e2-befe-3ec0fdd38741/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7efeba23-3c84-40e2-befe-3ec0fdd38741",
    "match": "https://api-prod.gambitprofit.com/api/matches/363f3168-461e-4e9a-8c47-f19019c95dcb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:56.776614-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": "Boston Celtics",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9450.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.53,
        "recommended": false
    },
    "lines": [
        {
            "id": "e83547b8-2adc-44c7-be79-3ef57a12b9a9",
            "gambit_id": "ae1105df-4188-4787-8a61-978ffd447c1f",
            "last_updated": "2023-01-24T09:41:53.514773-05:00",
            "created_at": "2023-01-23T09:11:56.777791-05:00",
            "name": "Boston Celtics",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7efeba23-3c84-40e2-befe-3ec0fdd38741/?format=api"
        },
        {
            "id": "e474f61c-57c3-4540-abe7-3e1b3973626a",
            "gambit_id": "31cd311d-e456-4e45-87b5-d6f900c84efb",
            "last_updated": "2023-01-24T09:41:53.515906-05:00",
            "created_at": "2023-01-23T09:11:56.779082-05:00",
            "name": "Orlando Magic",
            "reward": "1.89000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7efeba23-3c84-40e2-befe-3ec0fdd38741/?format=api"
        }
    ]
}