GET /api/bet_types/cfb0c261-3df7-44a3-9e66-9c1bc9b35778/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cfb0c261-3df7-44a3-9e66-9c1bc9b35778",
    "match": "https://api-prod.gambitprofit.com/api/matches/692ec3fb-82d9-4ce2-9bd8-74ddf70f67c1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-17T11:42:00.761986-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": "Philadelphia 76ers",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "7738f6a6-b343-43f5-89c6-3e85bfa0f248",
            "gambit_id": "9996c272-1e91-4f76-90c8-f13b2a632789",
            "last_updated": "2023-04-18T12:12:10.661703-04:00",
            "created_at": "2023-04-17T11:42:00.764188-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb0c261-3df7-44a3-9e66-9c1bc9b35778/?format=api"
        },
        {
            "id": "20400512-3849-4178-9f37-02fd2a89c6af",
            "gambit_id": "caef87bc-2745-4075-b25e-7fa6cbf35a55",
            "last_updated": "2023-04-18T12:12:10.663109-04:00",
            "created_at": "2023-04-17T11:42:00.766411-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cfb0c261-3df7-44a3-9e66-9c1bc9b35778/?format=api"
        }
    ]
}