GET /api/bet_types/450c57a4-627e-4f52-8f3f-f6d665bea7a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "450c57a4-627e-4f52-8f3f-f6d665bea7a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/028c5370-1fef-4609-8353-de7e55021203/?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": "Washington Capitals",
                "amount": 6179.0
            },
            {
                "team": "Edmonton Oilers",
                "amount": 3821.0
            }
        ],
        "expected_reward_tokens": 9206.71,
        "profit_sb": 206.71,
        "profit_sb_percentage": 2.3,
        "recommended": true
    },
    "lines": [
        {
            "id": "9792d94c-e3c6-4b7a-ac98-54a38eb0798f",
            "gambit_id": "2071cfb9-041e-4fa4-bfab-b56d21aec70f",
            "last_updated": "2022-11-08T11:02:12.059492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "1.49000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/450c57a4-627e-4f52-8f3f-f6d665bea7a0/?format=api"
        },
        {
            "id": "7aeb5bf8-487d-400d-bbbe-82c4218203c4",
            "gambit_id": "2f9f60db-1791-4021-a458-da911a24af81",
            "last_updated": "2022-11-08T11:02:12.060513-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Edmonton Oilers",
            "reward": "2.41000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/450c57a4-627e-4f52-8f3f-f6d665bea7a0/?format=api"
        }
    ]
}