GET /api/bet_types/4a82aada-c1a0-4e71-97bf-6cc15c5dc4e1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4a82aada-c1a0-4e71-97bf-6cc15c5dc4e1",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e9596aa-bb51-4424-9360-958e00a12abb/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-24T08:58:08.207864-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": "DET",
                "amount": 5317.0
            },
            {
                "team": "MIN",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "de9cb2cc-9e10-4cf4-ab96-4b1e9e3171e1",
            "gambit_id": "7f4c54f2-256c-4592-87f8-bff0a52d8aec",
            "last_updated": "2023-06-26T10:33:17.177338-04:00",
            "created_at": "2023-06-24T08:58:08.211793-04:00",
            "name": "DET",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a82aada-c1a0-4e71-97bf-6cc15c5dc4e1/?format=api"
        },
        {
            "id": "ca7b43ba-83aa-481c-abfb-6dd636df9b24",
            "gambit_id": "e1e3bd9d-b7c1-44e0-b1d5-4a304ca6125e",
            "last_updated": "2023-06-26T10:33:17.175036-04:00",
            "created_at": "2023-06-24T08:58:08.209750-04:00",
            "name": "MIN",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4a82aada-c1a0-4e71-97bf-6cc15c5dc4e1/?format=api"
        }
    ]
}