GET /api/bet_types/f827c4cb-89ee-42cf-963a-65fab06c5719/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f827c4cb-89ee-42cf-963a-65fab06c5719",
    "match": "https://api-prod.gambitprofit.com/api/matches/4761f6b4-ac6a-47df-a428-4dc074f38f64/?format=api",
    "name": "Pick the Winner",
    "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": "New York Giants",
                "amount": 6714.0
            },
            {
                "team": "Cincinnati Bengals",
                "amount": 3286.0
            }
        ],
        "expected_reward_tokens": 9265.32,
        "profit_sb": 265.32,
        "profit_sb_percentage": 2.95,
        "recommended": true
    },
    "lines": [
        {
            "id": "986e0c27-18bf-42fd-b196-cc7bd31afa19",
            "gambit_id": "4ff77ad1-3177-4fa3-8d55-b30b316d1dbb",
            "last_updated": "2022-08-22T11:12:14.538132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New York Giants",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f827c4cb-89ee-42cf-963a-65fab06c5719/?format=api"
        },
        {
            "id": "21ddad82-dda0-4945-9c89-1adc53117ea5",
            "gambit_id": "083996cb-d699-48c9-bcab-e1a049217a2d",
            "last_updated": "2022-08-22T11:12:14.538599-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cincinnati Bengals",
            "reward": "2.82000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f827c4cb-89ee-42cf-963a-65fab06c5719/?format=api"
        }
    ]
}