GET /api/bet_types/08d470bd-a95d-4ae0-8aa1-c3553468e6f1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "08d470bd-a95d-4ae0-8aa1-c3553468e6f1",
    "match": "https://api-prod.gambitprofit.com/api/matches/161308e9-eeed-474d-809b-7b7ccb2588e7/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-21T09:38:06.938991-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": "Philadelphia Flyers",
                "amount": 5319.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e61d44bf-6d28-4825-8299-b9aa3d8011e1",
            "gambit_id": "c1c852ad-d4b5-4e62-8fbe-185a098a4a0e",
            "last_updated": "2023-10-23T20:33:03.870920-04:00",
            "created_at": "2023-10-21T09:38:06.943451-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08d470bd-a95d-4ae0-8aa1-c3553468e6f1/?format=api"
        },
        {
            "id": "b67c106f-896c-481e-b75e-d679586e305b",
            "gambit_id": "17334325-0591-4378-83f9-98b49f96f21d",
            "last_updated": "2023-10-23T20:33:03.874386-04:00",
            "created_at": "2023-10-21T09:38:06.949954-04:00",
            "name": "Dallas Stars",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/08d470bd-a95d-4ae0-8aa1-c3553468e6f1/?format=api"
        }
    ]
}