GET /api/bet_types/0d3f5ae2-9973-4c3f-8ee0-e59777834296/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0d3f5ae2-9973-4c3f-8ee0-e59777834296",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e865f57-8a55-4df2-ac90-5e88c5634326/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-26T12:07:03.275368-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": "Chicago Bulls",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "56d05e3c-8654-4acf-88f4-f3a61dabb14b",
            "gambit_id": "01b0a3ee-0b7e-4162-8933-6c0dd68c515b",
            "last_updated": "2023-02-28T12:37:07.952228-05:00",
            "created_at": "2023-02-26T12:07:03.276613-05:00",
            "name": "Chicago Bulls",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3f5ae2-9973-4c3f-8ee0-e59777834296/?format=api"
        },
        {
            "id": "9be346c5-2bb9-4003-8460-1bb0da043e84",
            "gambit_id": "2e4896c9-e2b5-4daf-b9d7-c9b470ced40f",
            "last_updated": "2023-02-28T12:37:07.953381-05:00",
            "created_at": "2023-02-26T12:07:03.277946-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0d3f5ae2-9973-4c3f-8ee0-e59777834296/?format=api"
        }
    ]
}