GET /api/bet_types/d1b5bb17-21fa-486c-b8d3-1dee300536e5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d1b5bb17-21fa-486c-b8d3-1dee300536e5",
    "match": "https://api-prod.gambitprofit.com/api/matches/eb191bf7-72ba-42ec-9be6-5d7a55b5f031/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T09:43:07.164469-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": "LOS",
                "amount": 5423.0
            },
            {
                "team": "COL",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "0b85b523-ca0a-4721-ad96-1e8fda8258c7",
            "gambit_id": "e48a710a-4b7c-42f4-acf5-79424efcacd0",
            "last_updated": "2023-08-14T10:38:14.114951-04:00",
            "created_at": "2023-08-12T09:43:07.176795-04:00",
            "name": "LOS",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b5bb17-21fa-486c-b8d3-1dee300536e5/?format=api"
        },
        {
            "id": "1840a7e6-ba6f-4f50-a3cc-22333d7370ff",
            "gambit_id": "62945f74-f9c3-4eae-848b-ec6565f0f2f0",
            "last_updated": "2023-08-14T10:38:14.110993-04:00",
            "created_at": "2023-08-12T09:43:07.169725-04:00",
            "name": "COL",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d1b5bb17-21fa-486c-b8d3-1dee300536e5/?format=api"
        }
    ]
}