GET /api/bet_types/31f82725-4614-434e-b1fd-31febd9c1310/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "31f82725-4614-434e-b1fd-31febd9c1310",
    "match": "https://api-prod.gambitprofit.com/api/matches/3701a203-9d45-4092-9927-fd174997aa1a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-29T10:07:02.769094-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": "Washington Capitals",
                "amount": 6942.0
            },
            {
                "team": "New York Islanders",
                "amount": 3058.0
            }
        ],
        "expected_reward_tokens": 9510.38,
        "profit_sb": 10.38,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "d0f258c4-8d40-45a7-98ce-7f8fa2e8acfe",
            "gambit_id": "2a221417-d2c4-4aa1-96d9-ff4f6e679573",
            "last_updated": "2023-03-30T10:37:04.727433-04:00",
            "created_at": "2023-03-29T10:07:02.771143-04:00",
            "name": "Washington Capitals",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31f82725-4614-434e-b1fd-31febd9c1310/?format=api"
        },
        {
            "id": "9a7aacfa-b97d-46f0-8ecb-1128d508641a",
            "gambit_id": "c4b604fb-034d-4779-8cac-1960bc0f09c7",
            "last_updated": "2023-03-30T10:37:04.729761-04:00",
            "created_at": "2023-03-29T10:07:02.773396-04:00",
            "name": "New York Islanders",
            "reward": "3.11000",
            "odds": "3.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/31f82725-4614-434e-b1fd-31febd9c1310/?format=api"
        }
    ]
}