GET /api/bet_types/955d8a2e-10f5-4d4c-921c-645936e56eb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "955d8a2e-10f5-4d4c-921c-645936e56eb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/449f6a02-37a1-4928-b8d7-12626ea5b200/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-13T10:18:26.001394-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": "LAA",
                "amount": 6010.0
            },
            {
                "team": "HOU",
                "amount": 3990.0
            }
        ],
        "expected_reward_tokens": 9495.8,
        "profit_sb": -4.2,
        "profit_sb_percentage": -0.04,
        "recommended": false
    },
    "lines": [
        {
            "id": "c7ecdf95-a545-4ac0-9fd0-ebc7e5dc9a14",
            "gambit_id": "29e513c7-9834-45dd-8020-e093d37f5a55",
            "last_updated": "2023-08-14T10:58:20.363446-04:00",
            "created_at": "2023-08-13T10:18:26.005243-04:00",
            "name": "LAA",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/955d8a2e-10f5-4d4c-921c-645936e56eb4/?format=api"
        },
        {
            "id": "0d408313-4a00-49fc-98ab-bb77241f3c7e",
            "gambit_id": "7742b213-c83c-44b0-bd63-0bbd46481718",
            "last_updated": "2023-08-14T10:58:20.366687-04:00",
            "created_at": "2023-08-13T10:18:26.009085-04:00",
            "name": "HOU",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/955d8a2e-10f5-4d4c-921c-645936e56eb4/?format=api"
        }
    ]
}