GET /api/bet_types/21df8690-dd9c-4651-adef-3c42360a5248/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21df8690-dd9c-4651-adef-3c42360a5248",
    "match": "https://api-prod.gambitprofit.com/api/matches/341bd661-4765-419c-a379-b145995c2042/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-09T08:48:02.319116-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": "ARI",
                "amount": 5788.0
            },
            {
                "team": "LOS",
                "amount": 4212.0
            }
        ],
        "expected_reward_tokens": 9434.44,
        "profit_sb": -65.56,
        "profit_sb_percentage": -0.69,
        "recommended": false
    },
    "lines": [
        {
            "id": "5a067d25-d4fa-4bb5-8798-d59d3bdcb291",
            "gambit_id": "9a4a854d-f72c-485e-b142-28b2a596674b",
            "last_updated": "2023-10-10T09:48:22.191384-04:00",
            "created_at": "2023-10-09T08:48:02.323075-04:00",
            "name": "ARI",
            "reward": "1.63000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21df8690-dd9c-4651-adef-3c42360a5248/?format=api"
        },
        {
            "id": "a1d16d72-d1d8-4510-afd8-e6c05c863ea0",
            "gambit_id": "df3a306f-0a51-49cb-b184-cc5832b38b8c",
            "last_updated": "2023-10-10T09:48:22.195354-04:00",
            "created_at": "2023-10-09T08:48:02.330728-04:00",
            "name": "LOS",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21df8690-dd9c-4651-adef-3c42360a5248/?format=api"
        }
    ]
}