GET /api/bet_types/e1879b26-8116-425d-ae25-43ae458e2a3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1879b26-8116-425d-ae25-43ae458e2a3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/11fa69ca-72fc-4937-a4b3-77a78457e7a5/?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": "Los Angeles Lakers",
                "amount": 5000.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 8950.0,
        "profit_sb": -50.0,
        "profit_sb_percentage": -0.56,
        "recommended": false
    },
    "lines": [
        {
            "id": "76fec211-dc31-4d15-be5f-47fde89c8401",
            "gambit_id": "e1eedefc-90a3-4a5d-af1c-f2250e85a242",
            "last_updated": "2022-12-20T12:32:20.321538-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1879b26-8116-425d-ae25-43ae458e2a3e/?format=api"
        },
        {
            "id": "fcdcbd56-165f-42f9-9aab-d932c1573e17",
            "gambit_id": "b6460a3c-77cf-4611-90dd-ca95163254c0",
            "last_updated": "2022-12-20T12:32:20.320402-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Phoenix Suns",
            "reward": "1.79000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1879b26-8116-425d-ae25-43ae458e2a3e/?format=api"
        }
    ]
}