GET /api/bet_types/f4982c1c-752d-4399-afd3-304daa248fcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f4982c1c-752d-4399-afd3-304daa248fcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/d320d1d8-de9c-4780-921e-aea709f0145c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-11T09:01:54.974938-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": "Washington Wizards",
                "amount": 5000.0
            },
            {
                "team": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "5e4caa2b-9fbf-4710-8e21-ec0a99561ace",
            "gambit_id": "c8126e01-2b70-45fc-8803-64514bce9aac",
            "last_updated": "2023-02-12T09:47:14.499330-05:00",
            "created_at": "2023-02-11T09:01:54.976114-05:00",
            "name": "Washington Wizards",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4982c1c-752d-4399-afd3-304daa248fcd/?format=api"
        },
        {
            "id": "1afec85e-ccb1-433b-8aac-a11ca2e2e4f7",
            "gambit_id": "7c32016a-8b96-4627-9b29-21a857c29459",
            "last_updated": "2023-02-12T09:47:14.500504-05:00",
            "created_at": "2023-02-11T09:01:54.977341-05:00",
            "name": "Indiana Pacers",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f4982c1c-752d-4399-afd3-304daa248fcd/?format=api"
        }
    ]
}