GET /api/bet_types/f5703fad-4a12-4b7b-97bc-0ac919b3ccfc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5703fad-4a12-4b7b-97bc-0ac919b3ccfc",
    "match": "https://api-prod.gambitprofit.com/api/matches/28df42f2-c634-471d-aaf6-38705c02450e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-06T08:07:12.030816-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Toronto Raptors",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "15e69954-a51a-4304-95e6-e87d0fc82aac",
            "gambit_id": "336ddffa-5a9f-4d51-bc9f-74d1d9834c6a",
            "last_updated": "2023-03-07T10:12:17.873154-05:00",
            "created_at": "2023-03-06T08:07:12.032215-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5703fad-4a12-4b7b-97bc-0ac919b3ccfc/?format=api"
        },
        {
            "id": "46a00047-b9f7-45e6-897a-99f331ce1e50",
            "gambit_id": "17bce4a8-2215-4078-a05a-fd43a8a40844",
            "last_updated": "2023-03-07T10:12:17.874302-05:00",
            "created_at": "2023-03-06T08:07:12.033834-05:00",
            "name": "Toronto Raptors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5703fad-4a12-4b7b-97bc-0ac919b3ccfc/?format=api"
        }
    ]
}