GET /api/bet_types/1ac1f67a-5c92-4c3b-b5c0-399396a7057f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1ac1f67a-5c92-4c3b-b5c0-399396a7057f",
    "match": "https://api-prod.gambitprofit.com/api/matches/774e1308-d4ce-4499-9206-bcb2618c7e08/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "PHI",
                "amount": 5945.0
            },
            {
                "team": "HOU",
                "amount": 4055.0
            }
        ],
        "expected_reward_tokens": 9569.8,
        "profit_sb": 569.8,
        "profit_sb_percentage": 6.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "081d950b-8425-4805-8911-244acfa04e6f",
            "gambit_id": "48d6c9f4-5816-4e38-8433-16a6f79e9af2",
            "last_updated": "2022-11-02T10:43:00.167929-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.61000",
            "odds": "1.62500",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ac1f67a-5c92-4c3b-b5c0-399396a7057f/?format=api"
        },
        {
            "id": "b5195334-2d75-4886-98b1-dfae9292bb16",
            "gambit_id": "5691af95-7935-4ad7-b8fa-3e2933d61ebe",
            "last_updated": "2022-11-02T10:43:00.168869-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "2.36000",
            "odds": "2.40000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1ac1f67a-5c92-4c3b-b5c0-399396a7057f/?format=api"
        }
    ]
}