GET /api/bet_types/2291f56c-7507-4aec-bc4b-0b0de4234b4d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2291f56c-7507-4aec-bc4b-0b0de4234b4d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a26343bc-33e8-43c8-907b-c2550b9176f4/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-08T09:37:00.365873-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "780974c5-38d4-47dc-af65-cb8e9dd0634b",
            "gambit_id": "3a113c85-a090-4cb0-b158-6383d8e5e373",
            "last_updated": "2023-02-09T11:12:08.045420-05:00",
            "created_at": "2023-02-08T09:37:00.368556-05:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2291f56c-7507-4aec-bc4b-0b0de4234b4d/?format=api"
        },
        {
            "id": "51bb14f9-2e00-4365-9944-3c1a030b200f",
            "gambit_id": "a6ec285b-4f99-4be4-99c3-033019e56b94",
            "last_updated": "2023-02-09T11:12:08.044188-05:00",
            "created_at": "2023-02-08T09:37:00.367152-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2291f56c-7507-4aec-bc4b-0b0de4234b4d/?format=api"
        }
    ]
}